subunit-ls time handling if time not first instruction broken
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
subunit |
Fix Released
|
Critical
|
Robert Collins |
Bug Description
test: canonical.
time: 2011-05-20 16:37:05.820858Z
will cause
Traceback (most recent call last):
File "/usr/bin/
test.
File "/home/
protocol.
File "/home/
self.
File "/home/
self.
File "/home/
self.
File "/usr/lib/
return self.decorated.
File "/home/
test_duration = self._time() - self._start_time
TypeError: unsupported operand type(s) for -: 'datetime.datetime' and 'int'
Related branches
Changed in subunit: | |
status: | New → Triaged |
importance: | Undecided → Critical |
summary: |
- time handling if time not first instruction broken + subunit-ls time handling if time not first instruction broken |
Changed in subunit: | |
assignee: | nobody → Robert Collins (lifeless) |
milestone: | none → next |
Changed in subunit: | |
status: | Triaged → Fix Committed |
Changed in subunit: | |
status: | Fix Committed → Fix Released |