File tree 1 file changed +2
-0
lines changed
server/src/test/java/org/elasticsearch/indices/flush
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -255,6 +255,7 @@ private String syncedFlushDescription(ShardsSyncedFlushResult result) {
255
255
}
256
256
257
257
@ TestLogging ("_root:DEBUG" )
258
+ @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/29392" )
258
259
public void testSyncedFlushSkipOutOfSyncReplicas () throws Exception {
259
260
internalCluster ().ensureAtLeastNumDataNodes (between (2 , 3 ));
260
261
final int numberOfReplicas = internalCluster ().numDataNodes () - 1 ;
@@ -297,6 +298,7 @@ public void testSyncedFlushSkipOutOfSyncReplicas() throws Exception {
297
298
}
298
299
299
300
@ TestLogging ("_root:DEBUG" )
301
+ @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/29392" )
300
302
public void testDoNotRenewSyncedFlushWhenAllSealed () throws Exception {
301
303
internalCluster ().ensureAtLeastNumDataNodes (between (2 , 3 ));
302
304
final int numberOfReplicas = internalCluster ().numDataNodes () - 1 ;
You can’t perform that action at this time.
0 commit comments