Bugzilla – Attachment 95336 Details for
Bug 24022
Z3950Responder tests are failing randomly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24022: Try to fix 'connect failed'
Bug-24022-Try-to-fix-connect-failed.patch (text/plain), 1.59 KB, created by
Jonathan Druart
on 2019-11-12 16:36:04 UTC
(
hide
)
Description:
Bug 24022: Try to fix 'connect failed'
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2019-11-12 16:36:04 UTC
Size:
1.59 KB
patch
obsolete
>From 9c398b831eee1ae56da1f4e6e4f937c90247b628 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 12 Nov 2019 17:34:42 +0100 >Subject: [PATCH] Bug 24022: Try to fix 'connect failed' > >I am assuming that the tests fail on Jenkins's nodes because they are >too slow. The server is not setup yet when we are trying to access it. >Just a guess... > >Note that sleep is usually a bad idea... >--- > t/db_dependent/Koha/Z3950Responder/GenericSession.t | 2 +- > t/db_dependent/Koha/Z3950Responder/ZebraSession.t | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/t/db_dependent/Koha/Z3950Responder/GenericSession.t b/t/db_dependent/Koha/Z3950Responder/GenericSession.t >index 5f0a18d7b1..fd52dde5bc 100644 >--- a/t/db_dependent/Koha/Z3950Responder/GenericSession.t >+++ b/t/db_dependent/Koha/Z3950Responder/GenericSession.t >@@ -90,7 +90,7 @@ subtest 'test_search' => sub { > $z->start(); > exit; > } >- sleep(1); >+ sleep(10); # Just a try to see if it fixes Jenkins > > # Z39.50 protocol tests > my $o = new ZOOM::Options(); >diff --git a/t/db_dependent/Koha/Z3950Responder/ZebraSession.t b/t/db_dependent/Koha/Z3950Responder/ZebraSession.t >index 8e39b0b0ca..4ba1a60571 100644 >--- a/t/db_dependent/Koha/Z3950Responder/ZebraSession.t >+++ b/t/db_dependent/Koha/Z3950Responder/ZebraSession.t >@@ -88,7 +88,7 @@ subtest 'test_search' => sub { > $z->start(); > exit; > } >- sleep(1); >+ sleep(10); # Just a try to see if it fixes Jenkins > > my $o = new ZOOM::Options(); > $o->option(preferredRecordSyntax => 'xml'); >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 24022
:
95332
|
95333
|
95336
|
95362
|
95363
|
95364