- 25 Nov, 2010 1 commit
-
-
Bjorn Munch authored
-
- 24 Nov, 2010 3 commits
-
-
Bjorn Munch authored
-
Bjorn Munch authored
-
Bjorn Munch authored
If mysqltest dies, mtr waits to see if mysqld dies too within 100ms But in that case, it should not care about expected crash Fix: jump past the code that checks the expect file
-
- 23 Nov, 2010 1 commit
-
-
Bjorn Munch authored
Follow-up discussed with Reporter: Avoid hard shutdown after test failure, if caused by server log warning AND we are running valgrind More general pick-up of valgrind summaries, order may apparently vary Do exit(1) if we did find valgrind summary warnings
-
- 18 Nov, 2010 1 commit
-
-
Bjorn Munch authored
-
- 17 Nov, 2010 3 commits
-
-
Bjorn Munch authored
Evaluation would start with the space and thus ignore the $ Added while() to skip past white space
-
Bjorn Munch authored
-
Bjorn Munch authored
-
- 15 Nov, 2010 4 commits
-
-
Bjorn Munch authored
Results from query is sent for evaluation Break recursion by asking for ` to be ignored
-
Magnus Blåudd authored
-
Magnus Blåudd authored
- Speed up replicated NDB test by havin mysqltest poll every 100ms (instead of every second) in sync_master_with_slave. Default epoch timeout is 100ms, so that make sense.
-
Magnus Blåudd authored
-
- 14 Nov, 2010 3 commits
-
-
Bjorn Munch authored
-
Bjorn Munch authored
-
Bjorn Munch authored
-
- 12 Nov, 2010 1 commit
-
-
Magnus Blåudd authored
- use $bindir instead of $basedir when looking for binaries - NOTE! the $ENV{NDB_EXAMPLES_*} will be reworked so that mtr.pl does not need to set them up.
-
- 10 Nov, 2010 1 commit
-
-
Bjorn Munch authored
Added more parsing in do_block() Limitation: left operand must be variable Also changed var_set_int from 57036 to var_check_int Added tests to mysqltest.test Some tests can now be simplified but will take this later Updated after comments, now white space around operator not needed
-
- 09 Nov, 2010 1 commit
-
-
unknown authored
-
- 06 Nov, 2010 1 commit
-
-
Bjorn Munch authored
-
- 05 Nov, 2010 3 commits
-
-
Bjorn Munch authored
-
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
-
Bjorn Munch authored
Option was incorrectly coded without an argument Added the missing =s
-
- 25 Oct, 2010 1 commit
-
-
Bjorn Munch authored
-
- 21 Oct, 2010 4 commits
-
-
Bjorn Munch authored
-
Bjorn Munch authored
Simplified cases where a select was used to compare variable against ''
-
Bjorn Munch authored
-
Bjorn Munch authored
-
- 20 Oct, 2010 6 commits
-
-
Bjorn Munch authored
Simplified cases where a select was used to compare variable against ''
-
Bjorn Munch authored
-
Bjorn Munch authored
-
Bjorn Munch authored
-
Bjorn Munch authored
-
Bjorn Munch authored
Limited to actual bug fix, fixing a while condition Again confirmed on Linux PPC and on AIX 5.3
-
- 19 Oct, 2010 5 commits
-
-
Bjorn Munch authored
-
Bjorn Munch authored
Adding option --report-times Can't collect times if test run is aborted
-
Bjorn Munch authored
Added some more info in a number of fail cases (re-commit for administrative reasons)
-
Bjorn Munch authored
main.mysqltest skipped on Windows because a perl intentionally does exit(1) Use exit(2), as exit(1) on Windows is indistinguishable from failing to execute perl.
-
Bjorn Munch authored
-
- 14 Oct, 2010 1 commit
-
-
Jonathan Perkin authored
-