summaryrefslogtreecommitdiff
path: root/core/src/test/java/org/elasticsearch/recovery
diff options
context:
space:
mode:
authorJason Tedor <jason@tedor.me>2017-05-25 17:36:45 -0400
committerJason Tedor <jason@tedor.me>2017-05-25 17:37:36 -0400
commit9a118691bf990d70b25772de56fbf0025037d334 (patch)
treef4be2d66a9cd9d8cae41b922c761efbf33efeda7 /core/src/test/java/org/elasticsearch/recovery
parent8dbf8a230e5e54d764b019231e562111b931587c (diff)
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.
Diffstat (limited to 'core/src/test/java/org/elasticsearch/recovery')
-rw-r--r--core/src/test/java/org/elasticsearch/recovery/RelocationIT.java1
1 files changed, 1 insertions, 0 deletions
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(