From 1b37b48bb0456d794e7a7ad95021a634d9112f53 Mon Sep 17 00:00:00 2001 From: Boaz Leskes Date: Fri, 17 Jul 2015 11:32:36 +0200 Subject: [PATCH] Tests: removed comment from SearchWhileRelocatingTests --- .../search/basic/SearchWhileRelocatingTests.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/core/src/test/java/org/elasticsearch/search/basic/SearchWhileRelocatingTests.java b/core/src/test/java/org/elasticsearch/search/basic/SearchWhileRelocatingTests.java index 589c9bb230a..23b1702a519 100644 --- a/core/src/test/java/org/elasticsearch/search/basic/SearchWhileRelocatingTests.java +++ b/core/src/test/java/org/elasticsearch/search/basic/SearchWhileRelocatingTests.java @@ -45,11 +45,6 @@ import static org.hamcrest.Matchers.is; @ElasticsearchIntegrationTest.ClusterScope(minNumDataNodes = 2) public class SearchWhileRelocatingTests extends ElasticsearchIntegrationTest { -// @LuceneTestCase.AwaitsFix(bugUrl = "problem with search searching on 1 shard (no replica), " + -// "and between getting the cluster state to do the search, and executing it, " + -// "the shard has fully relocated (moved from started on one node, to fully started on another node") -// ^^ the current impl of the test handles this case gracefully since it can happen with 1 replica as well -// we just make sure if we get a partial result without a failure that the postsearch is ok! @Test @Nightly public void testSearchAndRelocateConcurrently0Replicas() throws Exception {