File tree Expand file tree Collapse file tree
core/src/test/java/org/elasticsearch/index/seqno Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ protected Collection<Class<? extends Plugin>> nodePlugins() {
6262 }
6363
6464 public void testPostOperationGlobalCheckpointSync () throws Exception {
65+ // set the sync interval high so it does not execute during this test
6566 runGlobalCheckpointSyncTest (TimeValue .timeValueHours (24 ), client -> {}, client -> {});
6667 }
6768
@@ -128,7 +129,6 @@ private void runGlobalCheckpointSyncTest(
128129 final Consumer <Client > afterIndexing ) throws Exception {
129130 final int numberOfReplicas = randomIntBetween (1 , 4 );
130131 internalCluster ().ensureAtLeastNumDataNodes (1 + numberOfReplicas );
131- // set the sync interval high so it does not execute during this test
132132 prepareCreate (
133133 "test" ,
134134 Settings .builder ()
You can’t perform that action at this time.
0 commit comments