From 2e486f64f8a6c7eae04cc472766f214d5ce72ee3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Fern=C3=A1ndez=20Casta=C3=B1o?= Date: Tue, 19 Oct 2021 09:40:24 +0200 Subject: [PATCH] Mute BulkByScrollUsesAllScrollDocumentsAfterConflictsIntegTests Mute SnapshotBasedIndexRecoveryIT#testRecoveryUsingSnapshotsPermitIsReturnedAfterFailureOrCancellation --- ...yScrollUsesAllScrollDocumentsAfterConflictsIntegTests.java | 4 +++- .../indices/recovery/SnapshotBasedIndexRecoveryIT.java | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) 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,