mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Use more complete snapshot tests for the index scheduler
This commit is contained in:
parent
4c55c30027
commit
13a72f8757
13 changed files with 273 additions and 194 deletions
|
@ -13,7 +13,7 @@ use crate::{
|
|||
IndexScheduler, Kind, Status,
|
||||
};
|
||||
|
||||
pub fn snapshot_index(scheduler: &IndexScheduler) -> String {
|
||||
pub fn snapshot_index_scheduler(scheduler: &IndexScheduler) -> String {
|
||||
let IndexScheduler {
|
||||
processing_tasks,
|
||||
file_store: _,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue