← Back to team overview

maria-developers team mailing list archive

Re: TokuDB test suite failures when building at Launchpad

 

Hi, Otto!

On Feb 04, Otto Kekäläinen wrote:
> 2015-02-04 1:21 GMT+02:00 Sergei Golubchik <serg@xxxxxxxxxxx>:
> > I can give you a patch that you apply and run another build in the
> > Launchpad build system. Would that be ok?
> 
> Yes, please :)

Try this one:

=== modified file 'mysql-test/mysql-test-run.pl'
--- mysql-test/mysql-test-run.pl
+++ mysql-test/mysql-test-run.pl
@@ -4886,6 +4886,10 @@ sub extract_warning_lines ($$) {
   }
   $Fwarn = undef; # Close file
 
+  if (@$matched_lines) {
+    $matched_lines = [ @lines ];
+  }
+
   if (scalar(@$matched_lines) > 0 &&
       defined($last_warning_position->{$error_log}{test_names})) {
     return ($last_warning_position->{$error_log}{test_names}, $matched_lines);

Regards,
Sergei


Follow ups

References