From 83b87d2a3ec8ba77956f98f9863b2ecb943da322 Mon Sep 17 00:00:00 2001 From: overtrue Date: Sat, 22 Aug 2026 08:59:35 +0800 Subject: [PATCH] test(ecstore): compile multi-source ILM recovery --- crates/ecstore/src/store/init.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/ecstore/src/store/init.rs b/crates/ecstore/src/store/init.rs index d3d5c818a..afb155ed3 100644 --- a/crates/ecstore/src/store/init.rs +++ b/crates/ecstore/src/store/init.rs @@ -580,6 +580,7 @@ mod tests { recover_transition_transaction_records, save_transition_transaction_record, transition_transaction_record_object_name, }, + validate_durable_ilm_record, }, bucket::metadata::{BUCKET_LIFECYCLE_CONFIG, BUCKET_VERSIONING_CONFIG}, client::transition_api::ReaderImpl,