Skip to content

Commit

Permalink
statusccl: unskip testTenantRanges pagination
Browse files Browse the repository at this point in the history
This test was mistakenly skipped in cockroachdb#105197, but
the flake was addressed in cockroachdb#99054.

The flake on the 22.2 release branch (tracked in cockroachdb#92382) was not novel,
but un-treated. 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
  • Loading branch information
zachlite committed Jul 11, 2023
1 parent 89d6fdd commit 69280b4
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 @@ -1390,7 +1390,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 69280b4

Please sign in to comment.