We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b48676 commit 5192bd0Copy full SHA for 5192bd0
integration/cache_tests.rs
@@ -91,10 +91,7 @@ async fn test_certificate_cache_hit_rate() {
91
92
// Cache hit rate should be >90% for repeated requests
93
if hit_rate < 90.0 {
94
- eprintln!(
95
- "Warning: Cache hit rate is low ({:.1}%) - expected >90%",
96
- hit_rate
97
- );
+ eprintln!("Warning: Cache hit rate is low ({:.1}%) - expected >90%", hit_rate);
98
}
99
100
integration/mod.rs
@@ -32,6 +32,7 @@ mod control_integration_tests;
32
mod e2e_workflows_tests;
33
mod ledger_cache_invalidation_tests;
34
mod resilience_tests;
35
+mod token_lifecycle_tests;
36
mod vault_isolation_tests;
37
38
/// Generate a random Ed25519 signing key
0 commit comments