mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-05 20:42:54 +00:00
17 lines
392 B
Rust
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
|
|
}
|