[Bug 770328] [NEW] REST qrunner sometimes does not exit after tests exception

Barry Warsaw 770328 at bugs.launchpad.net
Mon Apr 25 17:32:57 CEST 2011


Public bug reported:

When the test suite gets an exception in the REST qrunner, it sometimes
prevents the qrunner from exiting.  The symptom of this is that the next
time you try to run the test suite, you'll get an Address In Use error
early on.  This is because the test suite will try to start a new REST
qrunner, which wants to bind to port 9001, but that's already in use by
the "zombie" qrunner.

The workaround is fairly simple.  Just kill -HUP the zombie from the
shell.  Once it exits, the port gets freed up and the test suite will
work again.

** Affects: mailman
     Importance: Undecided
         Status: New


** Tags: mailman3

-- 
You received this bug notification because you are a member of Mailman
Coders, which is subscribed to GNU Mailman.
https://bugs.launchpad.net/bugs/770328

Title:
  REST qrunner sometimes does not exit after tests exception


More information about the Mailman-coders mailing list