nose-devs / nose

nose is nicer testing for python
http://readthedocs.org/docs/nose/en/latest/
1.36k stars 395 forks source link

Multiprocess test timeout doesn't print log #1044

Open markflyhigh opened 7 years ago

markflyhigh commented 7 years ago

When multiprocess test timeout (interrupted by TimedOutException), only stacktrace appears in console, no INFO and DEBUG logs.

I have many integration tests running in multiprocess mode against on service. Sometimes test job takes too long to finish and failed in TimedOutException. INFO and DEBUG logs contain many job information and very useful for debugging in this case.

I disabled log capture plugin by having --nologcapture flag but doesn't work.