Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium Target-2.7.4

New issue 1212 by [email protected]: Errors happening in Python's `logging` module should not fail a test case
http://code.google.com/p/robotframework/issues/detail?id=1212

If Python's `logging` module is used and a invalid message is logged through it, the test where this happens fails. Since logging is auxiliary, and it might be that the invalid log message comes from a third party tool, failing the test may be too radical.

This could be fixed so that instead of failing the test, we just log a message telling that there was a failure in logging message, and additionally log the traceback.

Reply via email to