cannot print debug messages in tests (trivial)
Bug #1181925 reported by
Ryota Mibu
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
Low
|
Ryota Mibu |
Bug Description
We cannot get debug messages in the most unit tests that use BaseTestCase in quantum/
In BaseTestCase, fixtures.FakeLogger was used with its default logging level (INFO) instead of quantum/openstack logger.
So, even though setting debug=True in quantum/
I think it is useful that there is a option to show DEBUG messages in those unit tests, especially when you run individual tests for debugging.
# The default should be kept in INFO, because I got over 80MB output by "tox -e py27" with setting FakeLogger level to DEBUG.
Changed in quantum: | |
importance: | Undecided → Low |
milestone: | none → havana-1 |
milestone: | havana-1 → havana-2 |
Changed in quantum: | |
milestone: | havana-2 → havana-1 |
Changed in quantum: | |
status: | Fix Committed → Fix Released |
Changed in neutron: | |
milestone: | havana-1 → 2013.2 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/29742
Review: https:/