miguel@tikalbr:~/tmp/2016APR07/mysql-5.5$ ./mysql-test/mtr main.bigint **** ERROR **** You must start mysql-test-run from the mysql-test/ directory miguel@tikalbr:~/tmp/2016APR07/mysql-5.5$ cd mysql-test/ miguel@tikalbr:~/tmp/2016APR07/mysql-5.5/mysql-test$ ./mtr main.bigint Logging: ./mtr main.bigint 160503 13:01:29 [Note] /home/miguel/tmp/2016APR07/mysql-5.5/sql/mysqld (mysqld 5.5.50) starting as process 32488 ... 160503 13:01:29 [Note] Plugin 'FEDERATED' is disabled. MySQL Version 5.5.50 Checking supported features... - SSL connections supported Collecting tests... Removing old var directory... Creating var directory '/home/miguel/tmp/2016APR07/mysql-5.5/mysql-test/var'... Installing system database... ============================================================================== TEST RESULT TIME (ms) or COMMENT -------------------------------------------------------------------------- worker[1] Using MTR_BUILD_THREAD 300, with reserved ports 13000..13009 main.bigint [ fail ] Test ended at 2016-05-03 13:01:36 CURRENT_TEST: main.bigint --- /home/miguel/tmp/2016APR07/mysql-5.5/mysql-test/r/bigint.result 2016-04-07 22:14:27.000000000 +0300 +++ /home/miguel/tmp/2016APR07/mysql-5.5/mysql-test/r/bigint.reject 2016-05-03 19:01:36.438361103 +0300 @@ -385,15 +385,15 @@ -9223372036854775808 select -(-(9223372036854775808)); Catalog Database Table Table_alias Column Column_alias Type Length Max length Is_null Flags Decimals harsetnr -def -(-(9223372036854775808)) 246 21 19 N 32897 0 63 +def -(-(9223372036854775808)) 246 21 9 N 32897 0 63 -(-(9223372036854775808)) -9223372036854775808 +854775808 select --9223372036854775808, ---9223372036854775808, ----9223372036854775808; --9223372036854775808 ---9223372036854775808 ----9223372036854775808 -9223372036854775808 -9223372036854775808 9223372036854775808 +854775808 -854775808 854775808 select -(-9223372036854775808), -(-(-9223372036854775808)); -(-9223372036854775808) -(-(-9223372036854775808)) -9223372036854775808 -9223372036854775808 +854775808 -854775808 create table t1 select -9223372036854775808 bi; describe t1; Field Type Null Key Default Extra mysqltest: Result content mismatch - saving '/home/miguel/tmp/2016APR07/mysql-5.5/mysql-test/var/log/main.bigint/' to '/home/miguel/tmp/2016APR07/mysql-5.5/mysql-test/var/log/mai.bigint/' -------------------------------------------------------------------------- The servers were restarted 0 times Spent 0.000 of 7 seconds executing testcases Completed: Failed 1/1 tests, 0.00% were successful. Failing test(s): main.bigint The log files in var/log may give you some hint of what went wrong. If you want to report this error, please read first the documentation at http://dev.mysql.com/doc/mysql/en/mysql-test-suite.html mysql-test-run: *** ERROR: there were failing test cases miguel@tikalbr:~/tmp/2016APR07/mysql-5.5/mysql-test$ ./mtr rpl.rpl_stm_user_variables Logging: ./mtr rpl.rpl_stm_user_variables 160503 13:02:29 [Note] /home/miguel/tmp/2016APR07/mysql-5.5/sql/mysqld (mysqld 5.5.50) starting as process 32541 ... 160503 13:02:29 [Note] Plugin 'FEDERATED' is disabled. MySQL Version 5.5.50 Checking supported features... - SSL connections supported Collecting tests... - adding combinations for rpl Checking leftover processes... Removing old var directory... Creating var directory '/home/miguel/tmp/2016APR07/mysql-5.5/mysql-test/var'... Installing system database... ============================================================================== TEST RESULT TIME (ms) or COMMENT -------------------------------------------------------------------------- worker[1] Using MTR_BUILD_THREAD 300, with reserved ports 13000..13009 rpl.rpl_stm_user_variables 'mix' [ skipped ] Doesn't support --binlog-format='mixed' rpl.rpl_stm_user_variables 'row' [ skipped ] Doesn't support --binlog-format='row' rpl.rpl_stm_user_variables 'stmt' [ fail ] Test ended at 2016-05-03 13:02:38 CURRENT_TEST: rpl.rpl_stm_user_variables --- /home/miguel/tmp/2016APR07/mysql-5.5/mysql-test/suite/rpl/r/rpl_stm_user_variables.result 2016-04-07 22:14:29.000000000 +0300 +++ /home/miguel/tmp/2016APR07/mysql-5.5/mysql-test/suite/rpl/r/rpl_stm_user_variables.reject 2016-05-03 19:02:38.199450230 +0300 @@ -127,7 +127,7 @@ double -9.223372036854776e18 float -9.22337e18 real -9223372036854776000.00 -decimal -9223372036854775808.00 +decimal -854775808.00 #### [ on slave ] SELECT * FROM t1; tinyint -128 @@ -143,7 +143,7 @@ double -9.223372036854776e18 float -9.22337e18 real -9223372036854776000.00 -decimal -9223372036854775808.00 +decimal -854775808.00 ######################################### ## assertion: master and slave tables are in sync include/diff_tables.inc [master:t1,slave:t1] @@ -179,7 +179,7 @@ double -9.223372036854776e18 float -9.22337e18 real -9223372036854776000.00 -decimal -9223372036854775808.00 +decimal -854775808.00 #### [ on slave ] SELECT * FROM t1; tinyint -128 @@ -195,7 +195,7 @@ double -9.223372036854776e18 float -9.22337e18 real -9223372036854776000.00 -decimal -9223372036854775808.00 +decimal -854775808.00 ######################################### ## assertion: master and slave tables are in sync include/diff_tables.inc [master:t1,slave:t1] mysqltest: Result content mismatch - saving '/home/miguel/tmp/2016APR07/mysql-5.5/mysql-test/var/log/rpl.rpl_stm_user_variables-stmt/' to '/home/miguel/tmp/2016APR07/mysql-5.5/myql-test/var/log/rpl.rpl_stm_user_variables-stmt/' -------------------------------------------------------------------------- The servers were restarted 0 times Spent 0.000 of 9 seconds executing testcases Completed: Failed 1/1 tests, 0.00% were successful. Failing test(s): rpl.rpl_stm_user_variables The log files in var/log may give you some hint of what went wrong. If you want to report this error, please read first the documentation at http://dev.mysql.com/doc/mysql/en/mysql-test-suite.html 2 tests were skipped, 0 by the test itself. mysql-test-run: *** ERROR: there were failing test cases