OpenSearch/server
Armin Braun 5662281562
Fix ExtraFS Breaking SharedClusterSnapshotRestoreIT (#58026) (#58040)
If `ExtraFS` decides to put `extra0/0` into the indices folder
then the previous logic in this test would have interpreted the `0`
as shard `0` of index `extra0` and fail to list its contents (since it's a file
and not an actual shard directory).

=> simplified the logic to use actually referenced `IndexId` for iterating over indices
instead.
2020-06-12 15:27:48 +02:00
..
licenses Update to lucene snapshot e7c625430ed (#57981) 2020-06-11 14:51:53 +01:00
src Fix ExtraFS Breaking SharedClusterSnapshotRestoreIT (#58026) (#58040) 2020-06-12 15:27:48 +02:00
build.gradle Include vendored code notices in distribution notice files (#57017) (#57569) 2020-06-04 10:34:24 -07:00