From: Jason Etheridge Date: Tue, 16 Jan 2018 17:35:10 +0000 (-0500) Subject: suppress these lovefield offline DB errors for now, redux X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f717524e369e48d4aeed38c11b13cf6d2f17bf0f;p=working%2Frandom.git suppress these lovefield offline DB errors for now, redux --- diff --git a/qa/test_output_webifier.pl b/qa/test_output_webifier.pl index 3afa8f4f6..66aeefb3d 100755 --- a/qa/test_output_webifier.pl +++ b/qa/test_output_webifier.pl @@ -152,7 +152,7 @@ sub print_pass_or_fail { my $subpage = shift; my $exception = {}; # keyed on subpage, value = # of expected errors $exception{'Log Output: osrfsys.log'} = 3; # open-ils.cstore ERROR from live_t/08-lp1366964-libdbi-error.t (and related) - $exception{'Running Evergreen browser client build/test'} = 7; # Cannot connect to offline DB: Error: http://google.github.io/lovefield/error_lookup/src/error_lookup.html + $exception{'Running Evergreen browser client build/test'} = 6; # Cannot connect to offline DB: Error: http://google.github.io/lovefield/error_lookup/src/error_lookup.html if (! defined $exception{$subpage}) { $exception{$subpage} = 0; }