← Back to team overview

maria-discuss team mailing list archive

why are ipv6 tests not simply skipped?

 

these tests should be skipped in case the machine has
no ipv6 config instead fired up and failing
__________________________________

CURRENT_TEST: rpl.rpl_ip_mix
mysqltest: In included file "./include/rpl_ip_mix.inc":
included from /usr/share/mysql-test/suite/rpl/t/rpl_ip_mix.test at line 11:
At line 2: query 'connect  master,$IPv6,root,,test,$MASTER_MYPORT' failed: 2003: Can't connect to MySQL server on
'::1' (101)

The result from queries just before the failure was:
#################### IP: ::1 ###########################
connect (master,::1,root,,test,MASTER_MYPORT);

 - saving '/usr/share/mysql-test/var/log/rpl.rpl_ip_mix/' to '/usr/share/mysql-test/var/log/rpl.rpl_ip_mix/'
rpl.rpl_ip_mix2                          [ fail ]
        Test ended at 2014-02-11 13:11:55

CURRENT_TEST: rpl.rpl_ip_mix2
mysqltest: In included file "./include/rpl_ip_mix2.inc":
included from /usr/share/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)

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);

 - saving '/usr/share/mysql-test/var/log/rpl.rpl_ip_mix2/' to '/usr/share/mysql-test/var/log/rpl.rpl_ip_mix2/'
rpl.rpl_ipv4_as_ipv6                     [ pass ]     24
rpl.rpl_ipv6                             [ fail ]
        Test ended at 2014-02-11 13:12:00

CURRENT_TEST: rpl.rpl_ipv6
mysqltest: In included file "./include/rpl_ipv6.inc":
included from /usr/share/mysql-test/suite/rpl/t/rpl_ipv6.test at line 13:
At line 2: query 'connect  master,$IPv6,root,,test,$MASTER_MYPORT' failed: 2003: Can't connect to MySQL server on
'::1' (101)

The result from queries just before the failure was:
#################### IP: ::1 ###########################
connect (master,::1,root,,test,MASTER_MYPORT);

Attachment: signature.asc
Description: OpenPGP digital signature


Follow ups