Add tests for URL Repository #18407
Labels
:Distributed Coordination/Snapshot/Restore
Anything directly related to the `_snapshot/*` APIs
help wanted
adoptme
>test
Issues or PRs that are addressing/adding tests
The
org.elasticsearch.repositories.uri.URLRepository
class does not have any tests written for it. It needs tests to exercise its functionality, probably by connecting it to a webserver, so it will require some thought.SharedClusterSnapshotRestoreIT
contains two tests related to the URL repository:testUrlRepository
testReadOnlyRepository
However, it would be helpful to have more comprehensive, unit level tests that prove the semantics and guarantees of the URL repository.
The text was updated successfully, but these errors were encountered: