• Bjorn Munch's avatar
    Bug #57840 MTR: parallel execution breaks with smart ordering of test cases · 0527d492
    Bjorn Munch authored
    There were actually more problems in this area:
      Slaves (if any) were unconditionally restarted, this appears unnecessary.
      Sort criteria were suboptimal, included the test name.
    Added logic to "reserve" a sequence of tests with same config for one thread
    Got rid of sort_criteria hash, put it into the test case itself
    Adds little sanity check that expected worker picks up test
    Fixed some tests that may fail if starting on running server
    Some of these fail only if *same* test is repeated.
    Finally, special sorting of tests that do --force-restart
    0527d492
rpl_ignore_table.test 4.77 KB