-
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/tests: TestRandomSyntaxSchemaChangeDatabase failed #87569
Labels
branch-release-22.1
Used to mark GA and release blockers, technical advisories, and bugs for 22.1
C-test-failure
Broken test (automatically or manually discovered).
O-robot
Originated from a bot.
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Milestone
Comments
cockroach-teamcity
added
branch-release-22.1
Used to mark GA and release blockers, technical advisories, and bugs for 22.1
C-test-failure
Broken test (automatically or manually discovered).
O-robot
Originated from a bot.
labels
Sep 8, 2022
sql/tests.TestRandomSyntaxSchemaChangeDatabase failed with artifacts on release-22.1 @ c4c0f593f93353c2943a15c87479524aba6f811c: Random syntax error:
Query:
Same failure on other branches
|
Some of these timeouts are just statements piling up. Another is a bug of sorts in the declarative schema changer whereby some descriptor disappears from under us? |
fqazi
added a commit
to fqazi/cockroach
that referenced
this issue
Sep 22, 2022
Fixes: cockroachdb#86366, cockroachdb#87569 Previously, the exponential back off time for randomized syntax change tests was 20 seconds, which was inappropriate for some randomized tests, since transaction retry errors could lead to schema changes taking a really long time. This could cause the test to fail with timeout errors, since we would incorrectly think that connections were hung. To address this, this patch makes the exponential back off configurable for the purpose of testing. Release note: None
fqazi
added a commit
to fqazi/cockroach
that referenced
this issue
Sep 23, 2022
Fixes: cockroachdb#86366, cockroachdb#87569 Previously, the exponential back off time for randomized syntax change tests was 20 seconds, which was inappropriate for some randomized tests, since transaction retry errors could lead to schema changes taking a really long time. This could cause the test to fail with timeout errors, since we would incorrectly think that connections were hung. To address this, this patch makes the exponential back off configurable for the purpose of testing. Release note: None
blathers-crl bot
pushed a commit
that referenced
this issue
Oct 3, 2022
Fixes: #86366, #87569 Previously, the exponential back off time for randomized syntax change tests was 20 seconds, which was inappropriate for some randomized tests, since transaction retry errors could lead to schema changes taking a really long time. This could cause the test to fail with timeout errors, since we would incorrectly think that connections were hung. To address this, this patch makes the exponential back off configurable for the purpose of testing. Release note: None
blathers-crl bot
pushed a commit
that referenced
this issue
Oct 3, 2022
Fixes: #86366, #87569 Previously, the exponential back off time for randomized syntax change tests was 20 seconds, which was inappropriate for some randomized tests, since transaction retry errors could lead to schema changes taking a really long time. This could cause the test to fail with timeout errors, since we would incorrectly think that connections were hung. To address this, this patch makes the exponential back off configurable for the purpose of testing. Release note: None
blathers-crl bot
pushed a commit
that referenced
this issue
Oct 3, 2022
Fixes: #86366, #87569 Previously, the exponential back off time for randomized syntax change tests was 20 seconds, which was inappropriate for some randomized tests, since transaction retry errors could lead to schema changes taking a really long time. This could cause the test to fail with timeout errors, since we would incorrectly think that connections were hung. To address this, this patch makes the exponential back off configurable for the purpose of testing. Release note: None
healthy-pod
added
the
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
label
May 17, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
branch-release-22.1
Used to mark GA and release blockers, technical advisories, and bugs for 22.1
C-test-failure
Broken test (automatically or manually discovered).
O-robot
Originated from a bot.
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
sql/tests.TestRandomSyntaxSchemaChangeDatabase failed with artifacts on release-22.1 @ ad4b21c4707741e4b53fdc77a1fe01b1a8ac6fa5:
Random syntax error:
Query:
Help
See also: How To Investigate a Go Test Failure (internal)
Same failure on other branches
This test on roachdash | Improve this report!
Jira issue: CRDB-19414
The text was updated successfully, but these errors were encountered: