An error occurred fetching the project authors.
- 24 Nov, 2010 1 commit
-
-
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
-
- 05 Nov, 2010 1 commit
-
-
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
-
- 19 Oct, 2010 1 commit
-
-
Bjorn Munch authored
Added some more info in a number of fail cases (re-commit for administrative reasons)
-
- 30 Sep, 2010 1 commit
-
-
Bjorn Munch authored
Trying to run perl fails, just like it does when perl is started but fails Trap the case that perl was not found/could not be started, and skip test Also force a restart of servers since test may already have done something mtr now also appends path of current perl to PATH to aid mysqltest
-
- 28 Sep, 2010 1 commit
-
-
Bjorn Munch authored
This happens when creating new tmpdir due to too long socket path Don't delete it if --start-and-exit, but warn user to do it.
-
- 31 Aug, 2010 1 commit
-
-
Bjorn Munch authored
Added --force-restart
-
- 30 Aug, 2010 1 commit
-
-
Bjorn Munch authored
Allow --testcase-timeout=<mins> to be set in .opt file for test
-
- 28 Jul, 2010 1 commit
-
-
Bjorn Munch authored
The expect file can now include "restart:<server options>" Also drop check-testcase if this has been done
-
- 23 Jul, 2010 1 commit
-
-
Bjorn Munch authored
Was not covered by "skip" pattern Replace with a more generic pattern for SUMMARY
-
- 15 Jun, 2010 2 commits
-
-
Bjorn Munch authored
Bummer: MTR fails if a test fails and no --experimental is used $experimental_test_cases must be intialized
-
Bjorn Munch authored
Use $suitedir instead of $basedir to find suites Add 'testdir' to ConfigFactory
-
- 10 Jun, 2010 1 commit
-
-
Bjorn Munch authored
Convert --experimental into a multi option Size of diff is caused by intenting code put into a for loop
-
- 09 Jun, 2010 1 commit
-
-
Bjorn Munch authored
Added option --user-args, to be used with --start* Only keeps --defaults-file and --defaults-group-suffix Also added missing help text entry for --start-and-exit
-
- 03 Jun, 2010 2 commits
-
-
Marko Mäkelä authored
-
Horst.Hunger authored
-
- 16 Mar, 2010 1 commit
-
-
Bjorn Munch authored
Added option and logic, bypass safe_process Adapted after review comments
-
- 17 Feb, 2010 2 commits
-
-
Bjorn Munch authored
Added --max-connections= argument to mysqltest and mtr Small fix to first patch: forgot to check before free'ing connections array
-
Bjorn Munch authored
Some logic would group by suite always Disable this if using --noreorder Also fix getting array from collect_one_suite() in this case Amended according to previous comment
-
- 11 Feb, 2010 1 commit
-
-
Bjorn Munch authored
Add --user=root to collect_mysqld_features() if running as root Please disregard previous commit; this is much simpler.
-
- 03 Feb, 2010 1 commit
-
-
Bjorn Munch authored
Too complex/risky to try to fix Instead, detect the problem and communicate that this is not supported
-
- 28 Jan, 2010 1 commit
-
-
Bjorn Munch authored
-
- 27 Jan, 2010 1 commit
-
-
Bjorn Munch authored
Define env. vars for both timeout settings This patch is for 5.0 (mtr v1) and should replaces for 5.1 up
-
- 25 Jan, 2010 1 commit
-
-
Bjorn Munch authored
As suggested, convert internally to value of build_thread
-
- 22 Jan, 2010 1 commit
-
-
Bernd Ocklin authored
-
- 07 Jan, 2010 1 commit
-
-
Bjorn Munch authored
-
- 05 Jan, 2010 2 commits
-
-
Bjorn Munch authored
Was available in v1 Porting to v2 required some rewriting Updated after review comments
-
Bjorn Munch authored
Combinations beginning with -- not allowed Allow them...
-
- 15 Dec, 2009 1 commit
-
-
Bjorn Munch authored
Extracts last 20 lines if no output after failure
-
- 26 Nov, 2009 2 commits
-
-
Bjorn Munch authored
mysqld->{proc} not defined for an embedded server Check only if {proc} defined
-
Bjorn Munch authored
Ignored w/message in v1 and v2
-
- 24 Nov, 2009 1 commit
-
-
Bjorn Munch authored
Problems occur after killing threads on Windows Get rid of the timeout threads, implement simple timer in wait_any_timeout()
-
- 19 Nov, 2009 2 commits
-
-
Bjorn Munch authored
mtr patch ported to v2
-
Bjorn Munch authored
For some reason it usually picks up mysqltest Wait .1s and then see if a server has died Change from first commit: label on separate line
-
- 18 Nov, 2009 1 commit
-
-
Bjorn Munch authored
Wrong argument order, fixed
-
- 17 Nov, 2009 1 commit
-
-
Bjorn Munch authored
Searches for my_safe_process binary too early Put this into a sub() and call it after examining options (incl. --help)
-
- 16 Nov, 2009 1 commit
-
-
Bjorn Munch authored
Seen in a few tests after 43418 Add code in extract_warning_lines() to skip this part
-
- 12 Nov, 2009 1 commit
-
-
Bjorn Munch authored
Checking is done before server is terminated Adds post processing of server logs if --valgrind Also had to remove --quiet option to valgrind
-
- 26 Oct, 2009 1 commit
-
-
Bjorn Munch authored
Prepend "Completed", "Timeout" or "Too many failed" to summary line
-
- 23 Oct, 2009 1 commit
-
-
Bjorn Munch authored
There's no need for --verbose for the mysqltest in check-warnings, remove it
-
- 19 Oct, 2009 1 commit
-
-
Bjorn Munch authored
Knowledge of no SSL support is not used Skip tests the same way e.g. innodb tests are Does not refer to have_ssl_communication.inc, will add this when merging to 6.0-codebase
-