Skip to content

Commit ffd763b

Browse files
author
Sachin Kale
committed
Always enable pinned timestamp for integ tests
Signed-off-by: Sachin Kale <[email protected]>
1 parent 13c277d commit ffd763b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/src/main/java/org/opensearch/test/OpenSearchIntegTestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2792,7 +2792,7 @@ private static Settings buildRemoteStoreNodeAttributes(
27922792
}
27932793
settings.put(RemoteStoreSettings.CLUSTER_REMOTE_STORE_PATH_TYPE_SETTING.getKey(), randomFrom(PathType.values()));
27942794
settings.put(RemoteStoreSettings.CLUSTER_REMOTE_STORE_TRANSLOG_METADATA.getKey(), randomBoolean());
2795-
settings.put(RemoteStoreSettings.CLUSTER_REMOTE_STORE_PINNED_TIMESTAMP_ENABLED.getKey(), randomBoolean());
2795+
settings.put(RemoteStoreSettings.CLUSTER_REMOTE_STORE_PINNED_TIMESTAMP_ENABLED.getKey(), true);
27962796
return settings.build();
27972797
}
27982798

0 commit comments

Comments
 (0)