Files
neon/tests/test_wal_acceptor.rs

17 lines
392 B
Rust

// Restart acceptors one by one while compute is under the load.
// Majority is always alive
#[test]
fn test_acceptors_restarts() {
// check wal files equality
}
// Stop majority of acceptors while compute is under the load. Boot
// them again and check that nothing was losed. Repeat.
// N_CRASHES env var
#[test]
fn test_acceptors_unavalability() {
// check wal files equality
}