brian wickman created AURORA-602:
------------------------------------
Summary: e2e tests broken due to "aurora run" hanging
Key: AURORA-602
URL: https://issues.apache.org/jira/browse/AURORA-602
Project: Aurora
Issue Type: Bug
Components: Testing
Reporter: brian wickman
There is a TODO in the end to end test with no associated ticket:
{noformat}
#echo "== Probing job via 'aurora run'"
# TODO(mchucarroll): Get "run" working: the vagrant configuration currently
doesn't set up ssh
# to allow automatic logins to the slaves. "aurora run" therefore tries to
prompt the user for
# a password, finds that it's not running in a TTY, and aborts.
runlen=$(vagrant ssh -c "aurora run $jobkey 'pwd'" | wc -l)
test $runlen -eq 2
{noformat}
I'm guessing that the last two lines should also be commented out, but they're
not, and it's causing the end-to-end tests to hang at this point for me.
--
This message was sent by Atlassian JIRA
(v6.2#6252)