fix: harden data usage aggregation and cache handling (#1102)

Signed-off-by: junxiang Mu <1948535941@qq.com>
Co-authored-by: loverustfs <hello@rustfs.com>
This commit is contained in:
guojidan
2025-12-11 09:55:25 +08:00
committed by GitHub
parent ccbab3232b
commit fba201df3d
9 changed files with 443 additions and 66 deletions
+4
View File
@@ -18,6 +18,10 @@ mod reliant;
#[cfg(test)]
pub mod common;
// Data usage regression tests
#[cfg(test)]
mod data_usage_test;
// KMS-specific test modules
#[cfg(test)]
mod kms;