mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-10 14:46:36 +00:00
Use more complete snapshot tests for the index scheduler
This commit is contained in:
committed by
Clément Renault
parent
fd73e65165
commit
570ae05833
@ -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: _,
|
||||
|
Reference in New Issue
Block a user