meilisearch/MeiliSearch

Create test for the dumpless upgrade

Closed

#5,392 opened on Mar 5, 2025

 (2 comments) (0 reactions) (0 assignees)Rust (2,542 forks)batch import
good first issuemaintenance

Repository metrics

Stars
 (57,572 stars)
PR merge metrics
 (Avg merge 11d 20h) (41 merged PRs in 30d)

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