[Koha-bugs] [Bug 14158] New: t/db_dependent/www/search_utf8.t hangs if error is returned

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 6 17:03:37 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14158

            Bug ID: 14158
           Summary: t/db_dependent/www/search_utf8.t hangs if error is
                    returned
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Test Suite
          Assignee: chris at bigballofwax.co.nz
          Reporter: tomascohen at gmail.com
        QA Contact: gmcharlt at gmail.com

There is currently a bug with the stage-marc-import.pl when the plugins are
disabled. It raises a "Internal server error" page.

I noticed that Koha_Master_U14 (the task on jenkins that runs the mentioned
test) just hangs waiting for output of the test.

This should be fixed.

To reproduce:

- Checkout 4e0468e8c2587fa4f51cb22b59ac5466383bbab1 (a commit without the fix
for the specific problem that raises the test problem).
- Set the environment for running the test:
export KOHA_USER=kohaadmin
export KOHA_PASS=katikoan
export KOHA_INTRANET_URL="<paste your intranet url>"
export KOHA_OPAC_URL="<paste your opac url>"
- Run the test:
prove t/db_dependent/www/search_utf8.t
=> FAIL: You will see something like this on the output while the test just
hangs:
t/db_dependent/www/search_utf8.t .. 3/64 Error GETing
http://koha-dev.biblioadmin/cgi-bin/koha/tools/stage-marc-import.pl: Internal
Server Error at t/db_dependent/www/search_utf8.t line 127.
# Looks like you planned 64 tests but ran 4.
# Looks like your test exited with 255 just after 4.

and the prompt is not released. At all.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list