Tempest is dumping debug-level messages to console output
Bug #1207066 reported by
Matt Riedemann
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tempest |
Fix Released
|
High
|
Matthew Treinish |
Bug Description
I'm running Tempest locally on a RHEL 6.4 installation using the latest code from github on master and executing with nosetests, not using a virtual environment, and I just started seeing (within the last 24 hours) the debug level messages going straight to the console:
http://
Apparently this is showing up in the gate also:
Changed in tempest: | |
assignee: | nobody → Matthew Treinish (treinish) |
importance: | Undecided → High |
milestone: | none → havana-3 |
status: | New → Triaged |
Changed in tempest: | |
status: | Triaged → Fix Released |
To post a comment you must log in.
It looks like change I31b460e454123a 4211c0a8a1dc91b bfd562ce81a with sha f4a9b0f55fa29f5 e1a50777b009033 5cb71188f5 may be causing this.
From a logging perspective this takes the console logs from about 2.5MB uncompressed to 20MB uncompressed. It adds a bunch of noise. It would be better to do like nova and friends and capture these logs into a file if necessary.