Skip to content

Commit c428c19

Browse files
authored
backport code (#127451)
This is a backport of [116126](#116126) [ [122598](#122598) ] closes [126753](#126753
1 parent 77137b3 commit c428c19

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
@@ -188,8 +188,6 @@ tests:
188188
- class: org.elasticsearch.reservedstate.service.FileSettingsServiceTests
189189
method: testProcessFileChanges
190190
issue: https://github.com/elastic/elasticsearch/issues/115280
191-
- class: org.elasticsearch.indices.mapping.UpdateMappingIntegrationIT
192-
issue: https://github.com/elastic/elasticsearch/issues/116126
193191
- class: org.elasticsearch.upgrades.FullClusterRestartIT
194192
method: testSnapshotRestore {cluster=OLD}
195193
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
@@ -1759,7 +1759,7 @@ public void indexRandom(boolean forceRefresh, boolean dummyDocuments, boolean ma
17591759
}
17601760
}
17611761
for (CountDownLatch operation : inFlightAsyncOperations) {
1762-
safeAwait(operation);
1762+
safeAwait(operation, TEST_REQUEST_TIMEOUT);
17631763
}
17641764
if (bogusIds.isEmpty() == false) {
17651765
// 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)