Files
qdrant/tests
Predrag Knezevic ef9cbabb4c Add wait=true in openapi test for all point delete calls transparently (#5348)
If `wait=true` param is not set for delete vector API calls, a test asserting later
that data are gonna can become flaky, because at the assertion time the data could be
still there.

The following files contain such tests at the moment:
* `test_multi_vector_uint8.py`
* `test_multi_vector.py`
* `test_multi_vector_unnamed.py`
* `test_optional_vectors.py`

In order to fix these and prevent the flakiness of future test,
`request_with_validation` helper add `wait=true` param, if it is not set
for delete vector calls.
2024-11-08 11:21:42 +01:00
..
2024-11-08 11:19:36 +01:00
2024-08-27 01:13:04 +02:00
2024-07-10 14:18:15 +02:00
2024-07-10 14:18:15 +02:00
2024-07-10 14:18:15 +02:00