From 2d2cc764ac0e223304a0811cac8a1c8a89138c50 Mon Sep 17 00:00:00 2001 From: Lee Hinman Date: Thu, 5 Mar 2015 22:13:05 -0700 Subject: [PATCH] Revert "[TESTS] remove AwaitsFix from CircuitBreakerServiceTests" This reverts commit 21e246f6a314e75aa753d79709044970a9e21877. --- .../indices/memory/breaker/CircuitBreakerServiceTests.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/test/java/org/elasticsearch/indices/memory/breaker/CircuitBreakerServiceTests.java b/src/test/java/org/elasticsearch/indices/memory/breaker/CircuitBreakerServiceTests.java index 75f8cf25884..311449aaece 100644 --- a/src/test/java/org/elasticsearch/indices/memory/breaker/CircuitBreakerServiceTests.java +++ b/src/test/java/org/elasticsearch/indices/memory/breaker/CircuitBreakerServiceTests.java @@ -19,6 +19,7 @@ package org.elasticsearch.indices.memory.breaker; +import org.apache.lucene.util.LuceneTestCase; import org.elasticsearch.ExceptionsHelper; import org.elasticsearch.action.admin.cluster.node.stats.NodeStats; import org.elasticsearch.action.admin.cluster.node.stats.NodesStatsResponse; @@ -107,6 +108,7 @@ public class CircuitBreakerServiceTests extends ElasticsearchIntegrationTest { } @Test + @LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elasticsearch/elasticsearch/issues/8710") public void testMemoryBreaker() throws Exception { if (noopBreakerUsed()) { logger.info("--> noop breakers used, skipping test"); @@ -152,6 +154,7 @@ public class CircuitBreakerServiceTests extends ElasticsearchIntegrationTest { } @Test + @LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elasticsearch/elasticsearch/issues/9270") public void testRamAccountingTermsEnum() throws Exception { if (noopBreakerUsed()) { logger.info("--> noop breakers used, skipping test");