Revert "[TEST] Enable trace logging for translog recovery"
This reverts commit 52d53e658f
.
This commit is contained in:
parent
f81805d7d3
commit
6b95a05fc7
|
@ -32,7 +32,6 @@ import org.elasticsearch.search.SearchHit;
|
||||||
import org.elasticsearch.search.sort.SortOrder;
|
import org.elasticsearch.search.sort.SortOrder;
|
||||||
import org.elasticsearch.test.ElasticsearchIntegrationTest;
|
import org.elasticsearch.test.ElasticsearchIntegrationTest;
|
||||||
import org.elasticsearch.test.InternalTestCluster;
|
import org.elasticsearch.test.InternalTestCluster;
|
||||||
import org.elasticsearch.test.junit.annotations.TestLogging;
|
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
import java.nio.file.Path;
|
import java.nio.file.Path;
|
||||||
|
@ -51,7 +50,6 @@ import static org.hamcrest.Matchers.greaterThanOrEqualTo;
|
||||||
public class IndexWithShadowReplicasTests extends ElasticsearchIntegrationTest {
|
public class IndexWithShadowReplicasTests extends ElasticsearchIntegrationTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestLogging("index.gateway:TRACE")
|
|
||||||
public void testIndexWithFewDocuments() throws Exception {
|
public void testIndexWithFewDocuments() throws Exception {
|
||||||
Settings nodeSettings = ImmutableSettings.builder()
|
Settings nodeSettings = ImmutableSettings.builder()
|
||||||
.put("node.add_id_to_custom_path", false)
|
.put("node.add_id_to_custom_path", false)
|
||||||
|
|
Loading…
Reference in New Issue