We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7624734 commit 401b814Copy full SHA for 401b814
server/src/test/java/org/elasticsearch/index/shard/IndexShardTests.java
@@ -733,6 +733,7 @@ private Releasable acquireReplicaOperationPermitBlockingly(IndexShard indexShard
733
return fut.get();
734
}
735
736
+ @AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/35850")
737
public void testOperationPermitOnReplicaShards() throws Exception {
738
final ShardId shardId = new ShardId("test", "_na_", 0);
739
final IndexShard indexShard;
0 commit comments