meilisearch-rust
meilisearch-rust copied to clipboard
Flacky test_fetch_info
Description The following is a flacky test:
https://github.com/meilisearch/meilisearch-rust/blob/09f9eb5baac017b1b0a820c4646dd671ac883de3/src/client.rs#L944-L947
See the following github-action: https://github.com/meilisearch/meilisearch-rust/runs/6306804797?check_suite_focus=true
Not sure when it was introduced
Expected behavior Always succeed
Current behavior Regularely fail.
Any idea @irevoire ?
Ok, so from what I see, the failure comes from the macro, which means neither this test nor #281 are flacky. The index creation is flaky and thus all our tests are flaky 😬
fixed by #285