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
499ef7bf
Commit
499ef7bf
authored
Nov 29, 2022
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a global suppression for O_DIRECT failures
Fixes up commit
b8ad6fbd
parent
b8ad6fbd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
mysql-test/mysql-test-run.pl
mysql-test/mysql-test-run.pl
+1
-0
mysql-test/suite/innodb/t/create_isl_with_direct.test
mysql-test/suite/innodb/t/create_isl_with_direct.test
+0
-6
No files found.
mysql-test/mysql-test-run.pl
View file @
499ef7bf
...
...
@@ -4521,6 +4521,7 @@ sub extract_warning_lines ($$) {
qr|Linux Native AIO|
,
# warning that aio does not work on /dev/shm
qr|InnoDB: io_setup\(\) attempt|
,
qr|InnoDB: io_setup\(\) failed with EAGAIN|
,
qr/InnoDB: Failed to set (O_DIRECT|DIRECTIO_ON) on file/
,
qr|setrlimit could not change the size of core files to 'infinity';|
,
qr|feedback plugin: failed to retrieve the MAC address|
,
qr|Plugin 'FEEDBACK' init function returned error|
,
...
...
mysql-test/suite/innodb/t/create_isl_with_direct.test
View file @
499ef7bf
--
disable_query_log
call
mtr
.
add_suppression
(
"InnoDB: Failed to set .*DIRECT"
);
# The below mtr suppression to avoid failure in solaris platform.
CALL
mtr
.
add_suppression
(
"
\\
[ERROR
\\
] InnoDB: Failed to set DIRECTIO_ON on file.*"
);
--
enable_query_log
--
source
include
/
not_embedded
.
inc
--
source
include
/
have_innodb
.
inc
--
source
include
/
have_symlink
.
inc
...
...
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