We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4d3240 commit 54e32f5Copy full SHA for 54e32f5
test/framework/src/main/java/org/opensearch/test/OpenSearchIntegTestCase.java
@@ -2800,7 +2800,7 @@ private static Settings buildRemoteStoreNodeAttributes(
2800
}
2801
settings.put(RemoteStoreSettings.CLUSTER_REMOTE_STORE_PATH_TYPE_SETTING.getKey(), randomFrom(PathType.values()));
2802
settings.put(RemoteStoreSettings.CLUSTER_REMOTE_STORE_TRANSLOG_METADATA.getKey(), randomBoolean());
2803
- settings.put(RemoteStoreSettings.CLUSTER_REMOTE_STORE_PINNED_TIMESTAMP_ENABLED.getKey(), randomBoolean());
+ settings.put(RemoteStoreSettings.CLUSTER_REMOTE_STORE_PINNED_TIMESTAMP_ENABLED.getKey(), true);
2804
return settings.build();
2805
2806
0 commit comments