meilisearch/MeiliSearch

Create test for the dumpless upgrade

Open

#5392 opened on Mar 5, 2025

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Rust (20,887 stars) (733 forks)batch import
good first issuemaintenance

Description

We must create at least one integration test that pulls the last version of Meilisearch (based on the version in the TOML), indexes a set of documents, changes some settings, and, if possible, keeps some enqueued tasks. Once the database state is set, we must be able to read this database with the --experimental-dumpless-upgrade flag.

Contributor guide