Skip to content

Commit

Permalink
mtr: aix - no pool of threads
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed Jul 2, 2021
1 parent 2301093 commit 6a3a046
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mysql-test/include/not_aix.inc
@@ -0,0 +1,4 @@
#
# suite.pm will make sure that all tests including this file
# will be skipped if run under AIX
#
1 change: 1 addition & 0 deletions mysql-test/main/mdev-21101.test
@@ -1,4 +1,5 @@
--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
# threadpool internal problems, e.g misconfiguration - too few threads and queueing.
# So if client did not cause wait_timeout, do not report it either.
Expand Down
1 change: 1 addition & 0 deletions mysql-test/suite.pm
Expand Up @@ -49,6 +49,7 @@ sub skip_combinations {
unless $ENV{HA_EXAMPLE_SO};

$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'
unless $::mysqld_variables{'innodb'} eq "ON";
Expand Down

0 comments on commit 6a3a046

Please sign in to comment.