parent
b7a63f7e7d
commit
ce635f5f15
|
@ -125,6 +125,7 @@ public class PrimaryReplicaSyncerTests extends IndexShardTestCase {
|
||||||
closeShards(shard);
|
closeShards(shard);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/33330")
|
||||||
public void testSyncerOnClosingShard() throws Exception {
|
public void testSyncerOnClosingShard() throws Exception {
|
||||||
IndexShard shard = newStartedShard(true);
|
IndexShard shard = newStartedShard(true);
|
||||||
AtomicBoolean syncActionCalled = new AtomicBoolean();
|
AtomicBoolean syncActionCalled = new AtomicBoolean();
|
||||||
|
|
Loading…
Reference in New Issue