X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=lib%2FZOOM%2FIRSpy%2FTest%2FSearch%2FBib1.pm;h=1d5c0e785c6b682f05655b519217f2871dca5d7a;hb=887ada2b0c58be15e4e0551fd0cee8672c9fbdb1;hp=64c0d0e2c378e875bae7fe93bd39d630da72526d;hpb=9d4080a34de173459de92addb712853190f66ceb;p=irspy-moved-to-github.git diff --git a/lib/ZOOM/IRSpy/Test/Search/Bib1.pm b/lib/ZOOM/IRSpy/Test/Search/Bib1.pm index 64c0d0e..1d5c0e7 100644 --- a/lib/ZOOM/IRSpy/Test/Search/Bib1.pm +++ b/lib/ZOOM/IRSpy/Test/Search/Bib1.pm @@ -51,11 +51,13 @@ sub error { $conn->log("irspy_test", "search on access-point $attr had error: ", $exception); update($conn, $attr, 0); + zoom_error_timeout_update($conn, $exception); - return ZOOM::IRSpy::Status::TEST_BAD - if ($exception->code() == 1 || # permanent system error - $exception->code() == 235 || # Database does not exist - $exception->code() == 109); # Database unavailable +# Commented out because TEST_BAD causes sibling tests to be skipped. +# return ZOOM::IRSpy::Status::TEST_BAD +# if ($exception->code() == 1 || # permanent system error +# $exception->code() == 235 || # Database does not exist +# $exception->code() == 109); # Database unavailable return ZOOM::IRSpy::Status::TASK_DONE; } @@ -68,5 +70,4 @@ sub update { 'ok' => $ok); } - 1;