Skip to content

Commit

Permalink
Merge #113599
Browse files Browse the repository at this point in the history
113599: sql: disable shared process tenant for TestTraceAnalyzer r=herkolategan a=herkolategan

This test is flaky when running with a shared process test virtual cluster.

Informs: #113591
Informs: #113598

Epic: None

Co-authored-by: Herko Lategan <[email protected]>
  • Loading branch information
craig[bot] and herkolategan committed Nov 1, 2023
2 parents 63e0b12 + b01c287 commit 8cf0ca4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/sql/execstats/traceanalyzer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ func TestTraceAnalyzer(t *testing.T) {
tc := serverutils.StartCluster(t, numNodes, base.TestClusterArgs{
ReplicationMode: base.ReplicationManual,
ServerArgs: base.TestServerArgs{
DefaultTestTenant: base.TestDoesNotWorkWithSharedProcessModeButWeDontKnowWhyYet(
base.TestTenantProbabilistic, 113598,
),
UseDatabase: "test",
Knobs: base.TestingKnobs{
SQLExecutor: &sql.ExecutorTestingKnobs{
Expand Down

0 comments on commit 8cf0ca4

Please sign in to comment.