-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
lease: TestLeaseAcquireAndReleaseConcurrencly is skipped #51798
Labels
C-cleanup
Tech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.
skipped-test
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Comments
jordanlewis
added
the
C-cleanup
Tech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.
label
Jul 22, 2020
Why was this closed? The test is still skipped and references this issue:
The code says:
Migrations requiring backfill in the way that this test means are gone. The startupmigrations package is also about to be gone. But the test crashes if unskipped, so it must have rotted somehow. |
cc @ajwerner |
I honestly have no clue why I closed this. |
craig bot
pushed a commit
that referenced
this issue
Nov 30, 2022
92679: lease: revive TestLeaseAcquireAndReleaseConcurrencly r=ajwerner a=ajwerner This test relied on an old placement of a testing knob (it's been moved back), and it relied on the leasing subsystem interacting with the lease table itself in interesting ways. We sidestep this latter bit by making the test use a new table. Lastly, we allow other concurrent leasing activity to not disturb the test. Fixes #51798 Release note: None 92681: server: minor cleanup r=andreimatei a=andreimatei Get the tenant's tracer more directly. Release note: None Epic: None Co-authored-by: Andrew Werner <[email protected]> Co-authored-by: Andrei Matei <[email protected]>
exalate-issue-sync
bot
added
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
and removed
T-sql-schema-deprecated
Use T-sql-foundations instead
labels
May 10, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-cleanup
Tech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.
skipped-test
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
As of 12/1/17 (374413f):
Jira issue: CRDB-4011
The text was updated successfully, but these errors were encountered: