Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
6a3a0460
Commit
6a3a0460
authored
Jul 02, 2021
by
Daniel Black
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mtr: aix - no pool of threads
parent
2301093f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
mysql-test/include/not_aix.inc
mysql-test/include/not_aix.inc
+4
-0
mysql-test/main/mdev-21101.test
mysql-test/main/mdev-21101.test
+1
-0
mysql-test/suite.pm
mysql-test/suite.pm
+1
-0
No files found.
mysql-test/include/not_aix.inc
0 → 100644
View file @
6a3a0460
#
# suite.pm will make sure that all tests including this file
# will be skipped if run under AIX
#
mysql-test/main/mdev-21101.test
View file @
6a3a0460
--
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.
...
...
mysql-test/suite.pm
View file @
6a3a0460
...
...
@@ -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
";
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment