1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

MDEV-4169: mysql-test-run doesn't strip expected warnings (setrlimit)

This commit is contained in:
Elena Stepanova
2013-02-14 16:27:55 +04:00
parent 768b62fe2f
commit 395de7306f

View File

@@ -4448,6 +4448,7 @@ sub extract_warning_lines ($) {
qr|Table '\..mtr.test_suppressions' is marked as crashed and should be repaired|,
qr|InnoDB: Error: table 'test/bug39438'|,
qr|table.*is full|,
qr|setrlimit could not change the size of core files to 'infinity';|,
);
my $matched_lines= [];