MDEV-18666 Fix MTR test galera_sr_kill_all_norecovery (#1229)
* Disable `wsrep_sync_wait` before killing galera node which may be non-primary (kill_galera.inc causes lock wait timeouts due to wsrep_sync_wait) * Remove unnecessary `--sleep 1` * Replace ```SELECT COUNT(*) = 0 ...``` with ```SELECT COUNT(*) `expect 0` ...```
Showing
Please register or sign in to comment