From c541cfd956471d317ace38438f42edea721e9f53 Mon Sep 17 00:00:00 2001 From: Dimitris Rempapis Date: Fri, 25 Apr 2025 12:28:08 +0300 Subject: [PATCH 1/2] unmute test --- muted-tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/muted-tests.yml b/muted-tests.yml index 12d8cb4ed905a..b25eb3f558d65 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -169,8 +169,6 @@ tests: - class: org.elasticsearch.xpack.test.rest.XPackRestIT method: test {p0=ml/3rd_party_deployment/Test start deployment fails while model download in progress} issue: https://github.com/elastic/elasticsearch/issues/120810 -- class: org.elasticsearch.indices.mapping.UpdateMappingIntegrationIT - issue: https://github.com/elastic/elasticsearch/issues/116126 - class: org.elasticsearch.xpack.security.authc.service.ServiceAccountIT method: testAuthenticateShouldNotFallThroughInCaseOfFailure issue: https://github.com/elastic/elasticsearch/issues/120902 From 4eb86b5765573930564a19f864372a2bf9f993b0 Mon Sep 17 00:00:00 2001 From: Dimitris Rempapis Date: Fri, 25 Apr 2025 12:47:21 +0300 Subject: [PATCH 2/2] increase timeout --- .../src/main/java/org/elasticsearch/test/ESIntegTestCase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/framework/src/main/java/org/elasticsearch/test/ESIntegTestCase.java b/test/framework/src/main/java/org/elasticsearch/test/ESIntegTestCase.java index be4aa5dafa222..a3b2e4cfaf08e 100644 --- a/test/framework/src/main/java/org/elasticsearch/test/ESIntegTestCase.java +++ b/test/framework/src/main/java/org/elasticsearch/test/ESIntegTestCase.java @@ -1801,7 +1801,7 @@ public void indexRandom(boolean forceRefresh, boolean dummyDocuments, boolean ma } } for (CountDownLatch operation : inFlightAsyncOperations) { - safeAwait(operation); + safeAwait(operation, TEST_REQUEST_TIMEOUT); } if (bogusIds.isEmpty() == false) { // delete the bogus types again - it might trigger merges or at least holes in the segments and enforces deleted docs!