• Marko Mäkelä's avatar
    Clean up a few tests that kill the server. · 0f34160d
    Marko Mäkelä authored
    As noted in MDEV-8841, any test that kills the server must issue
    FLUSH TABLES, so that tables of crash-unsafe storage engines will
    not be corrupted. Consistently issue this statement after any
    call mtr.add_suppression() calls.
    
    Also, do not invoke shutdown_server directly, but use helpers instead.
    0f34160d
101_compatibility.test 3.28 KB