Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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.
- Loading branch information