Skip to content

Commit 791cbc2

Browse files
committed
[TEST] test logging for reindex RethrottleTests #26192
1 parent 35a2ee3 commit 791cbc2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/reindex/src/test/java/org/elasticsearch/index/reindex/RethrottleTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
import org.elasticsearch.action.index.IndexRequestBuilder;
2727
import org.elasticsearch.index.query.QueryBuilders;
2828
import org.elasticsearch.tasks.TaskId;
29+
import org.elasticsearch.test.junit.annotations.TestLogging;
2930

3031
import java.util.ArrayList;
3132
import java.util.List;
@@ -47,6 +48,7 @@
4748
* too but this is the only place that tests running against multiple nodes so it is the only integration tests that checks for
4849
* serialization.
4950
*/
51+
@TestLogging("org.elasticsearch.index.reindex:TRACE,org.elasticsearch.action.bulk:TRACE,org.elasticsearch.search.SearchService:TRACE")
5052
public class RethrottleTests extends ReindexTestCase {
5153

5254
public void testReindex() throws Exception {

0 commit comments

Comments
 (0)