Skip to content

Commit 2058a03

Browse files
committed
Enable Trace Logging for SearchWhileRelocatingTests
1 parent 7e326bd commit 2058a03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/org/elasticsearch/search/basic/SearchWhileRelocatingTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
import org.elasticsearch.client.Client;
2727
import org.elasticsearch.search.SearchHits;
2828
import org.elasticsearch.test.ElasticsearchIntegrationTest;
29+
import org.elasticsearch.test.junit.annotations.TestLogging;
2930
import org.hamcrest.Matchers;
3031
import org.junit.Test;
3132

@@ -49,6 +50,7 @@ public void testSearchAndRelocateConcurrently0Replicas() throws Exception {
4950
testSearchAndRelocateConcurrently(0);
5051
}
5152

53+
@TestLogging("org.elasticsearch.action.search.type:TRACE")
5254
@Test
5355
public void testSearchAndRelocateConcurrently1Replicas() throws Exception {
5456
testSearchAndRelocateConcurrently(1);

0 commit comments

Comments
 (0)