Created attachment 870206 [details] truncated Description of problem: If the time remaining is a bit far in the future, for instance 2999 days. The string is truncated. Version-Release number of selected component (if applicable): develop How reproducible: 100% Steps to Reproduce: 1. Clone a job such as: J:3563 2. Waiting until the first task runs 3. Actual results: Time Remaining 2999 da Expected results: Time Remaining 2999 day(s) Additional info:
Users really shouldn't be setting expiry times that long, but the result display redesign for bug 1013445 may want to take this into account.
I think this is a real bug. It seems until the './start' is recorded, the '2999 days' is the reported kill time. I've tried this on a couple of recipes now and found that to be the case, See J:3658 on beaker-devel for example.
(In reply to Raymond Mancy from comment #3) > I think this is a real bug. It seems until the './start' is recorded, the > '2999 days' is the reported kill time. I filed bug 1074345 for that. This one will be purely about the display truncation.
On Gerrit: http://gerrit.beaker-project.org/2900
Created attachment 872936 [details] Verify BZ#1072133 Verify: [root@dhcp-65-142 ~]# bkr watchdog-extend 112590 --by=259113600 259113599 From the attachment, it shows correctly.
Beaker 0.16.0 has been released.