We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32c1725 commit 764b893Copy full SHA for 764b893
mysql-test/lib/My/Debugger.pm
@@ -81,6 +81,7 @@ my %debuggers = (
81
options => '_RR_TRACE_DIR={log} rr record {exe} {args} --loose-skip-innodb-use-native-aio --loose-innodb-flush-method=fsync',
82
run => 'env',
83
pre => sub {
84
+ push @::global_suppressions, qr/InnoDB: native AIO failed/;
85
::mtr_error('rr requires kernel.perf_event_paranoid <= 1')
86
if ::mtr_grab_file('/proc/sys/kernel/perf_event_paranoid') > 1;
87
}
0 commit comments