Skip to content

Commit cb048f2

Browse files
committed
[TEST] Increase logging on testPrimaryRelocationWhileIndexing
1 parent e90ddcf commit cb048f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/test/java/org/elasticsearch/indices/recovery/IndexPrimaryRelocationIT.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ public class IndexPrimaryRelocationIT extends ESIntegTestCase {
4444

4545
private static final int RELOCATION_COUNT = 25;
4646

47-
@TestLogging("_root:DEBUG,org.elasticsearch.action.delete:TRACE,org.elasticsearch.action.index:TRACE,index.shard:TRACE,org.elasticsearch.cluster.service:TRACE")
47+
@TestLogging("_root:DEBUG,org.elasticsearch.action.delete:TRACE,org.elasticsearch.action.index:TRACE,index.shard:TRACE," +
48+
"org.elasticsearch.cluster.service:TRACE,org.elasticsearch.action.bulk:TRACE")
4849
public void testPrimaryRelocationWhileIndexing() throws Exception {
4950
internalCluster().ensureAtLeastNumDataNodes(randomIntBetween(2, 3));
5051
client().admin().indices().prepareCreate("test")

0 commit comments

Comments
 (0)