An error occurred fetching the project authors.
  1. 06 Jul, 2006 1 commit
    • guilhem@gbichot3.local's avatar
      Behaviour change of mysql-test-run.pl: · fd520be8
      guilhem@gbichot3.local authored
      by default we never run disabled tests (even if they're
      explicitely listed on the command-line). We add an option --enable-disabled
      which will run tests even though they are disabled, and will print, for each
      such test, the comment explaining why it was disabled.
      The reason for the change is when you want to run "all tests which are about
      NDB" for example: mysql-test-run.pl t/*ndb*.test used to run some disabled
      NDB tests, causing failures, causing investigations.
      Code amended and approved by Kent.
      fd520be8
  2. 08 Mar, 2006 2 commits
  3. 07 Mar, 2006 1 commit
  4. 12 Feb, 2006 1 commit
    • kent@mysql.com's avatar
      spatial.cc: · 30b8a9c1
      kent@mysql.com authored
        Added { ... } around float8get() macro, avoids VC7 error
        message "illegal else without matching if"
      mtr_report.pl:
        Parse error logs to create "warnings" file
      mtr_cases.pl:
        Added optoion --ignore-disabled-def
        Windows build now let TZ pass, removed
        work around
      mysql-test-run.pl, mtr_process.pl:
        Back port of changes from 5.0
      30b8a9c1
  5. 09 Feb, 2006 1 commit
    • msvensson@neptunus.(none)'s avatar
      Start cluster only for testcases that really needs it and stop it when · 0e9e1f2c
      msvensson@neptunus.(none) authored
      not needed by the tescases. This will save test time for those testcases
      that does not need cluster, but need a restart, as they dont have to wait
      the extra time it would take for cluster to restart. It will also save
      time for other testcases, as cluster does not 
      need to be contacted for each table to be dropped or created.
      Backport from 5.1
      0e9e1f2c
  6. 06 Feb, 2006 1 commit
  7. 13 Jan, 2006 1 commit
  8. 16 Oct, 2005 1 commit
    • kent@mysql.com's avatar
      mysql-test-run.pl: · 7635353b
      kent@mysql.com authored
        Added --skip-im option handling
        Don't terminate script if IM fails to create PID file
      mtr_cases.pl:
        Added --skip-im option handling
      mtr_process.pl:
        Kill left over 'mysqld' processes started by IM
      7635353b
  9. 30 Sep, 2005 1 commit
  10. 29 Aug, 2005 1 commit
  11. 16 Aug, 2005 1 commit
    • kent@mysql.com's avatar
      mtr_process.pl: · c3104d1a
      kent@mysql.com authored
        Bug#11792: Check all of status code, to catch a crash as a failure
      mtr_cases.pl:
        Code cleanup for skipped/disabled handling
      mtr_process.pl:
        In debug mode, report if mysqladmin did not at least
        make the server stop listening to the port.
        Increased the time waiting for terminating to 20 seconds,
        to wait for really slow slave shutdown.
        Added call to start_reap_all(), to avoid zombies.
      mtr_report.pl:
        Removed prototype for unused function mtr_report_test_disabled()
      c3104d1a
  12. 07 Jul, 2005 1 commit
  13. 22 Jun, 2005 1 commit
  14. 20 Jun, 2005 1 commit
    • kent@mysql.com's avatar
      mtr_cases.pl: · 9426710c
      kent@mysql.com authored
        Bug#11466: Script can now get test case name
        from test case file path on command line
      mysql-test-run.pl:
        Bug#11466: Added --skip-ndbcluster/--skip-ndb option
      mtr_cases.pl:
        Don't set --default-time-zone if opt file sets it
        Restart the server if time zone is given in opt file
      mysql-test-run.pl:
        Don't remove symlink to "var" directory in cleanup
        Removed duplicate/unessesary options to mysqld
      9426710c
  15. 19 Jun, 2005 1 commit
    • kent@mysql.com's avatar
      mysql-test-run.pl: · 917276f2
      kent@mysql.com authored
        Added dummy --manager-port flag, for backward compatibility
        Back port from 5.0, correction of paths to SSL pem files
      mtr_cases.pl:
        Removed hard coded exclude list for embedded server
      mysql-test-run.pl:
        Set environment variable MYSQL_SHOW, to be used in test cases
      917276f2
  16. 10 Jun, 2005 1 commit
    • kent@mysql.com's avatar
      mtr_process.pl: · a2073df2
      kent@mysql.com authored
        Added a sleep for 5 seconds when shuting down,
        work around for strange problem with server restarts
      mtr_cases.pl:
        Set default time zone as opt to mysqld
      mysql-test-run.pl:
        Enabled --mysqld=<flags> to work
        Put some Windows path names into environment,
        to be used in --replace_result
      mysql-test-run.sh:
        Make shell script tolerant to Windows change in test cases
      a2073df2
  17. 21 Mar, 2005 1 commit
    • kent@mysql.com's avatar
      mtr_report.pl: · c3fa95d4
      kent@mysql.com authored
        Made --timer work
      mtr_cases.pl:
        Added option --reorder to get less server restarts
      mysql-test-run.pl:
        Added option --reorder to get less server restarts
        Moved do_before_start_master() not to remove binlog files unless restarted
        Made --timer work
        Slave was incorrectly writing log to error log
      c3fa95d4
  18. 03 Feb, 2005 1 commit