-
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: decommission test makes improper usage of --join flags #51652
Comments
Hi @irfansharif, please add a C-ategory label to your issue. Check out the label system docs. While you're here, please consider adding an A- label to help keep our repository tidy. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is otan. |
Hm, this test is written a bit strangely. cockroach/pkg/cmd/roachtest/decommission.go Lines 85 to 87 in 4eac05a
It starts nodes of one-by-one in order to configure specific attributes. Except that doesn't play well with #51329 and #51557, where in trying to avoid a I can either re-work this test to somehow work around roachprod's auto-init behavior (by starting all nodes and stopping them, and then restarting one-by-one in adding the attributes), but that feels dirty. Alternatively I can have the |
Oh it's not just that, we're also wiping the entire node away, which wipes out the cockroach/pkg/cmd/roachtest/decommission.go Lines 244 to 246 in 4eac05a
|
We have marked this issue as stale because it has been inactive for |
Observed in #51649 (review), fall out from #51245 (and I think similar to #51557).
Jira issue: CRDB-4020
The text was updated successfully, but these errors were encountered: