We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e326bd commit 2058a03Copy full SHA for 2058a03
src/test/java/org/elasticsearch/search/basic/SearchWhileRelocatingTests.java
@@ -26,6 +26,7 @@
26
import org.elasticsearch.client.Client;
27
import org.elasticsearch.search.SearchHits;
28
import org.elasticsearch.test.ElasticsearchIntegrationTest;
29
+import org.elasticsearch.test.junit.annotations.TestLogging;
30
import org.hamcrest.Matchers;
31
import org.junit.Test;
32
@@ -49,6 +50,7 @@ public void testSearchAndRelocateConcurrently0Replicas() throws Exception {
49
50
testSearchAndRelocateConcurrently(0);
51
}
52
53
+ @TestLogging("org.elasticsearch.action.search.type:TRACE")
54
@Test
55
public void testSearchAndRelocateConcurrently1Replicas() throws Exception {
56
testSearchAndRelocateConcurrently(1);
0 commit comments