Skip to content

Commit aacba20

Browse files
craig[bot]rafiss
craig[bot]
andcommitted
Merge #105945
105945: lease: unskip TestDescriptorRefreshOnRetry r=rafiss a=rafiss fixes #50037 Miraculously, this is now passing after 3 years of being skipped. Ran under stress for 10 minutes. Release note: None Co-authored-by: Rafi Shamim <[email protected]>
2 parents df82b53 + c9a5a81 commit aacba20

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: pkg/sql/catalog/lease/lease_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -890,8 +890,6 @@ CREATE TABLE t.foo (v INT);
890890
func TestDescriptorRefreshOnRetry(t *testing.T) {
891891
defer leaktest.AfterTest(t)()
892892

893-
skip.WithIssue(t, 50037)
894-
895893
params := createTestServerParams()
896894

897895
fooAcquiredCount := int32(0)

0 commit comments

Comments
 (0)