Many the fish
1d577ae98b
Merge pull request #5610 from martin-g/faster-settings-tokenizer_customization-it-tests
...
tests: Faster settings::tokenizer_customization IT tests
2025-06-02 07:09:41 +00:00
Many the fish
88e9a55d44
Merge pull request #5609 from martin-g/faster-settings-proximity_settings-it-tests
...
tests: Faster settings::proximity_settings IT tests
2025-06-02 07:09:06 +00:00
Martin Tzvetanov Grigorov
6b1a345dce
tests: Faster settings::tokenizer_customization IT tests
...
Use shared server + unique indices
Related-to: https://github.com/meilisearch/meilisearch/issues/4840
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
2025-06-02 08:23:09 +03:00
Martin Tzvetanov Grigorov
b54ece690b
tests: Faster settings::proximity_settings IT tests
...
Use shared server + unique indices
Related-to: https://github.com/meilisearch/meilisearch/issues/4840
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
2025-06-02 08:20:05 +03:00
Martin Tzvetanov Grigorov
1158d6689f
tests: Faster settings::distinct IT tests
...
Use shared server + unique indices
Related-to: https://github.com/meilisearch/meilisearch/issues/4840
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
2025-05-30 15:41:31 +03:00
ManyTheFish
0cb2bf34a5
Fix test
2025-04-29 14:47:30 +02:00
ManyTheFish
63a4dfa2a8
Add disableOnNumber setting
2025-04-23 16:57:50 +02:00
CodeMan62
3acf036526
fix: improve error messages for filterable attributes and fix formatting
2025-03-25 21:44:39 +05:30
ManyTheFish
d500c7f625
Add default deserialize value
2025-03-11 17:55:49 +01:00
ManyTheFish
6d52c6e711
Merge branch 'main' into granular-filterable-attributes
2025-03-11 10:05:58 +01:00
Louis Dureuil
b190b612a3
Add test on all parameters
2025-03-05 18:16:57 +01:00
ManyTheFish
63e753bde0
Apply PR requests related to settings API
2025-03-05 12:05:40 +01:00
ManyTheFish
0401c4e511
Add a settings API test
2025-03-03 16:08:21 +01:00
Louis Dureuil
cb8f033130
Fix tests
2025-01-14 13:55:34 +01:00
Louis Dureuil
c32bec338f
Fix tests
2025-01-14 13:55:33 +01:00
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
Mahmoud Rawas
c6f14279d7
remove unused imports.
2025-01-08 15:11:34 +11:00
Tamo
dd128656cb
fix all the tests
2025-01-07 16:28:12 +01:00
Mahmoud Rawas
98e3ecb86b
Format fixes after running: cargo +nightly fmt
2025-01-07 11:16:37 +11:00
Mahmoud Rawas
d7cb319217
#4840 - Partial fix - Confirm task success after waiting for it - continued, few missing cases - batch 2
2024-12-24 23:07:43 +11:00
Mahmoud Rawas
15062e7dba
#4840 - Partial fix - Confirm task success after waiting for it - continued, few missing cases.
2024-12-24 23:06:07 +11:00
Mahmoud Rawas
91c7ef8723
#4840 - Partial fix - Remove hard coded task ids to prevent flaky tests.
...
# Conflicts:
# crates/meilisearch/tests/documents/add_documents.rs
# crates/meilisearch/tests/search/facet_search.rs
# crates/meilisearch/tests/settings/get_settings.rs
# crates/meilisearch/tests/snapshot/mod.rs
2024-12-24 23:05:59 +11:00
ManyTheFish
90b428a8c3
Apply change requests
2024-11-28 15:16:13 +01:00
ManyTheFish
5383f41bba
Polish test_setting_routes!
2024-11-28 12:04:21 +01:00
ManyTheFish
68c4717e21
Change the settings tests and macros to avoid oversights
2024-11-28 11:34:35 +01:00
ManyTheFish
2e896f30a5
Fix PR comments
2024-11-26 16:06:33 +01:00
ManyTheFish
d66dc363ed
Test and implement settings opt-out
2024-11-25 18:23:22 +01:00
Clément Renault
9c1e54a2c8
Move crates under a sub folder to clean up the code
2024-10-21 08:18:43 +02:00