Skip to content

Commit e9a2894

Browse files
committed
these tests need ipv6
1 parent 6f741eb commit e9a2894

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

mysql-test/main/mysql_client_test_comp.test

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# run mysql_client_test with performance schema
22

33
# No need to run this with embedded server
4-
-- source include/not_embedded.inc
4+
--source include/not_embedded.inc
5+
--source include/check_ipv6.inc
56

67
# need to have the dynamic loading turned on for the client plugin tests
78
--source include/have_plugin_auth.inc

mysql-test/main/mysql_client_test_nonblock.test

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# This runs the mysql_client_test using the non-blocking API.
33

44
# The non-blocking API is not supported in the embedded server.
5-
-- source include/not_embedded.inc
5+
--source include/not_embedded.inc
6+
--source include/check_ipv6.inc
67
# This test is slow on buildbot.
78
--source include/big_test.inc
89

0 commit comments

Comments
 (0)