From 9a118691bf990d70b25772de56fbf0025037d334 Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Thu, 25 May 2017 17:36:45 -0400 Subject: Mute index and relocate concurrently This test is failing sporadically and for now we mute it as we have a failure with additional logging that should hopefully enable us to assess the situation. --- core/src/test/java/org/elasticsearch/recovery/RelocationIT.java | 1 + 1 file changed, 1 insertion(+) (limited to 'core/src/test/java/org/elasticsearch/recovery') diff --git a/core/src/test/java/org/elasticsearch/recovery/RelocationIT.java b/core/src/test/java/org/elasticsearch/recovery/RelocationIT.java index bb07ad4b90..8b37d8a7e4 100644 --- a/core/src/test/java/org/elasticsearch/recovery/RelocationIT.java +++ b/core/src/test/java/org/elasticsearch/recovery/RelocationIT.java @@ -454,6 +454,7 @@ public class RelocationIT extends ESIntegTestCase { + "org.elasticsearch.action.search:TRACE," + "org.elasticsearch.cluster.service:TRACE," + "org.elasticsearch.index.seqno:TRACE") + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/24599") public void testIndexAndRelocateConcurrently() throws ExecutionException, InterruptedException { int halfNodes = randomIntBetween(1, 3); Settings[] nodeSettings = Stream.concat( -- cgit v1.2.3