Tokutek / mysql-5.5

TokuDB for MySQL 5.5
http://www.tokutek.com/products/tokudb-for-mysql/
GNU General Public License v2.0
110 stars 38 forks source link

mysql bug 71631, check of rpl.rpl_heartbeat_basic failed #18

Closed prohaska closed 10 years ago

prohaska commented 10 years ago
rpl.rpl_heartbeat_basic 'mix'            w3 [ pass ]  57072

MTR's internal check of the test case 'rpl.rpl_heartbeat_basic' failed.
This means that the test case does not preserve the state that existed
before the test case was executed.  Most likely the test case did not
do a proper clean-up. It could also be caused by the previous test run
by this thread, if the server wasn't restarted.
This is the diff of the states of the servers before and after the
test case was executed:
mysqltest: Logging to '/data/tokubuild/mysqls/mysql-5.5.36-tokudb-1391701740-debug-e-linux-x86_64/mysql-test/var/3/tmp/check-mysqld_2.log'.
mysqltest: Results saved in '/data/tokubuild/mysqls/mysql-5.5.36-tokudb-1391701740-debug-e-linux-x86_64/mysql-test/var/3/tmp/check-mysqld_2.result'.
mysqltest: Connecting to server localhost:13041 (socket /tmp/gmQ6WezP3W/3/mysqld.2.sock) as 'root', connection 'default', attempt 0 ...
mysqltest: ... Connected.
mysqltest: Start processing test commands from './include/check-testcase.test' ...
mysqltest: ... Done processing test commands.
--- /data/tokubuild/mysqls/mysql-5.5.36-tokudb-1391701740-debug-e-linux-x86_64/mysql-test/var/3/tmp/check-mysqld_2.result       2014-02-06 21:32:02.118639298 +0300
+++ /data/tokubuild/mysqls/mysql-5.5.36-tokudb-1391701740-debug-e-linux-x86_64/mysql-test/var/3/tmp/check-mysqld_2.reject       2014-02-06 21:32:59.687208023 +0300
@@ -661,6 +661,9 @@
 mysql.user     plugin  41              YES     char    64      192     NULL    NULL    utf8    utf8_bin        char(64)
 mysql.user     authentication_string   42      NULL    YES     text    65535   65535   NULL    NULL    utf8    utf8_bin        text
 EVENT_CATALOG  EVENT_SCHEMA    EVENT_NAME      DEFINER TIME_ZONE       EVENT_BODY      EVENT_DEFINITION        EVENT_TYPE      EXECUTE_AT      INTERVAL_VALUE  INTERVAL_FIELD  SQL_MODE        STARTS  END\
S    STATUS  ON_COMPLETION   CREATED LAST_ALTERED    LAST_EXECUTED   EVENT_COMMENT   ORIGINATOR      CHARACTER_SET_CLIENT    COLLATION_CONNECTION    DATABASE_COLLATION
+def    test    e1      root@localhost  SYSTEM  SQL     BEGIN
+UPDATE test.t1 SET a = a + 1 WHERE a < 10;
+END    RECURRING       NULL    1       SECOND          2014-02-06 21:32:18     NULL    SLAVESIDE_DISABLED      NOT PRESERVE    2014-02-06 21:32:18     2014-02-06 21:32:18     NULL            1       lat\
in1  latin1_swedish_ci       latin1_swedish_ci
prohaska commented 10 years ago

http://bugs.mysql.com/bug.php?id=71631

prohaska commented 10 years ago

not fixed in 5.5.37