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:
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user