From d3721c48c3f06bb0c44763de4442da773c4e1839 Mon Sep 17 00:00:00 2001 From: Lee Hinman Date: Mon, 4 Dec 2017 15:42:43 -0700 Subject: [PATCH] [TEST] Add AwaitsFix for FullClusterRestartIT.testRecovery See: #27649 --- .../java/org/elasticsearch/upgrades/FullClusterRestartIT.java | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/full-cluster-restart/src/test/java/org/elasticsearch/upgrades/FullClusterRestartIT.java b/qa/full-cluster-restart/src/test/java/org/elasticsearch/upgrades/FullClusterRestartIT.java index 00d700d2d52..568ae43c323 100644 --- a/qa/full-cluster-restart/src/test/java/org/elasticsearch/upgrades/FullClusterRestartIT.java +++ b/qa/full-cluster-restart/src/test/java/org/elasticsearch/upgrades/FullClusterRestartIT.java @@ -615,6 +615,7 @@ public class FullClusterRestartIT extends ESRestTestCase { * Tests recovery of an index with or without a translog and the * statistics we gather about that. */ + @AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/27649") public void testRecovery() throws IOException { int count; boolean shouldHaveTranslog;