-
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
sql: fix mixed version test for node-level sequence caching #119999
sql: fix mixed version test for node-level sequence caching #119999
Conversation
741f91a
to
5e578a7
Compare
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.
Reviewed 1 of 1 files at r2, all commit messages.
Reviewable status: complete! 0 of 0 LGTMs obtained (waiting on @jasminejsun and @mgartner)
-- commits
line 4 at r2:
The commit message is off, since the change below now makes it wait.
5e578a7
to
6e65d00
Compare
Fix mixed version test for node-level sequence caching by making it wait for upgrade to complete. Epic: none Fixes: cockroachdb#119978 Release note: None
6e65d00
to
d6981c4
Compare
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 the fix!
Reviewable status: complete! 0 of 0 LGTMs obtained (waiting on @fqazi, @jasminejsun, and @mgartner)
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.
Reviewed all commit messages.
Reviewable status: complete! 0 of 0 LGTMs obtained (waiting on @jasminejsun and @mgartner)
bors r+ |
Build succeeded: |
Fix mixed version test for node-level sequence caching by making it wait for upgrade to complete.
Epic: none
Fixes: #119978
Release note: None