-
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
pkg/sql/schemachanger/schemachanger_test: TestValidateMixedVersionElements_alter_table_alter_primary_key_drop_rowid failed #106349
Comments
pkg/sql/schemachanger/schemachanger_test.TestValidateMixedVersionElements_alter_table_alter_primary_key_drop_rowid failed with artifacts on master @ 1137aee0089fc2fe161bab0f1c899d2ddc997c90:
|
pkg/sql/schemachanger/schemachanger_test.TestValidateMixedVersionElements_alter_table_alter_primary_key_drop_rowid failed with artifacts on master @ 81b17ca3982aba16c64d7da9a337cd2a57013536:
|
Driveby stress attempt, not very successful:
It's hard to find failure logs for the runs above (internal discussion), but looking through another instance of |
We can't repro since after #106411 was merged (though I agree that it doesn't seem like the symptom that fixed is happening here..) I'll keep this issue open and link any future occurrences to this. |
pkg/sql/schemachanger/schemachanger_test.TestValidateMixedVersionElements_alter_table_alter_primary_key_drop_rowid failed with artifacts on master @ 7cd5444acd8f32ec62aa0077d43263f3087beed0:
|
This is a more interesting error! I wouldn't be surprised to find out that we're polling the jobs table a tad too aggressively. Notice that the test sees the schema change as both paused and running in that error trace. Having read the code in |
pkg/sql/schemachanger/schemachanger_test.TestValidateMixedVersionElements_alter_table_alter_primary_key_drop_rowid failed with artifacts on master @ bdaae6458a2388da03adbb979a25b5a07ea6edd9:
|
I failed to reproduce locally, but it seems like various of the |
Skip the `ValidateMixedVersionElements` tests, since most or all of them seem to be flaking right now. Informs: cockroachdb#106349 Informs: cockroachdb#106727 Informs: cockroachdb#107399 Release note: None
Now that #106743 has merged, we'll see if this test has stabilized. Note that it was renamed, so if it's still flaky, the next failure will open a new issue. Keeping this open so we don't forget to check on it. |
After the test rename, #107552 is the new issue, so let's close this one. |
pkg/sql/schemachanger/schemachanger_test.TestValidateMixedVersionElements_alter_table_alter_primary_key_drop_rowid failed with artifacts on master @ 818aec861357579eb3a3e987cf5887f3cf112be4:
Help
See also: How To Investigate a Go Test Failure (internal)
This test on roachdash | Improve this report!
Jira issue: CRDB-29522
The text was updated successfully, but these errors were encountered: