An error occurred fetching the project authors.
  1. 14 Sep, 2005 1 commit
  2. 01 Sep, 2005 1 commit
    • kent@mysql.com's avatar
      mtr_process.pl: · 1a5f346b
      kent@mysql.com authored
        Make sure mtr_kill_processes() is called with an array ref
        Corrected error string for STDERR redirect
      1a5f346b
  3. 31 Aug, 2005 1 commit
  4. 17 Aug, 2005 3 commits
  5. 16 Aug, 2005 2 commits
    • 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
    • kent@mysql.com's avatar
      mtr_process.pl: · 9457373c
      kent@mysql.com authored
        Bug#12094: Let sleep_until_file_created() return the pid as intended
      9457373c
  6. 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
  7. 05 Jun, 2005 1 commit
    • kent@mysql.com's avatar
      mtr_misc.pl, mtr_report.pl: · 5ec15497
      kent@mysql.com authored
        Try kill all children to the mysql-test-run process when exiting
      mtr_process.pl:
        Added new function mtr_exit() that try kill all children to the mysql-test-run process when exiting
      mysql-test-run.pl:
        Try kill all children to the mysql-test-run process when exiting
        New --vardir caused problems on Windows
        Changed faulty calls to error() to mtr_error()
      5ec15497
  8. 15 May, 2005 1 commit
  9. 17 Feb, 2005 1 commit
  10. 03 Feb, 2005 1 commit
    • kent@mysql.com's avatar
      mysql-test-run.pl: · 1f088e95
      kent@mysql.com authored
        Let --start-and-exit actually start a server
        Added that test case names can be specified on the comman line
        Added embedded server support
        Added environment variables UMASK, UMASK_DIR
        Added missing MASTER_MYSOCK1, MASTER_MYPORT1, USE_RUNNING_SERVER
        Added missing CHARSETSDIR, MYSQL_FIX_SYSTEM_TABLES, MYSQL_CLIENT_TEST
        Pass on return value from sleep_until_file_created(), to fail test
        Fail test if early termination of mysqld servers
        Create intial databases for the second master, and two additional slaves
      mtr_process.pl:
        Find out if port is still in use, using simple TCP connect
        Use non blocking waitpid() to catch terminations early
        Make a special case spawning the 'mysqltest' application
        Redo the fork() if it returns EAGAIN
        Make sure to record if master or slave terminated
        Improved debugging output
        Improved code that remove PID files to avoid race
        Abort if we can't stop all mysqld servers using our ports
        Many improvements in killing mysqld servers
        Let sleep_until_file_created() catch if server died early
      mtr_report.pl:
        Added option to disable test cases using <testcase>.disabled file
        If --timer, only try to open file with time data if it exists
      mtr_io.pl:
        Remove starting/ending space reading server options from file
      1f088e95
  11. 11 Jan, 2005 1 commit
    • kent@mysql.com's avatar
      mtr_process.pl: · 31d5463a
      kent@mysql.com authored
        Catch more fork() errors.
        Moved sleep_until_file_created() here from "mysql-test-run.pl".
        Improved debug output.
      mtr_io.pl:
        Improved mtr_get_opts_from_file(), try to mimic some sh.
      mysql-test-run.pl:
        Cleaned up the timeout handling.
        Created new function environment_setup().
        Corrected time zone handling.
        Moved sleep_until_file_created() to "lib/mtr_process.pl".
        Improved debug output.
      31d5463a
  12. 03 Jan, 2005 1 commit
    • kent@mysql.com's avatar
      mtr_process.pl: · c725e090
      kent@mysql.com authored
        Added missing stop_reap_all() if returns early from function
      mysql-test-run.pl:
        Improved output from --script-debug
        Initial Cygwin support
        Improved mysqld process termination
      c725e090
  13. 30 Dec, 2004 1 commit