test_prepare_holds_startup_lock() fails spuriously
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
High
|
Gavin Panella | ||
1.5 |
Fix Released
|
Undecided
|
Gavin Panella | ||
maas (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Trusty |
New
|
Undecided
|
Unassigned |
Bug Description
[Test Case]
No test case; the code that's being patched is only a test and does not actually appear in the package.
[Description of the problem]
This happened when trying to land a documentation-only branch:
=======
FAIL: maasserver.
-------
_StringException: Traceback (most recent call last):
File "/tmp/tarmac/
self.
File "/usr/lib/
raise self.failureExc
AssertionError: True is not false
I've disabled the test and added an XXX.
Related branches
- Gavin Panella (community): Approve
-
Diff: 19 lines (+0/-2)1 file modifiedsrc/maasserver/rpc/tests/test_regionservice.py (+0/-2)
- Gavin Panella (community): Approve
-
Diff: 19 lines (+0/-2)1 file modifiedsrc/maasserver/rpc/tests/test_regionservice.py (+0/-2)
Changed in maas: | |
assignee: | nobody → Gavin Panella (allenap) |
status: | Triaged → In Progress |
description: | updated |
Changed in maas (Ubuntu): | |
status: | New → Fix Released |
I have run increasingly large subsets of the maasserver test suite several hundred times and I can't reproduce this. I suspect there was an external factor, like a left-over process, interfering with the test run. I'm going to reenable this test and and hope it either never reappears, or someone is able to reproduce it reliably.