Unwanted, and slightly worrying, text in test runs

Bug #997677 reported by Aaron Bentley
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
lazr.jobrunner
Triaged
High
Unassigned

Bug Description

$ make check
bin/nosetests
.........................Stale pidfile exists. Removing it.
ERROR: Pidfile (celeryd@node_name.pid) already exists.
Seems we're already running? (PID: 11839)
.Stale pidfile exists. Removing it.
Stale pidfile exists. Removing it.
.Stale pidfile exists. Removing it.
.
----------------------------------------------------------------------
Ran 28 tests in 49.589s

OK

Revision history for this message
Abel Deuring (adeuring) wrote :

I think this is caused by the tests that call JobRunnerCtl.kill(): celeryd processes are killed via SIGKILL, so they can't do the "normal cleaning" for a regular shut down. When another test starts new celeryd instances, we get this error (which I would consider to be a warning).

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.