Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.0(EOL)
Description
rpl.rpl_parallel2 'stmt' w2 [ fail ]
|
Test ended at 2014-11-29 04:50:39
|
|
CURRENT_TEST: rpl.rpl_parallel2
|
--- /usr/local/mariadb-10.0.15-linux-i686/mysql-test/suite/rpl/r/rpl_parallel2.result 2014-11-28 15:20:23.000000000 +0100
|
+++ /usr/local/mariadb-10.0.15-linux-i686/mysql-test/suite/rpl/r/rpl_parallel2.reject 2014-11-29 04:50:38.000000000 +0100
|
@@ -10,7 +10,7 @@
|
Warnings:
|
Note 1592 Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statement is unsafe because it uses a system function that may return a different value on the slave.
|
Seconds_Behind_Master should be zero here because the slave is fully caught up and idle.
|
-Seconds_Behind_Master = '0'
|
+Seconds_Behind_Master = '5'
|
include/stop_slave.inc
|
SET GLOBAL slave_parallel_threads=@old_parallel_threads;
|
include/start_slave.inc
|
|
mysqltest: Result content mismatch
|
Strangely, I can also see the failure on 5.5 tree http://buildbot.askmonty.org/buildbot/builders/kvm-deb-sid-amd64/builds/475/steps/test_4/logs/stdio , but can't see the actual test (and can't understand how it could have been there, if it's parallel replication...)
Attachments
Issue Links
- relates to
-
MDEV-7069 Fix buildbot failures in main server trees
- Stalled