Commit 347c33d6 authored by kaa@polly.(none)'s avatar kaa@polly.(none)

Fix for bug #32080: Excessive warnings on Solaris: setrlimit could not

change the size of core files.

Suppress the 'setrlimit could not change the size of the core files'
warning in mysql-test-run. We do not want core files on some of the
PushBuild hosts, and PushBuild itself does not set --core-files, so
that warning is expected.
parent 74bc350b
...@@ -346,7 +346,10 @@ sub mtr_report_stats ($) { ...@@ -346,7 +346,10 @@ sub mtr_report_stats ($) {
# BUG#29839 - lowercase_table3.test: Cannot find table test/T1 # BUG#29839 - lowercase_table3.test: Cannot find table test/T1
# from the internal data dictiona # from the internal data dictiona
/Cannot find table test\/BUG29839 from the internal data dictionary/ /Cannot find table test\/BUG29839 from the internal data dictionary/ or
# BUG#32080 - Excessive warnings on Solaris: setrlimit could not
# change the size of core files
/setrlimit could not change the size of core files to 'infinity'/
) )
{ {
next; # Skip these lines next; # Skip these lines
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment