mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +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();
|
||||
}
|
||||
|
||||
@TestLogging("org.elasticsearch.common.util.concurrent:DEBUG")
|
||||
public void testAutoQueueSizingWithMax() throws Exception {
|
||||
ThreadContext context = new ThreadContext(Settings.EMPTY);
|
||||
ResizableBlockingQueue<Runnable> queue =
|
||||
|
Loading…
x
Reference in New Issue
Block a user