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 (#12088)

Signed-off-by: Suraj Singh <[email protected]>
  • Loading branch information
dreamer-89 authored Jan 30, 2024
1 parent 0a16549 commit 64c00b3
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 64c00b3

Please sign in to comment.