Revert "testCorruptTranslogTruncation: add logging"

We can reduce logging for this test as it's fixed in https://github.com/elastic/elasticsearch/pull/27887
This reverts commit e0e698bc26.
This commit is contained in:
Nhat Nguyen 2017-12-19 12:13:23 -05:00
parent 6b0d90b9d4
commit 0c1ac2e700
1 changed files with 0 additions and 2 deletions

View File

@ -57,7 +57,6 @@ import org.elasticsearch.plugins.Plugin;
import org.elasticsearch.test.ESIntegTestCase;
import org.elasticsearch.test.InternalTestCluster;
import org.elasticsearch.test.engine.MockEngineSupport;
import org.elasticsearch.test.junit.annotations.TestLogging;
import org.elasticsearch.test.transport.MockTransportService;
import java.io.IOException;
@ -85,7 +84,6 @@ public class TruncateTranslogIT extends ESIntegTestCase {
return Arrays.asList(MockTransportService.TestPlugin.class, MockEngineFactoryPlugin.class);
}
@TestLogging("org.elasticsearch.index.engine:TRACE,org.elasticsearch.index.translog:TRACE")
public void testCorruptTranslogTruncation() throws Exception {
internalCluster().startNodes(2, Settings.EMPTY);