You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[test] testSimpleWorkflow() and testListBlobs_26() use same snapshot name
`testSimpleWorkflow()` and `testListBlobs_26()` use same `test-snap` snapshot name.
So we might get this issue:
```
2015-04-29 12:02:47,279 WARN snapshots - [node_s0] failed to create snapshot [test-repo:test-snap]
InvalidSnapshotNameException[[test-repo:test-snap] Invalid snapshot name [test-snap], snapshot with such name already exists]
at org.elasticsearch.repositories.blobstore.BlobStoreRepository.initializeSnapshot(BlobStoreRepository.java:228)
at org.elasticsearch.repositories.azure.AzureRepository.initializeSnapshot(AzureRepository.java:148)
at org.elasticsearch.snapshots.SnapshotsService.beginSnapshot(SnapshotsService.java:303)
at org.elasticsearch.snapshots.SnapshotsService.access$500(SnapshotsService.java:88)
at org.elasticsearch.snapshots.SnapshotsService$1$1.run(SnapshotsService.java:229)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
```
Closes#85.
(cherry picked from commit 9925604)
(cherry picked from commit 409fd1e)
0 commit comments