Skip to content

Commit

Permalink
updated the distributed test to disable always on tracer
Browse files Browse the repository at this point in the history
  • Loading branch information
stillalex committed Sep 7, 2023
1 parent 18ee8dc commit 3eb477e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public static void beforeTest() throws Exception {
configureCluster(4)
.addConfig(
"config", TEST_PATH().resolve("configsets").resolve("cloud-minimal").resolve("conf"))
.withTraceIdGenerationDisabled()
.configure();
CollectionAdminRequest.createCollection(COLLECTION, "config", 2, 2)
.setPerReplicaState(SolrCloudTestCase.USE_PER_REPLICA_STATE)
Expand Down

0 comments on commit 3eb477e

Please sign in to comment.