diff --git a/modules/reindex/src/internalClusterTest/java/org/elasticsearch/index/reindex/BulkByScrollUsesAllScrollDocumentsAfterConflictsIntegTests.java b/modules/reindex/src/internalClusterTest/java/org/elasticsearch/index/reindex/BulkByScrollUsesAllScrollDocumentsAfterConflictsIntegTests.java index aa70f6f41ce25..a1aceb68967b3 100644 --- a/modules/reindex/src/internalClusterTest/java/org/elasticsearch/index/reindex/BulkByScrollUsesAllScrollDocumentsAfterConflictsIntegTests.java +++ b/modules/reindex/src/internalClusterTest/java/org/elasticsearch/index/reindex/BulkByScrollUsesAllScrollDocumentsAfterConflictsIntegTests.java @@ -98,6 +98,7 @@ public void setUpCluster() { internalCluster().startDataOnlyNode(Settings.builder().put("thread_pool.write.size", 1).build()); } + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/79300") public void testUpdateByQuery() throws Exception { final String indexName = randomAlphaOfLength(10).toLowerCase(Locale.ROOT); final boolean scriptEnabled = randomBoolean(); @@ -111,7 +112,7 @@ public void testUpdateByQuery() throws Exception { }); } - @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/79342") + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/79300") public void testReindex() throws Exception { final String sourceIndex = randomAlphaOfLength(10).toLowerCase(Locale.ROOT); final String targetIndex = randomAlphaOfLength(10).toLowerCase(Locale.ROOT); @@ -134,6 +135,7 @@ public void testReindex() throws Exception { }); } + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/79300") public void testDeleteByQuery() throws Exception { final String indexName = randomAlphaOfLength(10).toLowerCase(Locale.ROOT); executeConcurrentUpdatesOnSubsetOfDocs(indexName, diff --git a/server/src/internalClusterTest/java/org/elasticsearch/indices/recovery/SnapshotBasedIndexRecoveryIT.java b/server/src/internalClusterTest/java/org/elasticsearch/indices/recovery/SnapshotBasedIndexRecoveryIT.java index 5dd6d8633d9d7..75a1d35b853a8 100644 --- a/server/src/internalClusterTest/java/org/elasticsearch/indices/recovery/SnapshotBasedIndexRecoveryIT.java +++ b/server/src/internalClusterTest/java/org/elasticsearch/indices/recovery/SnapshotBasedIndexRecoveryIT.java @@ -890,6 +890,7 @@ public void testRecoveryUsingSnapshotsIsThrottledPerNode() throws Exception { }); } + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/79420") public void testRecoveryUsingSnapshotsPermitIsReturnedAfterFailureOrCancellation() throws Exception { executeRecoveryWithSnapshotFileDownloadThrottled((indices, sourceNode,