Skip to content

Commit

Permalink
Merge #106631
Browse files Browse the repository at this point in the history
106631: statusccl: unskip testTenantRanges pagination r=zachlite a=zachlite

This test was mistakenly skipped in #105197, but
the flake was addressed in #99054.

The flake on the 22.2 release branch (tracked in #92382) was not novel, but untreated. I misinterpreted this, and thought the skip on master would be for good measure, not realizing the flake was already treated.

Epic: none
Release note: None

Co-authored-by: zachlite <[email protected]>
  • Loading branch information
craig[bot] and zachlite committed Jul 11, 2023
2 parents 0b628fb + 69280b4 commit d7bfdec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/ccl/serverccl/statusccl/tenant_status_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1389,7 +1389,6 @@ func testTenantRangesRPC(_ context.Context, t *testing.T, helper serverccl.Tenan
})

t.Run("test tenant ranges pagination", func(t *testing.T) {
skip.UnderStressWithIssue(t, 92382)
ctx := context.Background()
resp1, err := tenantA.TenantRanges(ctx, &serverpb.TenantRangesRequest{
Limit: 1,
Expand Down

0 comments on commit d7bfdec

Please sign in to comment.