Martin Tzvetanov Grigorov
0263eb0aec
More assertion fixes
...
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
2025-06-11 08:42:35 +03:00
Martin Tzvetanov Grigorov
8a916a4e42
More assertion fixes
...
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
2025-06-11 07:54:04 +03:00
Martin Tzvetanov Grigorov
6a683975bf
More fixes of the tests
...
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
2025-06-10 16:58:48 +03:00
Martin Tzvetanov Grigorov
1824fbd1b5
Introduce Index::unique_index_with_prefix(&str)
...
It could be used when we want to see the index name in the assertions,
e.g. `movies-[uuid]`
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
2025-06-10 14:49:18 +03:00
Martin Tzvetanov Grigorov
34d8a54c4b
Fix typos in comments and update assertions
...
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
2025-06-10 14:48:59 +03:00
Martin Tzvetanov Grigorov
8fa6e8670a
tests: Faster search::multi IT tests
...
Use shared server + unique indices where possible
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
2025-06-10 14:10:43 +03:00
CodeMan62
3acf036526
fix: improve error messages for filterable attributes and fix formatting
2025-03-25 21:44:39 +05:30
CodeMan62
1f67f373d1
fixed all the tests failing will "cargo insta test --accept"
2025-03-20 22:51:56 +05:30
CodeMan62
9aee12c906
fixed the failing tests from snapshots
2025-03-20 17:55:12 +05:30
CodeMan62
e2c824a7cd
fixed all test fails in the run
2025-03-20 15:21:47 +05:30
ManyTheFish
6269f757ff
Revert document creation in tests
2025-03-10 18:35:10 +01:00
ManyTheFish
40c5f911fd
Revert metadata creation when computing the facet-distribution
2025-03-10 17:05:41 +01:00
ManyTheFish
6dbec91d2b
Index document in filterable attributes tests
...
**Reason:**
Because the filterable attributes are patterns now,
the fieldIdMap will only register the fields that exists in at least one document.
if a field doesn't exist in any document, it will not be registered even if it has been specified in the filterable fields.
2025-03-03 10:33:39 +01:00
Louis Dureuil
b21b8e8f30
Remote search tests
2025-02-05 15:03:33 +01:00
Louis Dureuil
4a9e5ae215
mv multi.rs -> multi/mod.rs
2025-02-05 15:03:33 +01:00