change logging level of testTimeoutSendExceptionWithDelayedResponse to TRACE

This commit is contained in:
Britta Weber 2013-09-10 17:17:47 +02:00
parent 4032f1eb44
commit a91653cf1a
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@ import org.elasticsearch.common.io.stream.StreamOutput;
import org.elasticsearch.common.settings.ImmutableSettings;
import org.elasticsearch.common.settings.Settings;
import org.elasticsearch.common.unit.TimeValue;
import org.elasticsearch.junit.annotations.TestLogging;
import org.elasticsearch.test.integration.ElasticsearchTestCase;
import org.elasticsearch.threadpool.ThreadPool;
import org.elasticsearch.transport.*;
@ -440,6 +441,7 @@ public abstract class AbstractSimpleTransportTests extends ElasticsearchTestCase
}
@Test
@TestLogging("_root:TRACE")
public void testTimeoutSendExceptionWithDelayedResponse() throws Exception {
serviceA.registerHandler("sayHelloTimeoutDelayedResponse", new BaseTransportRequestHandler<StringMessageRequest>() {
@Override