• Kristian Nielsen's avatar
    MDEV-8294: Inconsistent behavior of slave parallel threads at runtime · 93c039dd
    Kristian Nielsen authored
    Follow-up patch to temporarily avoid a sporadic failure in the test
    rpl.rpl_000011 due to MDEV-8301.
    
    There is a window during thread exit where the global status is
    counted incorrectly - the contribution for the exiting thread is
    counted twice. The patch for MDEV-8294 made this window visible to the
    test case rpl.rpl_000011, causing it to sporadically fail. Temporarily
    silence this with a wait for the expected value; can be removed once
    MDEV-8294 is fixed.
    93c039dd
rpl_000011.test 1.02 KB