1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Bug #57840 MTR: parallel execution breaks with smart ordering of test cases

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
This commit is contained in:
Bjorn Munch
2010-11-05 15:26:38 +01:00
parent 909f0bf94a
commit 866cec611a
14 changed files with 62 additions and 30 deletions

View File

@ -0,0 +1 @@
--force-restart