Skip to content

Commit b80b728

Browse files
committed
everything in the right place
1 parent 26e4c76 commit b80b728

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/test/java/org/elasticsearch/index/seqno/GlobalCheckpointSyncIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)