From 6a4b944b78b050172e9d36c121fbf47c395f5906 Mon Sep 17 00:00:00 2001 From: Shourya Dutta Biswas <114977491+shourya035@users.noreply.github.com> Date: Wed, 27 Mar 2024 18:48:29 +0530 Subject: [PATCH] Removing unused TestLogging directive Signed-off-by: Shourya Dutta Biswas <114977491+shourya035@users.noreply.github.com> --- .../org/opensearch/remotemigration/RemoteDualMigrationIT.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/src/internalClusterTest/java/org/opensearch/remotemigration/RemoteDualMigrationIT.java b/server/src/internalClusterTest/java/org/opensearch/remotemigration/RemoteDualMigrationIT.java index 7a22822405adb..87cce29dbb5c1 100644 --- a/server/src/internalClusterTest/java/org/opensearch/remotemigration/RemoteDualMigrationIT.java +++ b/server/src/internalClusterTest/java/org/opensearch/remotemigration/RemoteDualMigrationIT.java @@ -24,7 +24,6 @@ import org.opensearch.test.InternalSettingsPlugin; import org.opensearch.test.InternalTestCluster; import org.opensearch.test.OpenSearchIntegTestCase; -import org.opensearch.test.junit.annotations.TestLogging; import java.util.Collection; import java.util.List; @@ -374,7 +373,6 @@ public void testFailoverRemotePrimaryToDocrepReplica() throws Exception { - Move primary copy from docrep to remote through _cluster/reroute - Ensure that remote store is seeded in the new remote node by asserting remote uploads from that node > 0 */ - @TestLogging(reason = "troubleshooting", value = "org.opensearch.index.translog:TRACE") public void testFailoverRemotePrimaryToDocrepReplicaReseedToRemotePrimary() throws Exception { testFailoverRemotePrimaryToDocrepReplica();