File tree 1 file changed +0
-10
lines changed
server/src/test/java/org/opensearch/gateway/remote/model 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -193,16 +193,6 @@ public void testGenerateBlobFileName() {
193
193
assertThat (nameTokens [3 ], is ("C" ));
194
194
assertThat (RemoteStoreUtils .invertLong (nameTokens [4 ]), lessThanOrEqualTo (System .currentTimeMillis ()));
195
195
assertThat (nameTokens [5 ], is (String .valueOf (MANIFEST_CURRENT_CODEC_VERSION )));
196
-
197
- String blobName = "/usr/local/random/path/to/manifest/manifest__1__2__3__4__2" ;
198
- RemoteClusterMetadataManifest remoteObjectForDownload = new RemoteClusterMetadataManifest (
199
- blobName ,
200
- clusterUUID ,
201
- compressor ,
202
- namedXContentRegistry
203
- );
204
- assertEquals ("manifest__1__2__3__4__2" , remoteObjectForDownload .generateBlobFileName ());
205
- assertEquals (remoteObjectForDownload .getManifestCodecVersion (), 2 );
206
196
}
207
197
208
198
public void testGetUploadedMetadata () throws IOException {
You can’t perform that action at this time.
0 commit comments