Skip to content

Commit

Permalink
[TEST] Enable DEBUG logging on testAutoQueueSizingWithMax
Browse files Browse the repository at this point in the history
Enables debug logging on
QueueResizingEsThreadPoolExecutorTests#testAutoQueueSizingWithMax

Relates to #30740
  • Loading branch information
dakrone committed May 21, 2018
1 parent 90f8a5f commit 4441d57
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ public void testAutoQueueSizingWithMin() throws Exception {
context.close();
}

@TestLogging("org.elasticsearch.common.util.concurrent:DEBUG")
public void testAutoQueueSizingWithMax() throws Exception {
ThreadContext context = new ThreadContext(Settings.EMPTY);
ResizableBlockingQueue<Runnable> queue =
Expand Down

0 comments on commit 4441d57

Please sign in to comment.