We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d2488f commit cc5d13aCopy full SHA for cc5d13a
src/common/ttl_map.rs
@@ -384,6 +384,7 @@ mod tests {
384
}
385
386
#[tokio::test(flavor = "multi_thread", worker_threads = 8)]
387
+ #[ignore] // the test is flaky, uncomment once flakyness is solved
388
async fn test_concurrent_gc_and_access() {
389
let ttl_map = TTLMap::<String, i32>::try_new(TTLMapConfig {
390
ttl: Duration::from_millis(10),
0 commit comments