We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a61b6 commit 2fa75b4Copy full SHA for 2fa75b4
server/src/test/java/org/elasticsearch/index/engine/LuceneChangesSnapshotTests.java
@@ -191,6 +191,7 @@ public void testDedupByPrimaryTerm() throws Exception {
191
}
192
193
194
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/33344")
195
public void testUpdateAndReadChangesConcurrently() throws Exception {
196
Follower[] followers = new Follower[between(1, 3)];
197
CountDownLatch readyLatch = new CountDownLatch(followers.length + 1);
0 commit comments