File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
server/src/internalClusterTest/java/org/elasticsearch/search/basic Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 88 */
99package org .elasticsearch .search .basic ;
1010
11+ import org .apache .lucene .tests .util .LuceneTestCase ;
1112import org .elasticsearch .action .ActionListener ;
1213import org .elasticsearch .action .bulk .BulkRequestBuilder ;
1314import org .elasticsearch .action .search .SearchRequestBuilder ;
2829
2930import static org .elasticsearch .test .hamcrest .ElasticsearchAssertions .assertAcked ;
3031
32+ @ LuceneTestCase .SuppressFileSystems (value = "HandleLimitFS" ) // we sometimes have >2048 open files
3133public class SearchWithRandomDisconnectsIT extends AbstractDisruptionTestCase {
3234
3335 public void testSearchWithRandomDisconnects () throws InterruptedException , ExecutionException {
You can’t perform that action at this time.
0 commit comments