-
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/schemachanger/scplan: TestPlanAlterTable failed #72562
Comments
sql/schemachanger/scplan.TestPlanAlterTable failed with artifacts on master @ 5d68dff8e52616ed92798c1a01b370e62f57c6a8:
HelpSee also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM)Parameters in this failure:
|
sql/schemachanger/scplan.TestPlanAlterTable failed with artifacts on master @ 5d68dff8e52616ed92798c1a01b370e62f57c6a8:
HelpSee also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM)Parameters in this failure:
|
The flake is linked to the sorting change inside: #67266. Let me take a look. |
Fixes: cockroachdb#72562, cockroachdb#72561 Previously, when we updated the sorting inside the new schema changer to a rank based approach we incorrectly assumed that DepEdges will always be generated in a deterministic fashion. Unfortunately, this turned out to be false, which can lead to ranks for neighbour edges to be unstable. To address this, this patch iterates over DepEdges in a ordered fashion based on the To nodes, fixing intermittent failures inside the new schema changer tests. Release note: None
sql/schemachanger/scplan.TestPlanAlterTable failed with artifacts on master @ 82c3d0b4e93d4a6dac6f9c94feaaa2f2199996c3:
HelpSee also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM)Parameters in this failure:
|
sql/schemachanger/scplan.TestPlanAlterTable failed with artifacts on master @ 5d68dff8e52616ed92798c1a01b370e62f57c6a8:
HelpSee also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM)Parameters in this failure:
|
Fixes: cockroachdb#72562, cockroachdb#72561 Previously, when we updated the sorting inside the new schema changer to a rank based approach we incorrectly assumed that DepEdges will always be generated in a deterministic fashion. This does not happen because the database and rule matching is not fully determentistic. Unfortunately, this turned ouut to be false, which can lead to ranks for neighbour edges to be unstable. To address this, this patch iterates over DepEdges in a ordered fashion based on the To nodes, fixing intermittent failures inside the new schema changer tests. Release note: None
Fixes: cockroachdb#72562, cockroachdb#72561 Previously, when we updated the sorting inside the new schema changer to a rank based approach we incorrectly assumed that DepEdges will always be generated in a deterministic fashion. This does not happen because the database and rule matching is not fully determentistic. Unfortunately, this turned ouut to be false, which can lead to ranks for neighbour edges to be unstable. To address this, this patch iterates over DepEdges in a ordered fashion based on the To nodes, fixing intermittent failures inside the new schema changer tests. Release note: None
Fixes: cockroachdb#72562, cockroachdb#72561 Previously, when we updated the sorting inside the new schema changer to a rank based approach we incorrectly assumed that DepEdges will always be generated in a deterministic fashion. This does not happen because the database and rule matching is not fully determentistic. Unfortunately, this turned ouut to be false, which can lead to ranks for neighbour edges to be unstable. To address this, this patch iterates over DepEdges in a ordered fashion based on the To nodes, fixing intermittent failures inside the new schema changer tests. Release note: None
sql/schemachanger/scplan.TestPlanAlterTable failed with artifacts on master @ 5d68dff8e52616ed92798c1a01b370e62f57c6a8:
Help
See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM)Parameters in this failure:
TAGS=deadlock
GOFLAGS=-parallel=4
This test on roachdash | Improve this report!
The text was updated successfully, but these errors were encountered: