Skip to content

Commit

Permalink
roachtest: re-enable acceptance/bank/zerosum-splits
Browse files Browse the repository at this point in the history
PR #34080 which intended to skip `bank/zerosum-restarts`,
mistakenly skipped `bank/zerosum-splits` instead.
(As `zerosum-restarts` had been skipped already prior)

There was no reason to skip `zerosum-splits`, so this commit
re-enables it.

Release justification: non-production code changes

Release note: None
  • Loading branch information
knz committed Aug 31, 2020
1 parent f27dc9a commit 9bd14db
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pkg/cmd/roachtest/acceptance.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@ func registerAcceptance(r *testRegistry) {
// Sorted. Please keep it that way.
{name: "bank/cluster-recovery", fn: runBankClusterRecovery},
{name: "bank/node-restart", fn: runBankNodeRestart},
{
name: "bank/zerosum-splits", fn: runBankNodeZeroSum,
skip: "https://github.com/cockroachdb/cockroach/issues/33683 (runs into " +
" various errors during its rebalances, see IsExpectedRelocateError)",
},
{name: "bank/zerosum-splits", fn: runBankNodeZeroSum},
{name: "bank/zerosum-restart", fn: runBankZeroSumRestart},
{name: "build-info", fn: runBuildInfo},
{name: "build-analyze", fn: runBuildAnalyze},
Expand Down

0 comments on commit 9bd14db

Please sign in to comment.