Koha/t/db_dependent/www
Jonathan Druart 8255a18edc Bug 14158: www search tests - Cleanup at the end
When something wrong happen, the parent process is waiting for the
children to finish, but they have been zombified and the test hangs.

To fix that, we should ensure that the cleanup is correctly done and
that the processes are correctly killed.

Test plan:
export KOHA_USER=koha
export KOHA_PASS=koha
export KOHA_INTRANET_URL=http://do_not_exist_but_its_expected
export KOHA_OPAC_URL=http://another_url
prove t/db_dependent/www/search_utf8.t

Without this patch, the tests will hang
With the patch applied, they won't!

Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar>

Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
2016-03-30 13:42:41 +00:00
..
data Bug 13264: Follow up on record files: deleted fields (952/995) with items info 2015-01-13 12:43:27 -03:00
auth_values_input_www.t Bug 10363: (QA followups) Fix tests 2015-10-21 17:23:38 -03:00
batch.t Bug 8300: Add mechanized unit test for batch import 2013-05-01 07:57:11 -04:00
history.t Bug 13579: Prefer like instead of ok to match a regex 2015-01-14 12:24:29 -03:00
search_utf8.t Bug 14158: www search tests - Cleanup at the end 2016-03-30 13:42:41 +00:00