File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed 
server/src/internalClusterTest/java/org/elasticsearch/cluster Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 5959import  static  java .util .Collections .emptySet ;
6060import  static  java .util .Collections .singletonList ;
6161import  static  java .util .Collections .unmodifiableSet ;
62- import  static  org .elasticsearch .cluster .InternalClusterInfoService .INTERNAL_CLUSTER_INFO_UPDATE_INTERVAL_SETTING ;
6362import  static  org .elasticsearch .common .util .set .Sets .newHashSet ;
6463import  static  org .elasticsearch .test .hamcrest .ElasticsearchAssertions .assertAcked ;
6564import  static  org .hamcrest .CoreMatchers .equalTo ;
@@ -208,7 +207,7 @@ public void testClusterInfoServiceInformationClearOnError() {
208207        internalCluster ().startNodes (
209208            2 ,
210209            // manually control publishing 
211-             Settings .builder ().put (INTERNAL_CLUSTER_INFO_UPDATE_INTERVAL_SETTING .getKey (), "60m" ).build ()
210+             Settings .builder ().put (InternalClusterInfoService . INTERNAL_CLUSTER_INFO_UPDATE_INTERVAL_SETTING .getKey (), "60m" ).build ()
212211        );
213212        prepareCreate ("test" ).setSettings (Settings .builder ().put (IndexMetadata .SETTING_NUMBER_OF_REPLICAS , 1 )).get ();
214213        ensureGreen ("test" );
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments