mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-02 08:00:55 -05:00
Although test logic passes the assertions, the test might fail if during the teardown the created collection is not deleted, because the client could not reach the database due to networking issue. In order to make test executions more robust, collection deletes are retried in case of networking issues.