Skip to content

Commit

Permalink
roachtest: re-enable acceptance/bank/zerosum-restart
Browse files Browse the repository at this point in the history
This test had been flaking earlier in 2019 due to unclean graceful
shutdowns. Since we've heavily reworked that logic since, let's give
the test a second chance.

Release justification: non-production code changes

Release note: None
  • Loading branch information
knz committed Aug 31, 2020
1 parent 410616f commit f27dc9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/acceptance.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func registerAcceptance(r *testRegistry) {
skip: "https://github.com/cockroachdb/cockroach/issues/33683 (runs into " +
" various errors during its rebalances, see IsExpectedRelocateError)",
},
// {"bank/zerosum-restart", runBankZeroSumRestart},
{name: "bank/zerosum-restart", fn: runBankZeroSumRestart},
{name: "build-info", fn: runBuildInfo},
{name: "build-analyze", fn: runBuildAnalyze},
{name: "cli/node-status", fn: runCLINodeStatus},
Expand Down

0 comments on commit f27dc9a

Please sign in to comment.