Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_lifecycle
Function · 0.85
pause_budget_exceeded
Function · 0.85
failure_recovery
Function · 0.85
catchup_threshold
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected