maria-discuss team mailing list archive
-
maria-discuss team
-
Mailing list archive
-
Message #01349
why are ipv6 tests not simply skipped?
-
To:
Mailing-List mariadb <"maria-discuss"@lists.launchpad.net>
-
From:
Reindl Harald <h.reindl@xxxxxxxxxxxxx>
-
Date:
Tue, 11 Feb 2014 13:22:44 +0100
-
Openpgp:
id=7F780279; url=http://arrakis.thelounge.net/gpg/h.reindl_thelounge.net.pub.txt
-
Organization:
the lounge interactive design
-
User-agent:
Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0
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