Windmill logs useless messages when running tests
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Launchpad itself |
Won't Fix
|
Low
|
Deryck Hodge | ||
Bug Description
When running Windmill tests, you see messages like...
Started ['/tmp/
... and
test_results: ERROR Test Failure in test {'version': '0.1', 'suite_name': 'Translation documentation links', 'result': False, 'starttime': '2009-11-
The last message is especially annoying, since it looks like it's a test failure, when it in fact isn't.
Windmill currently hardcodes that logging should be set up. We could fix Windmill to allow logging to be turned off when calling start_windmill(), but for now, re-defining start_windmill() in LP should be fine, since it's really small.
| Changed in launchpad-foundations: | |
| status: | New → Triaged |
| importance: | Undecided → Low |
| tags: | added: windmill |
| Changed in launchpad: | |
| assignee: | nobody → Deryck Hodge (deryck) |
| status: | Triaged → Won't Fix |