Skip to content

Commit 64c00b3

Browse files
authored
Flaky testRelocateWhileContinuouslyIndexingAndWaitingForRefresh test: Enable trace logs on replication and recovery (opensearch-project#12088)
Signed-off-by: Suraj Singh <surajrider@gmail.com>
1 parent 0a16549 commit 64c00b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/internalClusterTest/java/org/opensearch/indices/replication/SegmentReplicationRelocationIT.java

+1
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ public void testPrimaryRelocationWithSegRepFailure() throws Exception {
219219
* This test verifies primary recovery behavior with continuous ingestion
220220
*
221221
*/
222+
@TestLogging(reason = "Enable trace logs from replication and recovery package", value = "org.opensearch.indices.recovery:TRACE,org.opensearch.indices.replication:TRACE")
222223
public void testRelocateWhileContinuouslyIndexingAndWaitingForRefresh() throws Exception {
223224
final String primary = internalCluster().startNode();
224225
createIndex(1);

0 commit comments

Comments
 (0)