Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.1(EOL)
-
None
Description
binlog_encryption.encrypted_master_switch_to_unencrypted 'mix' w1 [ fail ]
|
Test ended at 2016-12-07 14:51:54
|
|
CURRENT_TEST: binlog_encryption.encrypted_master_switch_to_unencrypted
|
--- /usr/local/mariadb-10.1.20-linux-i686/mysql-test/suite/binlog_encryption/encrypted_master_switch_to_unencrypted.result 2016-12-07 11:13:17.000000000 +0100
|
+++ /usr/local/mariadb-10.1.20-linux-i686/mysql-test/suite/binlog_encryption/encrypted_master_switch_to_unencrypted.reject 2016-12-07 14:51:54.000000000 +0100
|
@@ -62,7 +62,6 @@
|
connection server_2;
|
SHOW TABLES;
|
Tables_in_test
|
-table1_no_encryption
|
include/stop_slave.inc
|
reset slave;
|
##########
|
|
mysqltest: Result length mismatch
|
Attachments
Issue Links
- relates to
-
MDEV-7069 Fix buildbot failures in main server trees
-
- Stalled
-
The reason is a simple race condition. Initially the test tried to synchronize with master before showing tables, but it turned out that the slave should fail at this point, so synchronization was removed along with the bug fix for
MDEV-11288. But slave is still expected to replicate one table before failing, so we need an intermediate synchronization.