Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to class-scoped collection names in the tests #13

Open
roji opened this issue Oct 26, 2023 · 0 comments
Open

Switch to class-scoped collection names in the tests #13

roji opened this issue Oct 26, 2023 · 0 comments

Comments

@roji
Copy link
Collaborator

roji commented Oct 26, 2023

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant