Skip to content

Commit

Permalink
Enable Trace Logging for SearchWhileRelocatingTests
Browse files Browse the repository at this point in the history
  • Loading branch information
s1monw committed Dec 8, 2013
1 parent d33a7f1 commit 6bc444c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
import org.elasticsearch.client.Client;
import org.elasticsearch.search.SearchHits;
import org.elasticsearch.test.ElasticsearchIntegrationTest;
import org.elasticsearch.test.junit.annotations.TestLogging;
import org.hamcrest.Matchers;
import org.junit.Test;

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

@TestLogging("org.elasticsearch.action.search.type:TRACE")
@Test
public void testSearchAndRelocateConcurrently1Replicas() throws Exception {
testSearchAndRelocateConcurrently(1);
Expand Down

0 comments on commit 6bc444c

Please sign in to comment.