Skip to content

Commit debcd0f

Browse files
drempapiselasticsearchmachine
andauthored
[9.0] Unmute test and fix for SearchWithRandomDisconnectsIT::testSearchWithRandomDisconnects (#125838) (#126092)
* annotate test class and umnute test * [CI] Auto commit changes from spotless --------- Co-authored-by: elasticsearchmachine <[email protected]>
1 parent 2992b06 commit debcd0f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

muted-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ tests:
6969
- class: org.elasticsearch.action.search.SearchPhaseControllerTests
7070
method: testProgressListener
7171
issue: https://github.com/elastic/elasticsearch/issues/116149
72-
- class: org.elasticsearch.search.basic.SearchWithRandomDisconnectsIT
73-
method: testSearchWithRandomDisconnects
74-
issue: https://github.com/elastic/elasticsearch/issues/116175
7572
- class: org.elasticsearch.xpack.deprecation.DeprecationHttpIT
7673
method: testDeprecatedSettingsReturnWarnings
7774
issue: https://github.com/elastic/elasticsearch/issues/108628

server/src/internalClusterTest/java/org/elasticsearch/search/basic/SearchWithRandomDisconnectsIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
*/
99
package org.elasticsearch.search.basic;
1010

11+
import org.apache.lucene.tests.util.LuceneTestCase;
1112
import org.elasticsearch.action.ActionListener;
1213
import org.elasticsearch.action.bulk.BulkRequestBuilder;
1314
import org.elasticsearch.action.search.SearchRequestBuilder;
@@ -28,6 +29,7 @@
2829

2930
import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked;
3031

32+
@LuceneTestCase.SuppressFileSystems(value = "HandleLimitFS") // we sometimes have >2048 open files
3133
public class SearchWithRandomDisconnectsIT extends AbstractDisruptionTestCase {
3234

3335
public void testSearchWithRandomDisconnects() throws InterruptedException, ExecutionException {

0 commit comments

Comments
 (0)