Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.1(EOL)
Description
rpl-tokudb.rpl_tokudb_delete_pk_lookup1 'row' w3 [ fail ]
|
Test ended at 2014-11-23 03:06:18
|
|
CURRENT_TEST: rpl-tokudb.rpl_tokudb_delete_pk_lookup1
|
--- /usr/share/mysql/mysql-test/plugin/tokudb/rpl/r/rpl_tokudb_delete_pk_lookup1.result 2014-11-22 23:33:35.000000000 +0200
|
+++ /run/shm/var/3/log/rpl_tokudb_delete_pk_lookup1.reject 2014-11-23 03:06:17.867117221 +0200
|
@@ -11,7 +11,7 @@
|
select unix_timestamp() into @tend;
|
select @tend-@tstart > 5;
|
@tend-@tstart > 5
|
-1
|
+0
|
include/diff_tables.inc [master:test.t, slave:test.t]
|
drop table if exists t;
|
include/rpl_end.inc
|
|
mysqltest: Result content mismatch
|
rpl-tokudb.rpl_tokudb_write_pk 'row' w1 [ fail ]
|
Test ended at 2014-11-23 03:08:42
|
|
CURRENT_TEST: rpl-tokudb.rpl_tokudb_write_pk
|
--- /usr/share/mysql/mysql-test/plugin/tokudb/rpl/r/rpl_tokudb_write_pk.result 2014-11-22 23:33:35.000000000 +0200
|
+++ /run/shm/var/1/log/rpl_tokudb_write_pk.reject 2014-11-23 03:08:42.399114898 +0200
|
@@ -8,7 +8,7 @@
|
insert into t values (4);
|
select unix_timestamp()-@tstart <= 10;
|
unix_timestamp()-@tstart <= 10
|
-1
|
+0
|
include/diff_tables.inc [master:test.t, slave:test.t]
|
drop table if exists t;
|
include/rpl_end.inc
|
|
mysqltest: Result content mismatch
|
rpl-tokudb.rpl_tokudb_update_pk_uc0_lookup0 'row' w4 [ fail ]
|
Test ended at 2014-11-23 03:08:46
|
|
CURRENT_TEST: rpl-tokudb.rpl_tokudb_update_pk_uc0_lookup0
|
--- /usr/share/mysql/mysql-test/plugin/tokudb/rpl/r/rpl_tokudb_update_pk_uc0_lookup0.result 2014-11-22 23:33:35.000000000 +0200
|
+++ /run/shm/var/4/log/rpl_tokudb_update_pk_uc0_lookup0.reject 2014-11-23 03:08:46.443114838 +0200
|
@@ -15,7 +15,7 @@
|
select unix_timestamp() into @tend;
|
select @tend-@tstart <= 5;
|
@tend-@tstart <= 5
|
-1
|
+0
|
select * from t;
|
a b
|
1 3
|
|
mysqltest: Result content mismatch
|
rpl-tokudb.rpl_tokudb_write_unique 'row' w1 [ fail ]
|
Test ended at 2014-11-23 03:09:45
|
|
CURRENT_TEST: rpl-tokudb.rpl_tokudb_write_unique
|
--- /usr/share/mysql/mysql-test/plugin/tokudb/rpl/r/rpl_tokudb_write_unique.result 2014-11-22 23:33:35.000000000 +0200
|
+++ /run/shm/var/1/log/rpl_tokudb_write_unique.reject 2014-11-23 03:09:45.511113884 +0200
|
@@ -8,7 +8,7 @@
|
insert into t values (4,5);
|
select unix_timestamp()-@tstart <= 10;
|
unix_timestamp()-@tstart <= 10
|
-1
|
+0
|
include/diff_tables.inc [master:test.t, slave:test.t]
|
drop table if exists t;
|
include/rpl_end.inc
|
|
mysqltest: Result content mismatch
|
rpl-tokudb.rpl_tokudb_update_unique_uc0_lookup0 'row' w4 [ fail ]
|
Test ended at 2014-11-23 03:13:10
|
|
CURRENT_TEST: rpl-tokudb.rpl_tokudb_update_unique_uc0_lookup0
|
--- /usr/share/mysql/mysql-test/plugin/tokudb/rpl/r/rpl_tokudb_update_unique_uc0_lookup0.result 2014-11-22 23:33:35.000000000 +0200
|
+++ /run/shm/var/4/log/rpl_tokudb_update_unique_uc0_lookup0.reject 2014-11-23 03:13:10.147110597 +0200
|
@@ -15,7 +15,7 @@
|
select unix_timestamp() into @tend;
|
select @tend-@tstart <= 5;
|
@tend-@tstart <= 5
|
-1
|
+0
|
select * from t;
|
a b c
|
1 3 -1
|
|
mysqltest: Result content mismatch
|
tokudb.i_s_tokudb_locks_released w2 [ fail ]
|
Test ended at 2014-11-23 16:05:21
|
|
CURRENT_TEST: tokudb.i_s_tokudb_locks_released
|
--- /usr/share/mysql/mysql-test/plugin/tokudb/tokudb/r/i_s_tokudb_locks_released.result 2014-11-23 09:58:56.000000000 -0500
|
+++ /run/shm/var/2/log/i_s_tokudb_locks_released.reject 2014-11-23 16:05:20.977199304 -0500
|
@@ -16,7 +16,6 @@
|
commit;
|
select * from information_schema.tokudb_locks;
|
locks_trx_id locks_mysql_thread_id locks_dname locks_key_left locks_key_right locks_table_schema locks_table_name locks_table_dictionary_name
|
-TRX_ID MYSQL_ID ./test/t-main 0001000000 0001000000 test t main
|
ERROR 23000: Duplicate entry '1' for key 'PRIMARY'
|
commit;
|
select * from information_schema.tokudb_locks;
|
|
mysqltest: Result length mismatch
|
The tests are disabled in earlier versions, so maybe they are just waiting for a 10.0=>10.1 merge.
Attachments
Issue Links
- blocks
-
MDEV-7172 Fix buildbot failures in 10.1 tree
- Closed