Bugzilla – Attachment 64169 Details for
Bug 18411
t/db_dependent/www/search_utf8.t fails
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18411: Fix one test.
Bug-18411-Fix-one-test.patch (text/plain), 1.62 KB, created by
Mark Tompsett
on 2017-06-09 23:28:24 UTC
(
hide
)
Description:
Bug 18411: Fix one test.
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2017-06-09 23:28:24 UTC
Size:
1.62 KB
patch
obsolete
>From 3c0587fe417763fcc25d4d2a9929061bd1acda33 Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Fri, 9 Jun 2017 19:23:49 -0400 >Subject: [PATCH] Bug 18411: Fix one test. > >TEST PLAN >--------- >export KOHA_INTRANET_URL=... >prove -v t/db_dependent/www/search_utf8.t > >something like seen before failure: >t/db_dependent/www/search_utf8.t .. 9/66 Error GETing http://koha_16_11:8080/cgi-bin/koha/tools/background-job-progress.pl?jobID=741d649f9d4472fe75f30761ba2488c0: Bad Request at t/db_dependent/www/search_utf8.t line 170. > >apply this patch >prove -v t/db_dependent/www/search_utf8.t > >Now it is the marc staging that is failing. >And that is failing in master for me. >So, I don't think it is the test that is a problem at this point, >but the actual staged marc records process. >--- > t/db_dependent/www/search_utf8.t | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > >diff --git a/t/db_dependent/www/search_utf8.t b/t/db_dependent/www/search_utf8.t >index 7a10888..c0d3a27 100644 >--- a/t/db_dependent/www/search_utf8.t >+++ b/t/db_dependent/www/search_utf8.t >@@ -168,9 +168,8 @@ sub test_search{ > # if we haven't completed the batch in two minutes, it's not happening > for my $counter ( 1 .. 24 ) { > $agent->get( >- "$intranet/cgi-bin/koha/tools/background-job-progress.pl?jobID=$jobID", >- "get job progress" >- ); >+ "$intranet/cgi-bin/koha/tools/background-job-progress.pl?jobID=$jobID" >+ ); # get job progress > $jsonresponse = decode_json $agent->content(); > if ( $jsonresponse->{'job_status'} eq 'completed' ) { > $completed = 1; >-- >2.1.4
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 18411
:
64169
|
64172
|
64199