Skip to content

Commit 71dd6e5

Browse files
committed
Mute failing AsyncTwoPhaseIndexerTests
See #42084
1 parent 7953f9a commit 71dd6e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/indexing/AsyncTwoPhaseIndexerTests.java

+3
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ public XContentBuilder toXContent(XContentBuilder builder, Params params) throws
222222
}
223223
}
224224

225+
@AwaitsFix( bugUrl = "https://github.com/elastic/elasticsearch/issues/42084")
225226
public void testStateMachine() throws Exception {
226227
AtomicReference<IndexerState> state = new AtomicReference<>(IndexerState.STOPPED);
227228
final ExecutorService executor = Executors.newFixedThreadPool(1);
@@ -264,6 +265,7 @@ public void testStateMachineBrokenSearch() throws InterruptedException {
264265
}
265266
}
266267

268+
@AwaitsFix( bugUrl = "https://github.com/elastic/elasticsearch/issues/42084")
267269
public void testStop_AfterIndexerIsFinished() throws InterruptedException {
268270
AtomicReference<IndexerState> state = new AtomicReference<>(IndexerState.STOPPED);
269271
final ExecutorService executor = Executors.newFixedThreadPool(1);
@@ -283,6 +285,7 @@ public void testStop_AfterIndexerIsFinished() throws InterruptedException {
283285
}
284286
}
285287

288+
@AwaitsFix( bugUrl = "https://github.com/elastic/elasticsearch/issues/42084")
286289
public void testStop_WhileIndexing() throws InterruptedException {
287290
AtomicReference<IndexerState> state = new AtomicReference<>(IndexerState.STOPPED);
288291
final ExecutorService executor = Executors.newFixedThreadPool(1);

0 commit comments

Comments
 (0)