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 5f9a409 commit 706e564Copy full SHA for 706e564
server/src/test/java/org/opensearch/index/remote/RemoteStorePathStrategyTests.java
@@ -128,7 +128,6 @@ public void testSnapshotShardPathInputHashPath() {
128
assertEquals(BlobPath.cleanPath().add(SHARD_ID).add(INDEX_UUID), input.hashPath());
129
}
130
131
- // New tests for writer node ID functionality
132
public void testShardDataPathInputWithWriterNodeId() {
133
RemoteStorePathStrategy pathStrategy = new RemoteStorePathStrategy(PathType.FIXED);
134
0 commit comments