-
Notifications
You must be signed in to change notification settings - Fork 4k
release-24.1: roachtest: deflake c2c/disconnect #155008
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
base: release-24.1
Are you sure you want to change the base?
release-24.1: roachtest: deflake c2c/disconnect #155008
Conversation
Previously, the c2c/disconnect roachtest was disconnecting to source nodes, instead of a pair of source/destination nodes. This patch fixes this bug. Informs: cockroachdb#152248 Informs: cockroachdb#150474 Release note: none
b4353c0 to
c0aad48
Compare
|
Thanks for opening a backport. Before merging, please confirm that it falls into one of the following categories (select one):
Add a brief release justification to the PR description explaining your selection. Also, confirm that the change does not break backward compatibility and complies with all aspects of the backport policy. All backports must be reviewed by the TL and EM for the owning area. |
|
❌ PR #155008 does not comply with backport policy Confidence: high 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
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.
LGTM
|
Reminder: it has been 3 weeks please merge or close your backport! |
Backport 1/1 commits from #154866 on behalf of @msbutler.
Previously, the c2c/disconnect roachtest was disconnecting two source nodes, instead of a pair of source/destination nodes. This patch fixes this bug.
Informs: #152248
Informs: #150474
Release note: none
Release justification: