An error occurred fetching the project authors.
  1. 08 Feb, 2005 1 commit
  2. 07 Feb, 2005 1 commit
    • unknown's avatar
      mysql-test-run.pl: · 78695f4e
      unknown authored
        Corrected user name passing
        Honor the --master-binary and --slave-binary options
        Insert the host name into 'user' table
        Added --udiff option, to get unified diff output
        Call special mtr_run_test() for running "mysqltest"
      mtr_report.pl:
        Added --udiff option, to get unified diff output
      init_db.sql:
        Insert the host name into 'user' table
      
      
      mysql-test/lib/init_db.sql:
        Insert the host name into 'user' table
      mysql-test/lib/mtr_report.pl:
        Added --udiff option, to get unified diff output
      mysql-test/mysql-test-run.pl:
        Corrected user name passing
        Honor the --master-binary and --slave-binary options
        Insert the host name into 'user' table
        Added --udiff option, to get unified diff output
        Call special mtr_run_test() for running "mysqltest"
      78695f4e
  3. 03 Feb, 2005 1 commit
    • unknown's avatar
      mysql-test-run.pl: · 6f2b1823
      unknown 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
      
      
      mysql-test/lib/mtr_io.pl:
        Remove starting/ending space reading server options from file
      mysql-test/lib/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
      mysql-test/lib/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
      mysql-test/mysql-test-run.pl:
        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
      6f2b1823
  4. 11 Jan, 2005 1 commit
    • unknown's avatar
      mtr_process.pl: · 7006168a
      unknown 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.
      
      
      mysql-test/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.
      mysql-test/lib/mtr_io.pl:
        Improved mtr_get_opts_from_file(), try to mimic some sh.
      mysql-test/lib/mtr_process.pl:
        Catch more fork() errors.
        Moved sleep_until_file_created() here from "mysql-test-run.pl".
        Improved debug output.
      7006168a
  5. 03 Jan, 2005 1 commit
    • unknown's avatar
      mtr_process.pl: · 4dd79c71
      unknown 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
      
      
      mysql-test/mysql-test-run.pl:
        Improved output from --script-debug
        Initial Cygwin support
        Improved mysqld process termination
      mysql-test/lib/mtr_process.pl:
        Added missing stop_reap_all() if returns early from function
      4dd79c71
  6. 02 Jan, 2005 1 commit
    • unknown's avatar
      mysql-test-run.pl: · 5f22b251
      unknown authored
        Added initial support for multiple test suites
        Added usage information, i.e. --help
      
      
      mysql-test/mysql-test-run.pl:
        Added initial support for multiple test suites
        Added usage information, i.e. --help
      5f22b251
  7. 01 Jan, 2005 1 commit
    • unknown's avatar
      mysql-test-run.pl: · de4853c3
      unknown authored
        Added --ps-protocol and --embedded-server
      
      
      mysql-test/mysql-test-run.pl:
        Added --ps-protocol and --embedded-server
      de4853c3
  8. 30 Dec, 2004 1 commit
    • unknown's avatar
      Many files: · 20160e5d
      unknown authored
        Perl version of mysql-test-run
        new file
      
      
      mysql-test/lib/init_db.sql:
        Perl version of mysql-test-run
      mysql-test/lib/mtr_gcov.pl:
        Perl version of mysql-test-run
      mysql-test/lib/mtr_gprof.pl:
        Perl version of mysql-test-run
      mysql-test/lib/mtr_io.pl:
        Perl version of mysql-test-run
      mysql-test/lib/mtr_match.pl:
        Perl version of mysql-test-run
      mysql-test/lib/mtr_misc.pl:
        Perl version of mysql-test-run
      mysql-test/lib/mtr_process.pl:
        Perl version of mysql-test-run
      mysql-test/lib/mtr_report.pl:
        Perl version of mysql-test-run
      mysql-test/mysql-test-run.pl:
        Perl version of mysql-test-run
      20160e5d