List:Commits« Previous MessageNext Message »
From:Alexey Kopytov Date:November 23 2007 10:13am
Subject:bk commit into 5.1 tree (kaa:1.2594) BUG#32080
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of kaa. When kaa does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2007-11-23 13:13:37+03:00, kaa@polly.(none) +1 -0
  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.

  mysql-test/lib/mtr_report.pl@stripped, 2007-11-23 13:13:27+03:00, kaa@polly.(none) +4 -1
    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 machines, and PushBuild itself does not set --core-files, so
    that warning is expected.

diff -Nrup a/mysql-test/lib/mtr_report.pl b/mysql-test/lib/mtr_report.pl
--- a/mysql-test/lib/mtr_report.pl	2007-08-13 13:35:07 +04:00
+++ b/mysql-test/lib/mtr_report.pl	2007-11-23 13:13:27 +03:00
@@ -346,7 +346,10 @@ sub mtr_report_stats ($) {
 
                 # BUG#29839 - lowercase_table3.test: Cannot find table test/T1
                 #             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
Thread
bk commit into 5.1 tree (kaa:1.2594) BUG#32080Alexey Kopytov23 Nov