Skip to content

Commit cdac245

Browse files
authored
Mute BulkByScrollUsesAllScrollDocumentsAfterConflictsIntegTests (#79429)
Mute SnapshotBasedIndexRecoveryIT#testRecoveryUsingSnapshotsPermitIsReturnedAfterFailureOrCancellation
1 parent 3733583 commit cdac245

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

modules/reindex/src/internalClusterTest/java/org/elasticsearch/index/reindex/BulkByScrollUsesAllScrollDocumentsAfterConflictsIntegTests.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ public void setUpCluster() {
9898
internalCluster().startDataOnlyNode(Settings.builder().put("thread_pool.write.size", 1).build());
9999
}
100100

101+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/79300")
101102
public void testUpdateByQuery() throws Exception {
102103
final String indexName = randomAlphaOfLength(10).toLowerCase(Locale.ROOT);
103104
final boolean scriptEnabled = randomBoolean();
@@ -111,7 +112,7 @@ public void testUpdateByQuery() throws Exception {
111112
});
112113
}
113114

114-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/79342")
115+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/79300")
115116
public void testReindex() throws Exception {
116117
final String sourceIndex = randomAlphaOfLength(10).toLowerCase(Locale.ROOT);
117118
final String targetIndex = randomAlphaOfLength(10).toLowerCase(Locale.ROOT);
@@ -134,6 +135,7 @@ public void testReindex() throws Exception {
134135
});
135136
}
136137

138+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/79300")
137139
public void testDeleteByQuery() throws Exception {
138140
final String indexName = randomAlphaOfLength(10).toLowerCase(Locale.ROOT);
139141
executeConcurrentUpdatesOnSubsetOfDocs(indexName,

server/src/internalClusterTest/java/org/elasticsearch/indices/recovery/SnapshotBasedIndexRecoveryIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -890,6 +890,7 @@ public void testRecoveryUsingSnapshotsIsThrottledPerNode() throws Exception {
890890
});
891891
}
892892

893+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/79420")
893894
public void testRecoveryUsingSnapshotsPermitIsReturnedAfterFailureOrCancellation() throws Exception {
894895
executeRecoveryWithSnapshotFileDownloadThrottled((indices,
895896
sourceNode,

0 commit comments

Comments
 (0)