mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
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 e0e698bc26244c291917a1e771185f823992e80f.
This commit is contained in:
parent
6b0d90b9d4
commit
0c1ac2e700
@ -57,7 +57,6 @@ import org.elasticsearch.plugins.Plugin;
|
|||||||
import org.elasticsearch.test.ESIntegTestCase;
|
import org.elasticsearch.test.ESIntegTestCase;
|
||||||
import org.elasticsearch.test.InternalTestCluster;
|
import org.elasticsearch.test.InternalTestCluster;
|
||||||
import org.elasticsearch.test.engine.MockEngineSupport;
|
import org.elasticsearch.test.engine.MockEngineSupport;
|
||||||
import org.elasticsearch.test.junit.annotations.TestLogging;
|
|
||||||
import org.elasticsearch.test.transport.MockTransportService;
|
import org.elasticsearch.test.transport.MockTransportService;
|
||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
@ -85,7 +84,6 @@ public class TruncateTranslogIT extends ESIntegTestCase {
|
|||||||
return Arrays.asList(MockTransportService.TestPlugin.class, MockEngineFactoryPlugin.class);
|
return Arrays.asList(MockTransportService.TestPlugin.class, MockEngineFactoryPlugin.class);
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestLogging("org.elasticsearch.index.engine:TRACE,org.elasticsearch.index.translog:TRACE")
|
|
||||||
public void testCorruptTranslogTruncation() throws Exception {
|
public void testCorruptTranslogTruncation() throws Exception {
|
||||||
internalCluster().startNodes(2, Settings.EMPTY);
|
internalCluster().startNodes(2, Settings.EMPTY);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user