-
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
pkg/sql/gcjob_test/gcjob_test_test: TestGCJobRetry failed #110447
Comments
Let's fix this by modifying the |
pkg/sql/gcjob_test/gcjob_test_test.TestGCJobRetry failed with artifacts on release-23.1 @ b08ec859debd7530b48f71405a700961596b3563:
Parameters: |
In the test logs for the most recent failure, I see this warning:
This error comes from cockroach/pkg/sql/crdb_internal.go Lines 1206 to 1215 in df6457a
I'm guessing this explains why we don't see a row for it, which leads to the test failing. It also seems somewhat problematic to me that when we fail to populate a virtual table, it just logs a warning and nothing else seems to happen (i.e. it doesn't retry the populate)? (Edit: Ah I see, #61123 is already filed for this.) |
Seems like #107285 fixed a similar issue - are we missing a backport? |
Thanks for the pointer! I'm not able to reproduce this under stress, but I'll try backporting that PR and seeing if that stabilizes things. |
@andyyang890 seems like we can close this out now that the backport is merged or are you still waiting to confirm the backport has fixed the test? |
Yeah, ideally I'd like to confirm that the backport has fixed the test, but considering it's such a rare flake, I'm not sure how long we'd have to wait to be confident that it's fixed. I'd be okay with closing it if you think that's fine. |
Yeah, lets close it in that case. If it flakes again, it will open up a new issue. |
110930: gcjob_test: add more logging to TestGCJobRetry r=rafiss a=andyyang890 This patch adds more logging to `TestGCJobRetry` to help debug occasional flakes. Informs: #110447 Release note: None 111510: api: increase timeout to request execution details r=maryliag a=adityamaru In large clusters requesting execution details can definitely take longer than 5 seconds. This is because it involves collecting cluster wide traces, goroutines and contacting the coordinator node of the job to dump its execution details. Since this is a debug only tool we bump the timeout to 300s to give it all the time it needs. Epic: none Release note: None 111701: sql: add tests for privileges for statements in udfs r=rharding6373 a=rharding6373 This PR adds test coverage for privileges in UDFs, e.g., SELECT and INSERT privileges. Epic: CRDB-25388 Informs: #87289 Release note: None 111704: Roachtest azure nightly r=healthy-pod,herkolategan a=smg260 These are a series of commits to enable roachtests to run on Azure in TeamCity. 1. Add the relevant teamcity invoke script 2. Update authentication to look in CLI or environment for dev and TC respectively 3. Look for a default subscription in the environment, with fallback to existing "pick first" implementation 4. Add a security rule to allow roachtest host machine to connect to a vm via kafka admin 5. Update azure default location to one with more quota and `apt-get update` before installing go for a cdc test (failed on azure) A follow up PR will enable an initial set of roachtests to run. Epic: CC-25185 Release note: none 111776: go.mod: bump Pebble to b013ca78e9dc r=RaduBerinde a=RaduBerinde b013ca78 db: keep track of virtual sstable size sum 62251e69 db: make checkpoint test even more deterministic c7c47d6b db: turn testingAlwaysWaitForCleanup into an option a05b0192 db: keep track of virtual sstable count in metrics 3c778710 db: add test for virtual sstable checkpointing cb4dab66 db: add metrics for num backing sstables and size 8317cf38 db: incrementally keep tracking of backing table size 0f80e184 Update index.html aa077af6 go.mod: specify Go 1.20 ccb9a7dc manifest: add invariant check for duplicate file backings 699fc0e8 db: only create one CreatedBackingTables entry per sstable b2da10c6 db: remove trailing whitespace from compacting log line 1d696c79 db: cleanup btree obsoletion logic Fixes: #111674 Release note: none Co-authored-by: Andy Yang <[email protected]> Co-authored-by: adityamaru <[email protected]> Co-authored-by: rharding6373 <[email protected]> Co-authored-by: Miral Gadani <[email protected]> Co-authored-by: Radu Berinde <[email protected]>
pkg/sql/gcjob_test/gcjob_test_test.TestGCJobRetry failed with artifacts on release-23.1 @ ef138f991b2e1f3707e0ad8f7294cbcaf686b3f7:
Parameters:
TAGS=bazel,gss,deadlock
Help
See also: How To Investigate a Go Test Failure (internal)
This test on roachdash | Improve this report!
Jira issue: CRDB-31432
The text was updated successfully, but these errors were encountered: