Skip to content

Commit 764b893

Browse files
committed
suppress 'InnoDB: native AIO failed' under rr
1 parent 32c1725 commit 764b893

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mysql-test/lib/My/Debugger.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ my %debuggers = (
8181
options => '_RR_TRACE_DIR={log} rr record {exe} {args} --loose-skip-innodb-use-native-aio --loose-innodb-flush-method=fsync',
8282
run => 'env',
8383
pre => sub {
84+
push @::global_suppressions, qr/InnoDB: native AIO failed/;
8485
::mtr_error('rr requires kernel.perf_event_paranoid <= 1')
8586
if ::mtr_grab_file('/proc/sys/kernel/perf_event_paranoid') > 1;
8687
}

0 commit comments

Comments
 (0)