Skip to content

Commit 54e32f5

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

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
@@ -2800,7 +2800,7 @@ private static Settings buildRemoteStoreNodeAttributes(
28002800
}
28012801
settings.put(RemoteStoreSettings.CLUSTER_REMOTE_STORE_PATH_TYPE_SETTING.getKey(), randomFrom(PathType.values()));
28022802
settings.put(RemoteStoreSettings.CLUSTER_REMOTE_STORE_TRANSLOG_METADATA.getKey(), randomBoolean());
2803-
settings.put(RemoteStoreSettings.CLUSTER_REMOTE_STORE_PINNED_TIMESTAMP_ENABLED.getKey(), randomBoolean());
2803+
settings.put(RemoteStoreSettings.CLUSTER_REMOTE_STORE_PINNED_TIMESTAMP_ENABLED.getKey(), true);
28042804
return settings.build();
28052805
}
28062806

0 commit comments

Comments
 (0)