Skip to content

Commit f217a8f

Browse files
craig[bot]mgartner
andcommitted
Merge #148563
148563: roachtest: disable expensive checks for tpcc literal r=mgartner a=mgartner 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 Co-authored-by: Marcus Gartner <[email protected]>
2 parents eefea29 + e7f6e22 commit f217a8f

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)