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 2014/05/23 21:42:02 UTC

[jira] [Created] (AURORA-473) V2 client lacks informative output when updating

Bill Farner created AURORA-473:
----------------------------------

             Summary: V2 client lacks informative output when updating
                 Key: AURORA-473
                 URL: https://issues.apache.org/jira/browse/AURORA-473
             Project: Aurora
          Issue Type: Story
          Components: Client
            Reporter: Bill Farner


This is visible in the end-to-end tests, where the v1 client displays job update progress:
{noformat}
+ vagrant ssh -c 'aurora update devcluster/vagrant/test/http_example /vagrant/src/test/sh/org/apache/aurora/e2e/http/http_example_updated.aurora'
 INFO] Updating job: http_example
 INFO] Starting job update.
 INFO] Examining instances: [0]
 INFO] Killing instances: [0]
 INFO] Instances killed
 INFO] Adding instances: [0]
 INFO] Instances added
 INFO] Watching instances: [0]
 INFO] Detected RUNNING instance 0
{noformat}

The v2 client lacks this:
{noformat}
+ vagrant ssh -c 'aurora2 job update devcluster/vagrant/test/http_example /vagrant/src/test/sh/org/apache/aurora/e2e/http/http_example_updated.aurora'
Warning: this update is a large change. Press ^C within 5 seconds to abort
++ vagrant ssh -c 'aurora2 task run devcluster/vagrant/test/http_example '\''pwd'\'''
{noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)