-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
acceptance: re-enable bank/zerosum-restart #33549
Conversation
Looks like this still needs some work. |
This was forgotten, cockroachdb#30064 is long fixed :fingers_crossed: Release note: None
e46a105
to
1b3fe9c
Compare
Added the random error to the already random whitelist... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: complete! 1 of 0 LGTMs obtained
pkg/cmd/roachtest/bank.go, line 348 at r1 (raw file):
func isExpectedRelocateError(err error) bool { return testutils.IsError(err, "(descriptor changed|unable to remove replica .* which is not present|unable to add replica .* which is already present|received invalid ChangeReplicasTrigger .* to remove self|breaker open)")
I'm actually a bit surprised by breaker open
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TFTRs!
bors r=petermattis
Reviewable status: complete! 1 of 0 LGTMs obtained
pkg/cmd/roachtest/bank.go, line 348 at r1 (raw file):
Previously, petermattis (Peter Mattis) wrote…
I'm actually a bit surprised by
breaker open
.
Agreed, filed #33657 to follow up.
Build succeeded |
This was forgotten, #30064 is long fixed :fingers_crossed:
Release note: None