Bill Farner created AURORA-1166:
-----------------------------------
Summary: aurora update status subcommand does not filter by update
status
Key: AURORA-1166
URL: https://issues.apache.org/jira/browse/AURORA-1166
Project: Aurora
Issue Type: Bug
Components: Client, Technical Debt
Reporter: Bill Farner
The command advertises that it shows information about active updates:
{noformat}
status Display detailed status information about a scheduler-
driven in-progress update.
{noformat}
Based on that, i should not be able to fetch a completed update:
{noformat}
$ aurora beta-update status devcluster/vagrant/test/http_example 2>/dev/null |
grep 'Current status'
Current status: ROLLED_FORWARD
{noformat}
Due to the way the client is querying, it is selecting an arbitrary update in
the history of a job.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)