Skip to content

Commit

Permalink
Merge #94882
Browse files Browse the repository at this point in the history
94882: kv/multitenant: skip TestExplainMVCCSteps, TestTransientClusterMultitenant, TestDockerCLI/test_sql_mem_monitor r=erikgrinaker a=msbutler

Informs #94862 #94881 #94887

Release Note: none

Epic: none

Co-authored-by: Michael Butler <[email protected]>
Co-authored-by: Steven Danna <[email protected]>
  • Loading branch information
3 people committed Jan 7, 2023
2 parents 4e1d2f5 + ace7251 commit d8d16e2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pkg/cli/democluster/demo_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ func TestTransientClusterMultitenant(t *testing.T) {
// This test is too slow to complete under the race detector, sometimes.
skip.UnderRace(t)
skip.UnderStress(t)
skip.WithIssue(t, 94862)

demoCtx := newDemoCtx()
// Set up an empty 3-node cluster with tenants on each node.
Expand Down
2 changes: 1 addition & 1 deletion pkg/sql/explain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ func TestExplainMVCCSteps(t *testing.T) {
skip.UnderMetamorphic(t,
"this test expects a precise number of scan requests, which is not upheld "+
"in the metamorphic configuration that edits the kv batch size.")

skip.WithIssue(t, 94881)
ctx := context.Background()
srv, godb, _ := serverutils.StartServer(t, base.TestServerArgs{Insecure: true})
defer srv.Stopper().Stop(ctx)
Expand Down

0 comments on commit d8d16e2

Please sign in to comment.