Tests: add a comment to DiscoveryWithServiceDisruptions.testAckedIndexing reminding to port it to 1.x once the awaitFix is removed
This commit is contained in:
parent
5b461454c2
commit
1bd2a491d1
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue