Mubelotix
fa3990daf9
Format
2025-07-04 13:33:49 +02:00
Mubelotix
c5993196b3
Add test
2025-07-04 13:32:55 +02:00
Mubelotix
16234e1313
Add fragment swapping test
2025-07-04 13:25:42 +02:00
Mubelotix
be9f4f96df
Add experimental feature test
2025-07-04 13:15:15 +02:00
Mubelotix
b274106ad3
Add test
2025-07-04 13:05:52 +02:00
Mubelotix
48527761e7
Add test
2025-07-04 12:01:15 +02:00
Mubelotix
6792d048b8
Test both fragments and document template
2025-07-04 11:47:38 +02:00
Mubelotix
8dfded2993
Update tests
2025-07-04 10:49:03 +02:00
Mubelotix
d0cd3cacec
Add a way to reproduce the bug
2025-07-03 18:18:04 +02:00
Mubelotix
caccb51814
Add a complex value test
2025-07-03 16:10:23 +02:00
Mubelotix
cf9b311f71
Format
2025-07-03 15:53:09 +02:00
Mubelotix
7423243be0
Add test with multiple embedders
2025-07-03 15:52:18 +02:00
Mubelotix
5690700601
Add fragment addition test
2025-07-03 15:19:31 +02:00
Mubelotix
2faad504c6
Add test
2025-07-03 15:12:47 +02:00
Mubelotix
2bcd69750f
Add fragment modification test
2025-07-03 15:08:27 +02:00
Mubelotix
de24e75be8
Update test
2025-07-03 15:00:11 +02:00
Louis Dureuil
90683d0e4e
add snapshot of get settings
2025-07-03 14:43:06 +02:00
Mubelotix
5c79273748
Add TODOs
2025-07-03 14:42:49 +02:00
Mubelotix
b45eea0d3e
Add test for fragment deletion
2025-07-03 13:26:44 +02:00
Mubelotix
0b89ef1fd7
Make tests use a shared index
2025-07-03 11:32:49 +02:00
Mubelotix
65ba7b47af
Test search fragments
2025-07-03 11:32:49 +02:00
Mubelotix
8af76a65bf
Add test_fragment_indexing
2025-07-03 11:32:49 +02:00
Louis Dureuil
895db76a51
Fix snaps
2025-07-02 16:10:05 +02:00
Louis Dureuil
e54fc59248
Fix snaps
2025-07-02 00:05:13 +02:00
Louis Dureuil
11e7c0d75f
Fix tests
2025-07-02 00:05:13 +02:00
Louis Dureuil
b93ca3945e
Merge pull request #5723 from meilisearch/fix-flaky-embedder-test
...
Fix flaky last_error test
2025-07-01 15:14:28 +00:00
Mubelotix
8fef48f8ca
Merge pull request #5670 from meilisearch/export-and-transfer-route
...
Introduce a new route to export indexes
2025-07-01 14:37:02 +00:00
Mubelotix
d2776efb11
Fix flaky last_error test
2025-07-01 15:14:56 +02:00
ManyTheFish
6b2b8ed676
Transform experimental_no_edition_2024_for_settings into a config
2025-06-30 11:49:03 +02:00
Clément Renault
7fa1c41190
Fix some api key errors
2025-06-26 18:25:49 +02:00
Clément Renault
0f1dd3614c
Update tasks tests
2025-06-26 18:11:12 +02:00
Louis Dureuil
3aa6c3c750
Merge pull request #5707 from Mubelotix/last_embedder_message
...
Add last embedder error in batches
2025-06-26 15:21:17 +00:00
Mubelotix
44d6430bae
Rename fields
2025-06-26 12:30:08 +02:00
Mubelotix
3fc16c627d
Comment the delay
2025-06-26 12:15:08 +02:00
Mubelotix
1d3b18f774
Update test to be more reproducible
2025-06-25 14:58:21 +02:00
Nymuxyzo
5f62274f21
Add disableOnNumbers to settings reset
2025-06-24 23:32:50 +02:00
Mubelotix
bc4d1530ee
Fix tests
2025-06-24 14:50:23 +02:00
Mubelotix
d7721fe607
Format
2025-06-24 12:20:22 +02:00
Mubelotix
4a179fb3c0
Improve code quality
2025-06-24 11:38:11 +02:00
Mubelotix
59a1c5d9a7
Make test more reproducible
2025-06-24 11:08:06 +02:00
Mubelotix
2f82d94502
Fix the test and simplify types
2025-06-23 18:55:23 +02:00
Tamo
bd2bd0f33b
Merge pull request #5697 from martin-g/documents-use-server-wait-task
...
tests: Use Server::wait_task() instead of Index::wait_task() in documents::
2025-06-23 16:33:21 +00:00
Tamo
e02733df4a
Merge pull request #5698 from martin-g/index-use-server-wait-task
...
tests: Use Server::wait_task() instead of Index::wait_task() in index::
2025-06-23 16:31:40 +00:00
Tamo
f373ecc96a
Merge pull request #5699 from martin-g/settings-use-server-wait-task
...
tests: Use Server::wait_task() instead of Index::wait_task() in settings::
2025-06-23 16:30:49 +00:00
Mubelotix
4925b30196
Move embedder stats out of progress
2025-06-23 15:24:14 +02:00
Martin Tzvetanov Grigorov
ca112a8b95
tests: Use Server::wait_task() instead of Index::wait_task() in index::
...
The code is mostly duplicated. Server::wait_task() has better handling for errors and more retries.
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
2025-06-22 14:59:29 +03:00
Martin Tzvetanov Grigorov
855fa555a3
tests: Use Server::wait_task() instead of Index::wait_task() in search::
...
The code is mostly duplicated. Server::wait_task() has better handling for errors and more retries.
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
2025-06-22 14:54:49 +03:00
Martin Tzvetanov Grigorov
a237c0797a
tests: Use Server::wait_task() instead of Index::wait_task() in settings::
...
The code is mostly duplicated. Server::wait_task() has better handling for errors and more retries.
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
2025-06-22 14:32:45 +03:00
Martin Tzvetanov Grigorov
5c46dc702a
tests: Use Server::wait_task() instead of Index::wait_task()
...
The code is mostly duplicated.
Server::wait_task() has better handling for errors and more retries.
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
2025-06-22 14:22:59 +03:00
Louis Dureuil
07ae297ffd
Merge pull request #5681 from martin-g/faster-settings-prefix_search_settings-it-tests
...
tests: Faster settings::prefix_search_settings IT tests
2025-06-18 09:20:56 +00:00