Test suite test connect.fix fails
---------------------------------
Key: MDEV-5497
URL: https://mariadb.atlassian.net/browse/MDEV-5497
Project: MariaDB Development
Issue Type: Bug
Affects Versions: 10.0.7, 10.0.8
Environment: Slackware Linux 14.1 + kernel 3.12.6
Reporter: Duncan Roe
Assignee: Olivier Bertrand
Priority: Minor
Fix For: 10.0.9
Time Spent: 1 hour
Remaining Estimate: 0 minutes
{noformat}
cd /usr/mysql-test; ./mtr connect.fix
{noformat}
(as root) gives me an error report as below. I am keeping the mysql-test directory, so please let me know if you'd like anything else from it.
{noformat}
Logging: ./mtr connect.fix
vardir: /usr/mysql-test/var
Checking leftover processes...
Removing old var directory...
Creating var directory '/usr/mysql-test/var'...
Checking supported features...
MariaDB Version 10.0.7-MariaDB
- SSL connections supported
Collecting tests...
Installing system database...
Using server port 43317
==============================================================================
TEST RESULT TIME (ms) or COMMENT
--------------------------------------------------------------------------
worker[1] Using MTR_BUILD_THREAD 300, with reserved ports 16000..16019
worker[1] mysql-test-run: WARNING: running this script as _root_ will cause some tests to be skipped
connect.fix [ fail ]
Test ended at 2014-01-01 19:32:13
CURRENT_TEST: connect.fix
--- /usr/mysql-test/plugin/connect/connect/r/fix.result 2013-12-23 20:35:03.000000000 +1100
+++ /usr/mysql-test/plugin/connect/connect/r/fix.reject 2014-01-01 19:32:13.000000000 +1100
@@ -80,7 +80,7 @@
name city birth hired
John Boston 2 1986-01-05 2010-06-02
Henry Boston 0 1987-06-07 2008-04-01
-George San Jose 1 1981-08-01 2010-06-02
+George San Jose 1 1981-07-31 2010-06-02
Sam Chicago 2 1979-11-02 2007-10-10
James Dallas 1 1992-05-03 2009-12-14
Bill Boston 1 1986-09-01 2008-02-10
@@ -96,7 +96,7 @@
name city birth hired
John Boston 2 1986-01-05 2010-06-02
Henry Boston 0 1987-06-07 2008-04-01
-George San Jose 1 1981-08-01 2010-06-02
+George San Jose 1 1981-07-31 2010-06-02
Sam Chicago 2 1979-11-02 2007-10-10
James Dallas 1 1992-05-03 2009-12-14
Bill Boston 1 1986-09-01 2008-02-10
@@ -112,7 +112,7 @@
name city birth hired
John Boston 2 1986-01-05 2010-06-02
Henry Boston 0 1987-06-07 2008-04-01
-George San Jose 1 1981-08-01 2010-06-02
+George San Jose 1 1981-07-31 2010-06-02
Sam Chicago 2 1979-11-02 2007-10-10
James Dallas 1 1992-05-03 2009-12-14
Bill Boston 1 1986-09-01 2008-02-10
@@ -128,7 +128,7 @@
name city birth hired
John Boston 2 1986-01-05 2010-06-02
Henry Boston 0 1987-06-07 2008-04-01
-George San Jose 1 1981-08-01 2010-06-02
+George San Jose 1 1981-07-31 2010-06-02
Sam Chicago 2 1979-11-02 2007-10-10
James Dallas 1 1992-05-03 2009-12-14
Bill Boston 1 1986-09-01 2008-02-10
mysqltest: Result content mismatch
- saving '/usr/mysql-test/var/log/connect.fix/' to '/usr/mysql-test/var/log/connect.fix/'
--------------------------------------------------------------------------
The servers were restarted 0 times
Spent 0.000 of 6 seconds executing testcases
Failure: Failed 1/1 tests, 0.00% were successful.
Failing test(s): connect.fix
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
{noformat}