-
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/logictest: TestParallel failed #81278
Comments
Might be a Bazel run |
The actual failure is here.
|
Note to self: seem to recall seeing something like this (i.e. ref counts on flushables) recently. Will take a closer look. |
I did a stress test of this on both Darwin and Linux at the SHA mentioned in the original description, but I didn't get any hits (yet). $ ./dev test ./pkg/sql/logictest --filter '^TestParallel$' --stress
$ bazel test pkg/sql/logictest:all --test_env=GOTRACEBACK=all --test_timeout=86400 --run_under '@com_github_cockroachdb_stress//:stress -bazel -shardable-artifacts '"'"'XML_OUTPUT_FILE=/Users/nickt/go/src/github.com/cockroachdb/cockroach/
bin/dev-versions/dev.32 merge-test-xmls'"'"' ' '--test_filter=^TestParallel$' --test_sharding_strategy=disabled --test_output streamed
INFO: Invocation ID: 6faa5152-b18a-41c7-beaf-768a3793e352
WARNING: Streamed test output requested. All tests will be run locally, without sharding, one at a time
INFO: Build option --run_under has changed, discarding analysis cache.
INFO: Analyzed 3 targets (0 packages loaded, 22468 targets configured).
INFO: Found 2 targets and 1 test target...
0 runs so far, 0 failures, over 5s
0 runs so far, 0 failures, over 10s
...
5024 runs so far, 0 failures, over 2h2m5s I'm trying to find the other issue I mentioned, but maybe I was just imagining it. It's certainly possible we have a ref count leak somewhere, though tracking this down without a clean reproducer may be tough. Will keep this open for now. |
The issue with a similar failure mode is #79879, which seems like an iterator leak, though we never found the cause. |
Given this particular failure is unfortunately unactionable without a solid reproducer, I'm going to close it out. We have cockroachdb/pebble#1597 that will help in debugging future occurrences. |
sql/logictest.TestParallel failed with artifacts on master @ bc5f5b7159ed2b7dbffa94bb2a590fdddb642b9b:
Help
See also: How To Investigate a Go Test Failure (internal)
Parameters in this failure:
This test on roachdash | Improve this report!
Jira issue: CRDB-15257
Epic CRDB-16237
The text was updated successfully, but these errors were encountered: