You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 #11 (comment)
The text was updated successfully, but these errors were encountered: