** Changed in: task (Ubuntu Precise)
       Status: New => Fix Committed

** Changed in: task (Ubuntu Precise)
   Importance: Undecided => Medium

** Changed in: task (Ubuntu Precise)
     Assignee: (unassigned) => Bryce Harrington (bryce)

** Changed in: task (Ubuntu)
     Assignee: (unassigned) => Bryce Harrington (bryce)

** Description changed:

- The value 'Total active time' returned by 'task info' continues to
- increase when a task have been done without being stopped:
+ [Impact]
+ The value 'Total active time' returned by 'task info' continues to increase 
when a task have been done without being stopped.
  
+ [Development Fix]
+ The issue was fixed upstream. This fix has been backported to the 2.0.0 
version and uploaded to quantal
+ 
+ [Stable Fix]
+ Since we're including essentially the same version of task in precise and 
quantal, the same patch can be included in quantal.
+ 
+ [Test Case]
  $ task add Test
  Created task 41.
  $ task 1 start
  Starting task 1 'Test'.
  Started 1 task.
  $ task 1 done
  Completed task 41 'Test'.
  Completed 1 task.
  $ task 9c47cff1 info | grep "Total active time"
  Total active time 0:00:19
  $ task 9c47cff1 info | grep "Total active time"
  Total active time 0:00:21
  
  Upstream bug:  http://taskwarrior.org/issues/987
+ 
+ [Regression Potential]
+ None expected.  The patch merely adds to the test of an if condition, and is 
short enough to verify correctness by review.  There are no changes involving 
pointers.  So, regressions would be limited to behavioral changes for the info 
command.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/992854

Title:
  'Total active time' keeps increasing when a task is done

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/task/+bug/992854/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to