-
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/catalog/lease: TestLeaseManagerReacquire failed #110642
Labels
branch-master
Failures and bugs on the master branch.
C-test-failure
Broken test (automatically or manually discovered).
O-robot
Originated from a bot.
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Milestone
Comments
cockroach-teamcity
added
branch-master
Failures and bugs on the master branch.
C-test-failure
Broken test (automatically or manually discovered).
O-robot
Originated from a bot.
release-blocker
Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
labels
Sep 14, 2023
@fqazi since you are working close to leasing right now, can you check if this test needs to be adjusted? |
Yeah, let me look into it |
rafiss
removed
the
release-blocker
Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.
label
Sep 20, 2023
fqazi
added a commit
to fqazi/cockroach
that referenced
this issue
Oct 18, 2023
Previously, when waiting for jobs if the internal executor hit any retryable errors, we would incorrectly bubble these errors up. This would intermittently be seen in leasing tests, which intentionally disable renewals, increasing the likelihood of transaction retry errors. To address this, this patch will modify waitForJobs to handle retryable errors gracefully. Fixes: cockroachdb#112392,cockroachdb#110642 Release note: None
fqazi
added a commit
to fqazi/cockroach
that referenced
this issue
Oct 23, 2023
Previously, when waiting for jobs if the internal executor hit any retryable errors, we would incorrectly bubble these errors up. This would intermittently be seen in leasing tests, which intentionally disable renewals, increasing the likelihood of transaction retry errors. To address this, this patch will modify waitForJobs to handle retryable errors gracefully. Fixes: cockroachdb#112392,cockroachdb#110642 Release note: None
fqazi
added a commit
to fqazi/cockroach
that referenced
this issue
Oct 31, 2023
Previously, when waiting for jobs if the internal executor hit any retryable errors, we would incorrectly bubble these errors up. This would intermittently be seen in leasing tests, which intentionally disable renewals, increasing the likelihood of transaction retry errors. To address this, this patch will modify waitForJobs to handle retryable errors gracefully. Fixes: cockroachdb#112392,cockroachdb#110642 Release note: None
fqazi
added a commit
to fqazi/cockroach
that referenced
this issue
Oct 31, 2023
Previously, when waiting for jobs if the internal executor hit any retryable errors, we would incorrectly bubble these errors up. This would intermittently be seen in leasing tests, which intentionally disable renewals, increasing the likelihood of transaction retry errors. To address this, this patch will modify waitForJobs to handle retryable errors gracefully. Fixes: cockroachdb#112392,cockroachdb#110642 Release note: None
fqazi
added a commit
to fqazi/cockroach
that referenced
this issue
Nov 1, 2023
Previously, when waiting for jobs if the internal executor hit any retryable errors, we would incorrectly bubble these errors up. This would intermittently be seen in leasing tests, which intentionally disable renewals, increasing the likelihood of transaction retry errors. To address this, this patch will modify waitForJobs to handle retryable errors gracefully. Fixes: cockroachdb#112392,cockroachdb#110642 Release note: None
fqazi
added a commit
to fqazi/cockroach
that referenced
this issue
Nov 1, 2023
Previously, when waiting for jobs if the internal executor hit any retryable errors, we would incorrectly bubble these errors up. This would intermittently be seen in leasing tests, which intentionally disable renewals, increasing the likelihood of transaction retry errors. To address this, this patch will modify waitForJobs to handle retryable errors gracefully. Fixes: cockroachdb#112392,cockroachdb#110642 Release note: None
blathers-crl bot
pushed a commit
that referenced
this issue
Nov 1, 2023
Previously, when waiting for jobs if the internal executor hit any retryable errors, we would incorrectly bubble these errors up. This would intermittently be seen in leasing tests, which intentionally disable renewals, increasing the likelihood of transaction retry errors. To address this, this patch will modify waitForJobs to handle retryable errors gracefully. Fixes: #112392,#110642 Release note: None
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
branch-master
Failures and bugs on the master branch.
C-test-failure
Broken test (automatically or manually discovered).
O-robot
Originated from a bot.
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
sql/catalog/lease.TestLeaseManagerReacquire failed with artifacts on master @ 0cde11b885a5e156b970c003505acd081fb4f326:
Parameters:
TAGS=bazel,gss,deadlock
,stress=true
Help
See also: How To Investigate a Go Test Failure (internal)
This test on roachdash | Improve this report!
Jira issue: CRDB-31540
The text was updated successfully, but these errors were encountered: