Tests: removed comment from SearchWhileRelocatingTests

This commit is contained in:
Boaz Leskes 2015-07-17 11:32:36 +02:00
parent b7107663d1
commit 1b37b48bb0
1 changed files with 0 additions and 5 deletions

View File

@ -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 {