Reviewed: https://review.openstack.org/303053 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=863b17000910001ec5bab0ebb6f7f205e7b8935d Submitter: Jenkins Branch: master
commit 863b17000910001ec5bab0ebb6f7f205e7b8935d Author: Assaf Muller <[email protected]> Date: Thu Apr 7 16:07:06 2016 -0400 Fix functional tests logging Turns out the patch with Git commit hash prefix 13993764 disabled functional tests logging completely. This patch fixes that by moving the neutron-db-manage logging setup from import to the main function. Fixing that, it looks like patch with Git commit hash prefix 4980f031fe7 turned off DEBUG level logging for functional tests. I changed the tests default logging from INFO to DEBUG to fix that. Closes-Bug: #1567613 Change-Id: If02c18af20a236514409f37fa993224903877a8b ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1567613 Title: Functional tests logging configured incorrectly Status in neutron: Fix Released Bug description: Functional tests output per-test logs produced by the test runner processes to /tmp/dsvm-functional-logs, and those files are then copied so they're accessible when viewing logs produced by CI runs. However, logging seems to be set incorrectly and most of the files are empty whereas they didn't used to be. This makes troubleshooting other functional tests CI failures more difficult than it needs to be. Both of these patches caused the issue: https://review.openstack.org/#/c/296849/ https://review.openstack.org/#/c/296542/ To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1567613/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

