test(ecstore): complete EC validation coverage gate

* test(ecstore): complete EC validation coverage gate

* test(ecstore): stabilize validation suite after rebase

* test(ecstore): fix rio-v2 clippy lint
This commit is contained in:
Zhengchao An
2026-07-09 03:12:48 +08:00
committed by GitHub
parent 7c701d9f2c
commit ed81d2f6b8
18 changed files with 4916 additions and 264 deletions
+3
View File
@@ -85,3 +85,6 @@ mod rio_tests {
assert_eq!(crate::io_support::rio::backend_name(), expected);
}
}
#[cfg(test)]
mod ecstore_validation_blackbox;