meilisearch/MeiliSearch

Fix the dump import tests on windows

Open

#2,364 opened on May 3, 2022

 (3 comments) (1 reaction) (0 assignees)Rust (2,542 forks)batch import
contribution acceptedgood first issuehelp wantedmaintenanceversion upgradewindows

Repository metrics

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

Description

Windows throw errors when we try to read a dump in the CI (maybe that actually happens everywhere?). See the following action: https://github.com/meilisearch/meilisearch/runs/6215426608?check_suite_focus=true

This could be related to this issue in which case we can't do anything about it.

For now, we ignore all the tests when running on windows.

Contributor guide