MeiliSearch/meilisearch-http/tests
frbimo 6465a3f549 refactor /health on meilisearch-http that complies:
1. NEEDS to ensure that service is completely up if it returns 204
2. DOES NOT block service process (write transaction)
3. NEEDS to use the less network bandwidth as possible when it's triggered
4. NEEDS to use the less service resources as possible when it's triggered
5. DOES NOT NEED any authentication
6. MAY be named /health
2020-10-19 14:30:43 +08:00
..
assets fix backups 2020-09-30 13:20:40 +02:00
common.rs add tests 2020-10-15 09:43:54 +02:00
dashboard.rs add test 2020-05-23 12:20:28 +02:00
documents_add.rs add tests 2020-10-15 09:43:54 +02:00
documents_delete.rs update documents_delete tests to use the test dataset 2020-07-02 16:52:39 +05:30
documents_get.rs add tests for documents 2020-09-22 16:05:40 +02:00
dump.rs fix backups 2020-09-30 13:20:40 +02:00
errors.rs Implement backups 2020-09-28 14:40:06 +02:00
health.rs refactor /health on meilisearch-http that complies: 2020-10-19 14:30:43 +08:00
index.rs update test 2020-10-10 06:13:27 +00:00
index_update.rs fix test option test 2020-08-24 14:14:11 +02:00
lazy_index_creation.rs add tests 2020-10-15 09:43:54 +02:00
placeholder_search.rs cargo fmt 2020-09-28 14:23:32 +02:00
search.rs fix bug 2020-10-16 14:16:12 +02:00
search_settings.rs update tests for facets distribution case 2020-08-12 10:31:11 +02:00
settings.rs fix bug 2020-10-16 14:16:12 +02:00
settings_ranking_rules.rs fix tests 2020-07-15 18:56:19 +02:00
settings_stop_words.rs update stop_words tests to use the test dataset 2020-07-02 16:52:39 +05:30
url_normalizer.rs add tests 2020-05-12 15:34:08 +02:00