1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

these tests need ipv6

This commit is contained in:
Sergei Golubchik
2022-05-08 00:42:43 +02:00
parent 6f741eb6e4
commit e9a28940c5
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,8 @@
# run mysql_client_test with performance schema # run mysql_client_test with performance schema
# No need to run this with embedded server # No need to run this with embedded server
-- source include/not_embedded.inc --source include/not_embedded.inc
--source include/check_ipv6.inc
# need to have the dynamic loading turned on for the client plugin tests # need to have the dynamic loading turned on for the client plugin tests
--source include/have_plugin_auth.inc --source include/have_plugin_auth.inc

View File

@ -2,7 +2,8 @@
# This runs the mysql_client_test using the non-blocking API. # This runs the mysql_client_test using the non-blocking API.
# The non-blocking API is not supported in the embedded server. # The non-blocking API is not supported in the embedded server.
-- source include/not_embedded.inc --source include/not_embedded.inc
--source include/check_ipv6.inc
# This test is slow on buildbot. # This test is slow on buildbot.
--source include/big_test.inc --source include/big_test.inc