GNOME Bugzilla – Bug 772656
Fix souphttpsrc tests without CK_FORK=no
Last modified: 2016-10-31 14:34:47 UTC
Created attachment 337279 [details] [review] patch It seems that the forked processes all attempt to handle the listening socket from the server, and only one has to shutdown the socket to break the server completely. Create a new server inside each test to avoid this.
commit 6deab72e108b466d8509b415780e3481f7bf5a83 Author: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> Date: Sun Oct 9 16:56:10 2016 +0200 tests: Fix souphttpsrc tests without CK_FORK=no It seems that the forked processes all attempt to handle the listening socket from the server, and only one has to shutdown the socket to break the server completely. Create a new server inside each test to avoid this. https://bugzilla.gnome.org/show_bug.cgi?id=772656