From 43241f3667dec686ef66b5a6d0426f0e3af6714b Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Mon, 28 Oct 2019 11:21:18 -0400 Subject: [PATCH] some expected exceptions --- qa/test_output_webifier.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qa/test_output_webifier.pl b/qa/test_output_webifier.pl index 1b67bf5a8..476bf65eb 100755 --- a/qa/test_output_webifier.pl +++ b/qa/test_output_webifier.pl @@ -215,10 +215,11 @@ sub print_pass_or_fail { my $p_error_count = shift; my $p_subpage_return_value = 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{'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'} = 6; # Cannot connect to offline DB: Error: http://google.github.io/lovefield/error_lookup/src/error_lookup.html $exception{'Installing OpenSRF'} = 1 ; # grep: /etc/apache2/httpd.conf: No such file or directory $exception{'Restarting Apache'} = 1 ; # There are processes named 'apache2' running which do not match your pid file which are left untouched in the name of safety, Please review the situation by hand. ... (warning). + $exception{'Installing AngularJS web client'} = 6; # ERROR LOG: 'Error loading shared worker', Event{isTrusted: true} if (! defined $exception{$p_subpage}) { $exception{$p_subpage} = 0; -- 2.11.0