diff options
author | Bjorn Munch <bjorn.munch@oracle.com> | 2010-11-05 15:26:38 +0100 |
---|---|---|
committer | Bjorn Munch <bjorn.munch@oracle.com> | 2010-11-05 15:26:38 +0100 |
commit | 866cec611a369be344bafed0d4691ad6b83e4086 (patch) | |
tree | 31b96a48f27d7c606a9d869fc9dbea42f9fd0d10 /mysql-test/t/mysqlbinlog-master.opt | |
parent | 909f0bf94a5bd5879fc9cf2be11b5c0cf20caed3 (diff) | |
download | mariadb-git-866cec611a369be344bafed0d4691ad6b83e4086.tar.gz |
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
Diffstat (limited to 'mysql-test/t/mysqlbinlog-master.opt')
-rw-r--r-- | mysql-test/t/mysqlbinlog-master.opt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/mysqlbinlog-master.opt b/mysql-test/t/mysqlbinlog-master.opt index ac1a87c73b3..a9f4a6010d8 100644 --- a/mysql-test/t/mysqlbinlog-master.opt +++ b/mysql-test/t/mysqlbinlog-master.opt @@ -1 +1,2 @@ --max-binlog-size=4096 +--force-restart |