-
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/stmtdiagnostics: TestDiagnosticsRequest failed #119945
Comments
Looks like analyzing a table with 10,000 rows timed-out after 120s. That's very slow. @rickystewart was there a recent test infrastructure change that could case this? I saw #119953—maybe that is related. |
Sounds reasonable to me. We could also reduce the row count without losing the test coverage - I'll send a patch for that. |
119981: stmtdiagnostics: reduce row count in a test r=yuzefovich a=yuzefovich We can go from 10k to 100 for the large table while still getting the desired plans. Informs: #119945 Epic: None Release note: None 119986: sql: enhance error messages on validation of rows in virtual tables r=yuzefovich a=yuzefovich We just saw an internal error when populating `crdb_internal.cluster_locks` virtual table that was missing important bits (the column name) to understand what happens. Since names of virtual tables and columns in them don't contain PII, they are safe for redaction. Epic: None Release note: None Co-authored-by: Yahor Yuzefovich <[email protected]>
I think we can close this and assume #119981 fixes this, unless it pops up again. |
sql/stmtdiagnostics.TestDiagnosticsRequest failed with artifacts on master @ 1516e36763dbb1ed8413a12bf01082fef2fb03a1:
Parameters:
TAGS=bazel,gss
stress=true
Help
See also: How To Investigate a Go Test Failure (internal)
This test on roachdash | Improve this report!
Jira issue: CRDB-36406
The text was updated successfully, but these errors were encountered: