Skip to content

Commit

Permalink
Flaky testRelocateWhileContinuouslyIndexingAndWaitingForRefresh test:…
Browse files Browse the repository at this point in the history
… Enable trace logs on replication and recovery (opensearch-project#12088)

Signed-off-by: Suraj Singh <[email protected]>
Signed-off-by: Shivansh Arora <[email protected]>
  • Loading branch information
dreamer-89 authored and shiv0408 committed Apr 25, 2024
1 parent b0a9d88 commit 66f6336
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ public void testPrimaryRelocationWithSegRepFailure() throws Exception {
* This test verifies primary recovery behavior with continuous ingestion
*
*/
@TestLogging(reason = "Enable trace logs from replication and recovery package", value = "org.opensearch.indices.recovery:TRACE,org.opensearch.indices.replication:TRACE")
public void testRelocateWhileContinuouslyIndexingAndWaitingForRefresh() throws Exception {
final String primary = internalCluster().startNode();
createIndex(1);
Expand Down

0 comments on commit 66f6336

Please sign in to comment.