MeiliSearch/index-scheduler/src/snapshots/lib.rs
2022-10-27 11:35:17 +02:00
..
cancel_enqueued_task Add index scheduler tests for task cancelation 2022-10-27 11:35:12 +02:00
cancel_mix_of_tasks fix an issue with the dates 2022-10-27 11:35:13 +02:00
cancel_processing_task Add index scheduler tests for task cancelation 2022-10-27 11:35:12 +02:00
cancel_succeeded_task Add index scheduler tests for task cancelation 2022-10-27 11:35:12 +02:00
document_addition update all the snapshots with the new kind name 2022-10-27 11:35:08 +02:00
document_addition_and_index_deletion fix an issue with the dates 2022-10-27 11:35:13 +02:00
document_addition_and_index_deletion_on_unexisting_index fix an issue with the dates 2022-10-27 11:35:13 +02:00
fail_in_create_batch_for_index_creation Start testing unexpected errors and panics in index scheduler 2022-10-27 11:35:10 +02:00
fail_in_process_batch_for_document_addition Start testing unexpected errors and panics in index scheduler 2022-10-27 11:35:10 +02:00
fail_in_process_batch_for_index_creation Start testing unexpected errors and panics in index scheduler 2022-10-27 11:35:10 +02:00
fail_in_update_task_after_process_batch_success_for_document_addition Pause the index scheduler for one second when a fatal error occurs 2022-10-27 11:35:11 +02:00
insert_task_while_another_task_is_processing Implement POST /indexes-swap 2022-10-27 11:34:15 +02:00
panic_in_process_batch_for_index_creation Apply code review suggestions 2022-10-27 11:35:11 +02:00
query_processing_tasks Fix (hopefully) queries that include processing tasks 2022-10-27 11:35:11 +02:00
query_tasks_from_and_limit update the snapshot 2022-10-27 11:35:17 +02:00
register Add assert method to verify validity of index scheduler state 2022-10-27 11:35:10 +02:00
swap_indexes add some naive document addition tests 2022-10-27 11:35:12 +02:00
task_deletion_delete_same_task_twice Cargo insta test/review 2022-10-27 11:35:16 +02:00
task_deletion_deleteable Cargo insta test/review 2022-10-27 11:35:16 +02:00
task_deletion_undeleteable Add assert method to verify validity of index scheduler state 2022-10-27 11:35:10 +02:00
test_document_addition_cant_create_index_with_index fix an issue with the dates 2022-10-27 11:35:13 +02:00
test_document_addition_cant_create_index_with_index_without_autobatching add more naive tests around the document addition + remove the old unused snapshot files 2022-10-27 11:35:13 +02:00
test_document_addition_cant_create_index_without_index fix an issue with the dates 2022-10-27 11:35:13 +02:00
test_document_addition_cant_create_index_without_index_without_autobatching add more naive tests around the document addition + remove the old unused snapshot files 2022-10-27 11:35:13 +02:00
test_document_addition_mixed_right_without_index_starts_with_cant_create fix an issue with the dates 2022-10-27 11:35:13 +02:00
test_document_addition_mixed_rights_with_index fix an issue with the dates 2022-10-27 11:35:13 +02:00
test_document_replace fix an issue with the dates 2022-10-27 11:35:13 +02:00
test_document_replace_without_autobatching add some naive document addition tests 2022-10-27 11:35:12 +02:00
test_document_update fix an issue with the dates 2022-10-27 11:35:13 +02:00
test_document_update_without_autobatching add some naive document addition tests 2022-10-27 11:35:12 +02:00
test_mixed_document_addition add some naive document addition tests 2022-10-27 11:35:12 +02:00