MeiliSearch/crates/meilisearch/tests/index
meili-bors[bot] e568dbbabb
Merge #5182
5182: Remove hard coded task ids to prevent flaky tests r=irevoire a=mhmoudr

# Pull Request

## Related issue
Fixes partial #4840

## What does this PR do?
- Mainly scan the test code for any hard coded task Id and replace it by the returned task Id once the action or task is performed on an index.
- PS: _PR is not split by files as it has one theme applied to all tests which make it easy to review_ 


## PR checklist
Please check if your PR fulfills the following requirements:
- [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [x] Have you read the contributing guidelines?
- [x] Have you made sure that the title is accurate and descriptive of the changes?

Thank you so much for contributing to Meilisearch!


Co-authored-by: Mahmoud Rawas <mhmoudr@gmail.com>
Co-authored-by: Tamo <tamo@meilisearch.com>
2025-01-13 15:18:55 +00:00
..
create_index.rs fix the tests 2025-01-13 16:17:50 +01:00
delete_index.rs Move crates under a sub folder to clean up the code 2024-10-21 08:18:43 +02:00
errors.rs Move crates under a sub folder to clean up the code 2024-10-21 08:18:43 +02:00
get_index.rs Merge #5182 2025-01-13 15:18:55 +00:00
mod.rs Move crates under a sub folder to clean up the code 2024-10-21 08:18:43 +02:00
stats.rs #4840 - Partial fix - Confirm task success after waiting for it. 2024-12-24 23:06:07 +11:00
update_index.rs Format fixes after running: cargo +nightly fmt 2025-01-07 11:16:37 +11:00