Skip to content

Commit e7f6e22

Browse files
committed
roachtest: disable expensive checks for tpcc literal
The expensive TPC-C checks are now disabled in the tpcc literal roachtest. This significantly reduces the time to run the test by ~30 minutes. Release note: None
1 parent 603ca22 commit e7f6e22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/cmd/roachtest/tests/tpcc.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,6 @@ func registerTPCC(r registry.Registry) {
778778
Duration: 10 * time.Minute,
779779
ExtraRunArgs: "--wait=false --tolerate-errors --workers=200 --literal-implementation",
780780
SetupType: usingImport,
781-
ExpensiveChecks: true, // Run expensive checks here to catch any issues with the literal implementation
782781
DisableDefaultScheduledBackup: true,
783782
})
784783
},

0 commit comments

Comments
 (0)