MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / test_migration

Function test_migration

nodedb-cluster/src/migration.rs:232–234  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

230 use super::*;
231
232 fn test_migration() -> MigrationState {
233 MigrationState::new(42, 0, 1, 10, 20, 1000)
234 }
235
236 #[test]
237 fn full_lifecycle() {

Callers 4

full_lifecycleFunction · 0.85
pause_budget_exceededFunction · 0.85
failure_recoveryFunction · 0.85
catchup_thresholdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected