Skip to content

Commit 114e8ef

Browse files
authored
backport code (elastic#127450)
This is a backport of [116126](elastic#116126) [ [122598](elastic#122598) ] closes [126753](elastic#126753
1 parent 9e2ae4e commit 114e8ef

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

muted-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,6 @@ tests:
185185
- class: org.elasticsearch.reservedstate.service.FileSettingsServiceTests
186186
method: testProcessFileChanges
187187
issue: https://github.com/elastic/elasticsearch/issues/115280
188-
- class: org.elasticsearch.indices.mapping.UpdateMappingIntegrationIT
189-
issue: https://github.com/elastic/elasticsearch/issues/116126
190188
- class: org.elasticsearch.upgrades.FullClusterRestartIT
191189
method: testSnapshotRestore {cluster=OLD}
192190
issue: https://github.com/elastic/elasticsearch/issues/111777

test/framework/src/main/java/org/elasticsearch/test/ESIntegTestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1802,7 +1802,7 @@ public void indexRandom(boolean forceRefresh, boolean dummyDocuments, boolean ma
18021802
}
18031803
}
18041804
for (CountDownLatch operation : inFlightAsyncOperations) {
1805-
safeAwait(operation);
1805+
safeAwait(operation, TEST_REQUEST_TIMEOUT);
18061806
}
18071807
if (bogusIds.isEmpty() == false) {
18081808
// delete the bogus types again - it might trigger merges or at least holes in the segments and enforces deleted docs!

0 commit comments

Comments
 (0)