Skip to content

Commit

Permalink
statusccl: skip flaky TenantStatusAPI tests
Browse files Browse the repository at this point in the history
Informs cockroachdb#92382, cockroachdb#99770, cockroachdb#99559
Epic: none
Release note: None
  • Loading branch information
Zach Lite committed Jun 20, 2023
1 parent 4bcfa81 commit 8be671a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/ccl/serverccl/statusccl/tenant_status_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ func TestTenantStatusAPI(t *testing.T) {
defer testHelper.Cleanup(ctx, t)

t.Run("reset_sql_stats", func(t *testing.T) {
skip.UnderDeadlockWithIssue(t, 99559)
testResetSQLStatsRPCForTenant(ctx, t, testHelper)
})

Expand Down Expand Up @@ -100,6 +101,7 @@ func TestTenantStatusAPI(t *testing.T) {
})

t.Run("txn_id_resolution", func(t *testing.T) {
skip.UnderDeadlockWithIssue(t, 99770)
testTxnIDResolutionRPC(ctx, t, testHelper)
})

Expand Down Expand Up @@ -1167,6 +1169,7 @@ 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 8be671a

Please sign in to comment.