mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
mtr: aix - no pool of threads
This commit is contained in:
4
mysql-test/include/not_aix.inc
Normal file
4
mysql-test/include/not_aix.inc
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
#
|
||||||
|
# suite.pm will make sure that all tests including this file
|
||||||
|
# will be skipped if run under AIX
|
||||||
|
#
|
@ -1,4 +1,5 @@
|
|||||||
--source include/not_embedded.inc
|
--source include/not_embedded.inc
|
||||||
|
--source include/not_aix.inc
|
||||||
# Test that wait_timeout does not cause connection to be closed, when connection is delayed due to
|
# Test that wait_timeout does not cause connection to be closed, when connection is delayed due to
|
||||||
# threadpool internal problems, e.g misconfiguration - too few threads and queueing.
|
# threadpool internal problems, e.g misconfiguration - too few threads and queueing.
|
||||||
# So if client did not cause wait_timeout, do not report it either.
|
# So if client did not cause wait_timeout, do not report it either.
|
||||||
|
@ -53,6 +53,7 @@ sub skip_combinations {
|
|||||||
unless $ENV{HA_EXAMPLE_SO};
|
unless $ENV{HA_EXAMPLE_SO};
|
||||||
|
|
||||||
$skip{'include/not_windows.inc'} = 'Requires not Windows' if IS_WINDOWS;
|
$skip{'include/not_windows.inc'} = 'Requires not Windows' if IS_WINDOWS;
|
||||||
|
$skip{'include/not_aix.inc'} = 'Requires not AIX' if IS_AIX;
|
||||||
|
|
||||||
$skip{'main/plugin_loaderr.test'} = 'needs compiled-in innodb'
|
$skip{'main/plugin_loaderr.test'} = 'needs compiled-in innodb'
|
||||||
unless $::mysqld_variables{'innodb'} eq "ON";
|
unless $::mysqld_variables{'innodb'} eq "ON";
|
||||||
|
Reference in New Issue
Block a user