Maxim Khutornenko created AURORA-917:
----------------------------------------
Summary: "aurora job create" gives misleading error when used to
create a cron job
Key: AURORA-917
URL: https://issues.apache.org/jira/browse/AURORA-917
Project: Aurora
Issue Type: Bug
Components: Client
Reporter: Maxim Khutornenko
Priority: Critical
When attempting to create a cron job via "aurora job create" the client errors
out with a vague error code but the job is still created:
{noformat}
vagrant@192:~$ aurora2 job create devcluster/vagrant/test/cron_hello_world4
aurora/examples/jobs/cron_hello_world.aurora
log(info): Creating job cron_hello_world4
log(info): Checking status of devcluster/vagrant/test/cron_hello_world4
Error occurred while creating job devcluster/vagrant/test/cron_hello_world4
log(info): Command terminated with error code 4
{noformat}
The V2 job create syntax should fail fast when attempted with a cron job.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)