mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-20 03:45:02 +00:00
[TEST] Enable DEBUG logging on testAutoQueueSizingWithMax
Enables debug logging on QueueResizingEsThreadPoolExecutorTests#testAutoQueueSizingWithMax Relates to #30740
This commit is contained in:
parent
eaf672f612
commit
42b0b45659
@ -154,6 +154,7 @@ public class QueueResizingEsThreadPoolExecutorTests extends ESTestCase {
|
|||||||
context.close();
|
context.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestLogging("org.elasticsearch.common.util.concurrent:DEBUG")
|
||||||
public void testAutoQueueSizingWithMax() throws Exception {
|
public void testAutoQueueSizingWithMax() throws Exception {
|
||||||
ThreadContext context = new ThreadContext(Settings.EMPTY);
|
ThreadContext context = new ThreadContext(Settings.EMPTY);
|
||||||
ResizableBlockingQueue<Runnable> queue =
|
ResizableBlockingQueue<Runnable> queue =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user