-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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: TestListProfilerExecutionDetails failed #143082
Comments
sql.TestListProfilerExecutionDetails failed with artifacts on master @ ff8d2bd1b002a1d83b44b07edaa5580290ec9d05:
|
sql.TestListProfilerExecutionDetails failed on master @ 94db60946a203659fd7a0939439fd1e2fba32b64:
Parameters:
|
sql.TestListProfilerExecutionDetails failed with artifacts on master @ 07717228b09021b5a3cea4fd33e4b39dd8e5cf9f:
|
sql.TestListProfilerExecutionDetails failed on master @ 3227e31cc49650fae510626b79a2e93614195bc6:
Parameters:
|
i've seen this a few times on my branch: https://github.com/cockroachdb/cockroach/actions/runs/13948951419/job/39043073365?pr=143102 |
143113: sql: fix TestListProfilerExecutionDetails r=yuzefovich a=shubhamdhama In #142391, a bug was introduced in the test where `testutils.SucceedSoon`'s closure used `require.Len` instead of returning an error, causing the test to fail if slice length doesn't match without retrying. This assertion has been reverted to the `if` statement that returns an error instead. Fixes: #143082 Release note: none Epic: none Co-authored-by: Shubham Dhama <[email protected]>
@asg0451 , the fix is ready and should merge shortly. |
sql.TestListProfilerExecutionDetails failed with artifacts on master @ c5964d7e54c7156e4813183bea5abdaad68f61a1:
Help
See also: How To Investigate a Go Test Failure (internal)
This test on roachdash | Improve this report!
Jira issue: CRDB-48649
The text was updated successfully, but these errors were encountered: