• Monty's avatar
    MDEV-10630 rpl.rpl_mdev6020 fails in buildbot with timeout · b5110969
    Monty authored
    The issue was that when running with valgrind the wait for master_pos_Wait()
    was not long enough.
    
    This patch also fixes two other failures that could affect rpl_mdev6020:
    - check_if_conflicting_replication_locks() didn't properly check domains
    - 'did_mark_start_commit' was after signals to other threads was sent which could
      get the variable read too early.
    b5110969
rpl_mdev6020.test 2.32 KB