Skip to content

Commit e0e4728

Browse files
craig[bot]yuzefovich
craig[bot]
andcommitted
Merge #142700
142700: roachtest: disable metamorphism for import-cancellation r=yuzefovich a=yuzefovich We just saw a timeout of `import-cancellation` roachtest where TPCH queries were taking extremely long (on the order of an hour) time to complete. I think this was due to the unlucky choice of some metamorphic variables, so let's hard-code that this test requires standard cockroach binary. Fixes: #142538. Release note: None Co-authored-by: Yahor Yuzefovich <[email protected]>
2 parents 3c1497f + 3f82674 commit e0e4728

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/cmd/roachtest/tests/import_cancellation.go

+3
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ func registerImportCancellation(r registry.Registry) {
4040
Run: func(ctx context.Context, t test.Test, c cluster.Cluster) {
4141
runImportCancellation(ctx, t, c)
4242
},
43+
// Disable metamorphic variables as otherwise TPCH queries might take
44+
// extremely long time to complete.
45+
CockroachBinary: registry.StandardCockroach,
4346
})
4447
}
4548

0 commit comments

Comments
 (0)