Files
qdrant/tests/openapi/helpers
Predrag Knezevic f57046daef Retry collection delete in test teardown (#5364)
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.
2024-11-08 11:25:04 +01:00
..