meilisearch/meilisearch-rust

Remove indexes after running the tests

Closed this issue · 2 comments

When running the tests, we create indexes in the MeiliSearch instances, but we don't remove them once the tests have finished.
It leads to tests failure when I relaunch the tests with the same MeiliSearch instance, not really convenient for development purpose 🙂

And tests should all use different indexes (to be able to run them concurrently).

Closed by #225