Tests: add a comment to DiscoveryWithServiceDisruptions.testAckedIndexing reminding to port it to 1.x once the awaitFix is removed

This commit is contained in:
Boaz Leskes 2014-09-12 10:35:18 +02:00
parent 5b461454c2
commit 1bd2a491d1
1 changed files with 1 additions and 0 deletions

View File

@ -370,6 +370,7 @@ public class DiscoveryWithServiceDisruptions extends ElasticsearchIntegrationTes
* We also collect & report the type of indexing failures that occur.
*/
@Test
// NOTE: if you remove the awaitFix, make sure to port the test to the 1.x branch
@LuceneTestCase.AwaitsFix(bugUrl = "needs some more work to stabilize")
@TestLogging("action.index:TRACE,action.get:TRACE,discovery:TRACE,cluster.service:TRACE,indices.recovery:TRACE,indices.cluster:TRACE")
public void testAckedIndexing() throws Exception {