catalog/lease: deflake TestDescriptorRefreshOnRetry#137059
catalog/lease: deflake TestDescriptorRefreshOnRetry#137059craig[bot] merged 1 commit intocockroachdb:masterfrom
Conversation
The test was flaky since the background thread to refresh leases could run and cause the acquisition counts to be off. Release note: None
spilchen
left a comment
There was a problem hiding this comment.
Reviewed 2 of 2 files at r1, all commit messages.
Reviewable status:complete! 1 of 0 LGTMs obtained (waiting on @rafiss)
|
tftr! bors r+ |
|
Build failed (retrying...): |
|
Based on the specified backports for this PR, I applied new labels to the following linked issue(s). Please adjust the labels as needed to match the branches actually affected by the issue(s), including adding any known older branches. Issue #137033: branch-release-23.1, branch-release-24.1, branch-release-24.2, branch-release-24.3. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
|
Encountered an error creating backports. Some common things that can go wrong:
You might need to create your backport manually using the backport tool. error creating merge commit from 67b1c9c to blathers/backport-release-23.1-137059: POST https://api.github.com/repos/cockroachdb/cockroach/merges: 409 Merge conflict [] you may need to manually resolve merge conflicts with the backport tool. Backport to branch 23.1.x failed. See errors above. error creating merge commit from 67b1c9c to blathers/backport-release-23.2-137059: POST https://api.github.com/repos/cockroachdb/cockroach/merges: 409 Merge conflict [] you may need to manually resolve merge conflicts with the backport tool. Backport to branch 23.2.x failed. See errors above. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
The test was flaky since the background thread to refresh leases could run and cause the acquisition counts to be off.
fixes #137033
Release note: None