yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #10909
[Bug 1276885] Re: fail_gracefully can exit test suite
** Changed in: keystone
Status: Fix Committed => Fix Released
** Changed in: keystone
Milestone: None => icehouse-3
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1276885
Title:
fail_gracefully can exit test suite
Status in OpenStack Identity (Keystone):
Fix Released
Bug description:
If an exception happens in the startup phase of keystone (not handling
a request) it falls through to the handler @fail_gracefully which is
designed to print a big warning message and exit the application.
This makes sense for running keystone but in the case of tests what it
means is that the exit() call shuts down the subunit thread running
the tests and leads to difficult to diagnose failures being reported -
or missed.
In the case of testing @fail_gracefully should fail very ungracefully.
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1276885/+subscriptions
References