MCPcopy Create free account
hub / github.com/chatmail/core / test_incremental_vacuum

Function test_incremental_vacuum

src/sql/sql_tests.rs:363–369  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

361/// Tests that incremental_vacuum does not fail.
362#[tokio::test(flavor = "multi_thread", worker_threads = 2)]
363async fn test_incremental_vacuum() -> Result<()> {
364 let t = TestContext::new().await;
365
366 incremental_vacuum(&t).await?;
367
368 Ok(())
369}

Callers

nothing calls this directly

Calls 1

incremental_vacuumFunction · 0.85

Tested by

no test coverage detected