[Koha-bugs] [Bug 15032] Plack testing -- Stage MARC records for import -- Internal Server Error/Stalled Staged Import

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 26 17:28:18 CET 2015


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

--- Comment #10 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 44011
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=44011&action=edit
Bug 15032: Make sure the filehandle is not close on background mode

With Plack, when a file is uploaded for import, the fh created on
this file in Koha::Upload is closed.
To be sure we are using an opened one, we need to open it in the current
scope.

Test plan:
1) Go to Tools --> Stage MARC records for import.
2) Upload file and click Import.
3) Click Stage for Import.
You should not get any error and the records have been correctly
staged.

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


More information about the Koha-bugs mailing list