Files
neon/tests/wal_acceptor.rs
Stas Kelvich a522961d0c add test stubs
2021-03-29 15:59:28 +03:00

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
}