qdrant-dotnet icon indicating copy to clipboard operation
qdrant-dotnet copied to clipboard

Switch to class-scoped collection names in the tests

Open roji opened this issue 2 years ago • 0 comments

All tests currently use the same Qdrant collection name, and the initialization code (which runs before each test) removes all collections from Qdrant. This makes it impossible to run test classes in parallel (the default xunit behavior).

We can have class-scoped collections to allow for more parallelism.

Discussed in https://github.com/qdrant/qdrant-dotnet/pull/11#discussion_r1373175534

roji avatar Oct 26 '23 13:10 roji