-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
roachtest: move CheckReplicaDivergenceOnDB to util #87383
Conversation
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.
Thanks for refactoring! I had seen this code in the past and thought it was weird that it was a method on Cluster
.
Since we're looking at this code, I wanted to double check that the comments in that function are still accurate (that we need to set a timeout explicitly, and that the check can fail easily). @tbg would you know if that's still the case?
And a more general question: currently this function is only used by one upgrade test that doesn't use the versionUpgradeTest
struct. Would this consistency check be useful in the other upgrade tests as well?
Reviewable status: complete! 1 of 0 LGTMs obtained (waiting on @srosenberg)
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.
Since we're looking at this code, I wanted to double check that the comments in that function are still accurate (that we need to set a timeout explicitly, and that the check can fail easily). @tbg would you know if that's still the case?
They are, but I have a string of commits that make them more useful: #87378
TFTR!
bors r=renatolabs
Reviewable status: complete! 1 of 0 LGTMs obtained (waiting on @srosenberg)
👎 Rejected by PR status |
bors r- |
This had no business sitting on `Cluster`. Release note: None
5b9f525
to
ecaf9c8
Compare
bors r=renatolabs |
This PR was included in a batch that successfully built, but then failed to merge into master. It will not be retried. Additional information: {"message":"1 review requesting changes by reviewers with write access.","documentation_url":"https://docs.github.com/articles/about-protected-branches"} |
bors r=renatolabs |
Build failed: |
bors r=renatolabs |
Build succeeded: |
This had no business sitting on
Cluster
.Release note: None
Release justification: testing code