Skip to content

Commit

Permalink
Removing unused TestLogging directive
Browse files Browse the repository at this point in the history
Signed-off-by: Shourya Dutta Biswas <114977491+shourya035@users.noreply.github.com>
  • Loading branch information
shourya035 committed Apr 1, 2024
1 parent 4a8f92d commit c7b2dab
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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();

Expand Down

0 comments on commit c7b2dab

Please sign in to comment.