Glance test suite failure on precise due to bypass of upstream test wrapper
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| glance (Ubuntu) |
High
|
Chuck Short | ||
| Saucy |
High
|
Chuck Short |
Bug Description
=======
ERROR: glance.
-------
_StringException: Traceback (most recent call last):
File "/build/
self.
TypeError: 'bool' object has no attribute '__getitem__'
-------
2013-10-04 15:08:56.432 13815 DEBUG glance.notifier [-] Converted strategy alias rabbit to glance.
-------
-------
James Page (james-page) wrote : | #1 |
Changed in glance (Ubuntu): | |
status: | New → In Progress |
assignee: | nobody → Chuck Short (zulcss) |
importance: | Undecided → High |
summary: |
- Glance test suite failure on precise. + Glance test suite failure on precise due to bypass of upstream test + wrapper |
Launchpad Janitor (janitor) wrote : | #2 |
This bug was fixed in the package glance - 1:2013.
---------------
glance (1:2013.
[ Chuck Short ]
* debian/rules: Run the full testsuite using the upstream wrapper including
functional tests for glance, also fixes test failures on Ubuntu 12.04 with
Havana Cloud Archive (LP: #1236376).
-- James Page <email address hidden> Tue, 08 Oct 2013 13:55:49 +0100
Changed in glance (Ubuntu Saucy): | |
status: | In Progress → Fix Released |
Although the test failure is not seen in Saucy, we are currently incorrectly running unit tests using nosetests directly; the proposed fix uses the run_test.sh wrapper which also executes the functional tests.
Tested on Saucy and 12.04 with Havana Cloud Archive OK.