-
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
roachtest: unoptimized-query-oracle/disable-rules=all/rand-tables failed #95680
Labels
branch-master
Failures and bugs on the master branch.
C-test-failure
Broken test (automatically or manually discovered).
O-roachtest
O-robot
Originated from a bot.
T-sql-queries
SQL Queries Team
Milestone
Comments
cockroach-teamcity
added
branch-master
Failures and bugs on the master branch.
C-test-failure
Broken test (automatically or manually discovered).
O-roachtest
O-robot
Originated from a bot.
release-blocker
Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.
labels
Jan 23, 2023
msirek
removed
the
release-blocker
Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.
label
Jan 24, 2023
msirek
pushed a commit
to msirek/cockroach
that referenced
this issue
Jan 24, 2023
…nTests Fixes cockroachdb#95680 Roachtests such as tlp, costfuzz or unoptimized-query-oracle may time out helper statements such as `SET testing_optimizer_random_seed = xxx` and misinterpret the error as a fatal error, causing an issue to be opened. This fixes the problem by not erroring out the test if the test or round timeout has expired. An alternative fix could have been to avoid throwing errors for SET statements, with the idea that such errors are likely rare. The current fix was chosen so that we still might catch such errors if they were to occur. Release note: None
cockroach-sql-exec.log shows a SQL statement caused a panic:
|
Repro:
|
roachtest.unoptimized-query-oracle/disable-rules=all/rand-tables failed with artifacts on master @ 6eabc2f348710f4146ff984bc346cd8cbe96f83b:
Parameters: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
branch-master
Failures and bugs on the master branch.
C-test-failure
Broken test (automatically or manually discovered).
O-roachtest
O-robot
Originated from a bot.
T-sql-queries
SQL Queries Team
roachtest.unoptimized-query-oracle/disable-rules=all/rand-tables failed with artifacts on master @ b21379bb56dd206e6f63cc7d07ca72e85db7a4c4:
Parameters:
ROACHTEST_cloud=gce
,ROACHTEST_cpu=4
,ROACHTEST_encrypted=false
,ROACHTEST_ssd=0
Help
See: roachtest README
See: How To Investigate (internal)
This test on roachdash | Improve this report!
Jira issue: CRDB-23673
The text was updated successfully, but these errors were encountered: