Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Won't Fix
-
5.5(EOL), 10.0(EOL), 10.1(EOL)
-
None
Description
rpl.rpl_ip_mix2 w1 [ fail ]
|
Test ended at 2017-01-10 18:30:52
|
|
CURRENT_TEST: rpl.rpl_ip_mix2
|
mysqltest: In included file "./include/rpl_ip_mix2.inc":
|
included from /opt/buildbot-slave/mariadb/dan_demeter2/build/mysql-test/suite/rpl/t/rpl_ip_mix2.test at line 11:
|
At line 4: query 'connect slave,$IPv6,root,,test,$SLAVE_MYPORT' failed: 2003: Can't connect to MySQL server on '::1' (101 "Network is unreachable")
|
|
The result from queries just before the failure was:
|
#################### IP: ::1 ###########################
|
connect (master,127.0.0.1,root,,test,MASTER_MYPORT);
|
connect (slave,::1,root,,test,SLAVE_MYPORT);
|
|
- skipping '/opt/buildbot-slave/mariadb/dan_demeter2/build/mysql-test/var/1/log/rpl.rpl_ip_mix2/'
|
|
Retrying test rpl.rpl_ip_mix2, attempt(2/3)...
|
It started happening on Nov 29, on all trees, so it's not a code change. Apparently something changed on the slaves.
Attachments
Issue Links
- relates to
-
MDEV-34733 main.mysqld--help-aria test failure: feedback plugin: failed to retrieve the MAC address
-
- Closed
-
Also feedback plugin:
plugins.feedback_plugin_install w1 [ fail ]
Test ended at 2016-11-29 07:02:25
CURRENT_TEST: plugins.feedback_plugin_install
mysqltest: At line 8: query 'install plugin feedback soname '$FEEDBACK_SO'' failed: 1123: Can't initialize function 'feedback'; Plugin initialization function failed.
The result from queries just before the failure was:
install plugin feedback soname 'feedback.so';
161129 7:02:25 [ERROR] feedback plugin: failed to retrieve the MAC address
161129 7:02:25 [ERROR] Plugin 'FEEDBACK' init function returned error.
It started even earlier, at the end of September.