You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Bill Farner (JIRA)" <ji...@apache.org> on 2015/03/03 22:08:06 UTC

[jira] [Updated] (AURORA-1165) aurora update status subcommand shows invalid date values

     [ https://issues.apache.org/jira/browse/AURORA-1165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bill Farner updated AURORA-1165:
--------------------------------
    Description: 
Welcome to the future, folks!

{noformat}
$ aurora beta-update status devcluster/vagrant/test/http_example
 INFO] 
 INFO] 
Job: devcluster/vagrant/test/http_example, UpdateID: cae5a13d-6ba9-43b4-9875-deff64b114ce
Started Sat Aug 26 22:03:40 47139
, last updated: Sun Aug 27 02:05:07 47139

Current status: ROLLED_FORWARD
Update events:
  Status: ROLLING_FORWARD at Sat Aug 26 22:03:40 47139
  
  Status: ROLLED_FORWARD at Sun Aug 27 02:05:07 47139
{noformat}

This is because a value in milliseconds is passed to {{time.ctime}}, which expects seconds.

  was:
Welcome to the future, folks!

{noformat}
$ aurora beta-update status devcluster/vagrant/test/http_example
 INFO] 
 INFO] 
Job: devcluster/vagrant/test/http_example, UpdateID: cae5a13d-6ba9-43b4-9875-deff64b114ce
Started Sat Aug 26 22:03:40 47139
, last updated: Sun Aug 27 02:05:07 47139

Current status: ROLLED_FORWARD
Update events:
  Status: ROLLING_FORWARD at Sat Aug 26 22:03:40 47139
  
  Status: ROLLED_FORWARD at Sun Aug 27 02:05:07 47139
{noformat}

This is because a value in milliseconds is passed to {{time.ctime}}.


> aurora update status subcommand shows invalid date values
> ---------------------------------------------------------
>
>                 Key: AURORA-1165
>                 URL: https://issues.apache.org/jira/browse/AURORA-1165
>             Project: Aurora
>          Issue Type: Bug
>          Components: Client, Technical Debt
>            Reporter: Bill Farner
>            Assignee: Bill Farner
>
> Welcome to the future, folks!
> {noformat}
> $ aurora beta-update status devcluster/vagrant/test/http_example
>  INFO] 
>  INFO] 
> Job: devcluster/vagrant/test/http_example, UpdateID: cae5a13d-6ba9-43b4-9875-deff64b114ce
> Started Sat Aug 26 22:03:40 47139
> , last updated: Sun Aug 27 02:05:07 47139
> Current status: ROLLED_FORWARD
> Update events:
>   Status: ROLLING_FORWARD at Sat Aug 26 22:03:40 47139
>   
>   Status: ROLLED_FORWARD at Sun Aug 27 02:05:07 47139
> {noformat}
> This is because a value in milliseconds is passed to {{time.ctime}}, which expects seconds.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)