Files
qdrant/tests
Andrey Vasnetsov 2e0d6e832e Fix gRPC validation panic on list with multiple failing items (#2888)
* reproduce reported from with gprc panic in batch requests

* Fix validation extension on lists, just return first validation error

The public validator crate interface does not support creating
`ValidationErrors` struct with non-static strings, nor with multiple
errors for a single field. We can therefore not collect multiple errors
from multiple items and must return early on the first error.

* Update test, expect validation error response

---------

Co-authored-by: timvisee <tim@visee.me>
2023-10-31 00:32:46 +01:00
..
2023-05-26 16:01:43 +02:00
2023-04-10 20:03:56 +02:00
2023-09-14 11:38:23 +02:00