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 @@ -221,9 +221,6 @@ tests:
221221- class : org.elasticsearch.blocks.SimpleBlocksIT 
222222  method : testConcurrentAddBlock 
223223  issue : https://github.com/elastic/elasticsearch/issues/122324 
224- - class : org.elasticsearch.search.basic.SearchWithRandomDisconnectsIT 
225-   method : testSearchWithRandomDisconnects 
226-   issue : https://github.com/elastic/elasticsearch/issues/122707 
227224- class : org.elasticsearch.xpack.esql.heap_attack.HeapAttackIT 
228225  method : testEnrichExplosionManyMatches 
229226  issue : https://github.com/elastic/elasticsearch/issues/122913 
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 ;
2930
3031import  static  org .elasticsearch .test .hamcrest .ElasticsearchAssertions .assertAcked ;
3132
33+ @ LuceneTestCase .SuppressFileSystems (value  = "HandleLimitFS" ) // we sometimes have >2048 open files 
3234public  class  SearchWithRandomDisconnectsIT  extends  AbstractDisruptionTestCase  {
3335
3436    public  void  testSearchWithRandomDisconnects () throws  InterruptedException , ExecutionException  {
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments