change logging level of testTimeoutSendExceptionWithDelayedResponse to TRACE
This commit is contained in:
parent
4032f1eb44
commit
a91653cf1a
|
@ -27,6 +27,7 @@ import org.elasticsearch.common.io.stream.StreamOutput;
|
||||||
import org.elasticsearch.common.settings.ImmutableSettings;
|
import org.elasticsearch.common.settings.ImmutableSettings;
|
||||||
import org.elasticsearch.common.settings.Settings;
|
import org.elasticsearch.common.settings.Settings;
|
||||||
import org.elasticsearch.common.unit.TimeValue;
|
import org.elasticsearch.common.unit.TimeValue;
|
||||||
|
import org.elasticsearch.junit.annotations.TestLogging;
|
||||||
import org.elasticsearch.test.integration.ElasticsearchTestCase;
|
import org.elasticsearch.test.integration.ElasticsearchTestCase;
|
||||||
import org.elasticsearch.threadpool.ThreadPool;
|
import org.elasticsearch.threadpool.ThreadPool;
|
||||||
import org.elasticsearch.transport.*;
|
import org.elasticsearch.transport.*;
|
||||||
|
@ -440,6 +441,7 @@ public abstract class AbstractSimpleTransportTests extends ElasticsearchTestCase
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@TestLogging("_root:TRACE")
|
||||||
public void testTimeoutSendExceptionWithDelayedResponse() throws Exception {
|
public void testTimeoutSendExceptionWithDelayedResponse() throws Exception {
|
||||||
serviceA.registerHandler("sayHelloTimeoutDelayedResponse", new BaseTransportRequestHandler<StringMessageRequest>() {
|
serviceA.registerHandler("sayHelloTimeoutDelayedResponse", new BaseTransportRequestHandler<StringMessageRequest>() {
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue