Skip to content

Commit

Permalink
remove --split (fails under chaos)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbg committed Aug 30, 2018
1 parent bb667d5 commit b62c739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/tpcc.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func registerTPCC(r *registry) {
Warehouses: 100,
UseFixture: true,
Duration: duration,
Extra: " --wait=false --tolerate-errors --scatter --split",
Extra: " --wait=false --tolerate-errors --scatter",
Chaos: func() Chaos {
return Chaos{
Timer: Periodic{
Expand Down

0 comments on commit b62c739

Please sign in to comment.