-
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: TestLeaseAtLatestVersion failed under stress #45696
Comments
SHA: https://github.com/cockroachdb/cockroach/commits/39d0f63e3f57fa3cca92fdeda4815130776b0830 Parameters:
To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1963100&tab=buildLog
|
This looks like a legitimate error, the test is unable to deal with a retry error. cc @ajwerner for triage |
It's a legitimate failure but not a particularly concerning one, will need to handle some retries. Adding to my backlog. |
SHA: https://github.com/cockroachdb/cockroach/commits/0c04a92ba19eedd4762ca7feb8361433682f3ded Parameters:
To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=2054457&tab=buildLog
|
52489: sql/catalog/lease: attempt to fix flakey TestLeaseAtLatestVersion r=lucy-zhang a=ajwerner The error is that the transaction sees a retry. Handle this explicitly. I haven't actually been able to repro the failure but this will fix what was in the issue. Fixes #45696. Release note: None Co-authored-by: Andrew Werner <[email protected]>
SHA: https://github.com/cockroachdb/cockroach/commits/d651c17d58e4ce97477e2fa66d04487e9039c1fd
Parameters:
To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1784444&tab=buildLog
The text was updated successfully, but these errors were encountered: