From 3c33879018f421a6ad7961aa5e864a50e4d59403 Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Fri, 2 Sep 2016 18:30:55 -0400 Subject: [PATCH] Mark OldWatchIndices test AwaitsFix Is freaking out in CI. Original commit: elastic/x-pack-elasticsearch@3ab43467ed5a779c7f3cc49441cf41b81a025838 --- .../watcher/OldWatcherIndicesBackwardsCompatibilityIT.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elasticsearch/x-pack/watcher/src/test/java/org/elasticsearch/xpack/watcher/OldWatcherIndicesBackwardsCompatibilityIT.java b/elasticsearch/x-pack/watcher/src/test/java/org/elasticsearch/xpack/watcher/OldWatcherIndicesBackwardsCompatibilityIT.java index 0655b70fa19..498f91a2118 100644 --- a/elasticsearch/x-pack/watcher/src/test/java/org/elasticsearch/xpack/watcher/OldWatcherIndicesBackwardsCompatibilityIT.java +++ b/elasticsearch/x-pack/watcher/src/test/java/org/elasticsearch/xpack/watcher/OldWatcherIndicesBackwardsCompatibilityIT.java @@ -5,12 +5,12 @@ */ package org.elasticsearch.xpack.watcher; +import org.apache.lucene.util.LuceneTestCase.AwaitsFix; import org.elasticsearch.AbstractOldXPackIndicesBackwardsCompatibilityTestCase; import org.elasticsearch.Version; import org.elasticsearch.action.search.SearchResponse; import org.elasticsearch.common.settings.Settings; import org.elasticsearch.test.VersionUtils; -import org.elasticsearch.test.junit.annotations.TestLogging; import org.elasticsearch.xpack.XPackSettings; import org.elasticsearch.xpack.common.text.TextTemplate; import org.elasticsearch.xpack.watcher.actions.logging.LoggingAction; @@ -35,7 +35,7 @@ import static org.hamcrest.Matchers.not; /** * Tests for watcher indexes created before 5.0. */ -@TestLogging("_root:INFO") +@AwaitsFix(bugUrl = "https://github.com/elastic/x-plugins/pull/3342") public class OldWatcherIndicesBackwardsCompatibilityIT extends AbstractOldXPackIndicesBackwardsCompatibilityTestCase { @Override public Settings nodeSettings(int ord) {