File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
server/src/internalClusterTest/java/org/opensearch/snapshots
test/framework/src/main/java/org/opensearch/test Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -285,6 +285,7 @@ public void testDeleteMultipleShallowCopySnapshotsCase3() throws Exception {
285
285
assert (getLockFilesInRemoteStore (remoteStoreEnabledIndexName , REMOTE_REPO_NAME ).length == 0 );
286
286
}
287
287
288
+ @ AwaitsFix (bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/9208" )
288
289
public void testRemoteStoreCleanupForDeletedIndex () throws Exception {
289
290
disableRepoConsistencyCheck ("Remote store repository is being used in the test" );
290
291
final Path remoteStoreRepoPath = randomRepoPath ();
Original file line number Diff line number Diff line change @@ -2886,7 +2886,7 @@ private static Settings buildRemoteStoreNodeAttributes(
2886
2886
}
2887
2887
settings .put (RemoteStoreSettings .CLUSTER_REMOTE_STORE_PATH_TYPE_SETTING .getKey (), randomFrom (PathType .values ()));
2888
2888
settings .put (RemoteStoreSettings .CLUSTER_REMOTE_STORE_TRANSLOG_METADATA .getKey (), randomBoolean ());
2889
- settings .put (RemoteStoreSettings .CLUSTER_REMOTE_STORE_PINNED_TIMESTAMP_ENABLED .getKey (), randomBoolean () );
2889
+ settings .put (RemoteStoreSettings .CLUSTER_REMOTE_STORE_PINNED_TIMESTAMP_ENABLED .getKey (), false );
2890
2890
return settings .build ();
2891
2891
}
2892
2892
You can’t perform that action at this time.
0 commit comments