test isolation error in remote tests
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
High
|
Unassigned |
Bug Description
affects bzr
status confirmed
importance high
done
This is likely affecting test accuracy
^^^^[log from
bzrlib.
-------
Traceback (most recent call last):
File
"/home/
if not self.branch_
File
"/home/
self.
File
"/home/
self.
File
"/home/
r = Registry.get(self, format_string)
File
"/home/
return self._dict[
File
"/home/
raise KeyError('Key is None, and no default key is set')
KeyError: 'Key is None, and no default key is set'
--
tags: | added: selftest |
tags: | added: check-for-breezy |
tags: | removed: check-for-breezy |
Is this still valid and how can it be reproduced ?