You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@aurora.apache.org by Bill Farner <wf...@apache.org> on 2015/07/14 19:49:50 UTC

Re: Review Request 36063: Make e2e test fail when a command fails.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/36063/#review91643
-----------------------------------------------------------


Kevin - is this ready to land?

- Bill Farner


On June 30, 2015, 8:10 p.m., Kevin Sweeney wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/36063/
> -----------------------------------------------------------
> 
> (Updated June 30, 2015, 8:10 p.m.)
> 
> 
> Review request for Aurora and Bill Farner.
> 
> 
> Bugs: AURORA-1378
>     https://issues.apache.org/jira/browse/AURORA-1378
> 
> 
> Repository: aurora
> 
> 
> Description
> -------
> 
> Make e2e test fail correctly.
> 
> This doesn't fix the test (still investigating the root cause there), but causes it to be properly broken.
> 
> 
> Diffs
> -----
> 
>   src/test/sh/org/apache/aurora/e2e/test_kerberos_end_to_end.sh 79377c387232269094029314b677afeb21ee46ea 
> 
> Diff: https://reviews.apache.org/r/36063/diff/
> 
> 
> Testing
> -------
> 
> ```
> + + grep -q 'shiro_audit_logging_enabled 1'
> + curl -s localhost:8081/vars
> + tear_down 1
> + local retcode=1
> + sudo cp /vagrant/examples/vagrant/clusters.json /etc/aurora/clusters.json
> + sudo stop aurora-scheduler-kerberos
> aurora-scheduler-kerberos stop/waiting
> + sudo rm -f /etc/init/aurora-scheduler-kerberos.conf
> + sudo start aurora-scheduler
> aurora-scheduler start/running, process 13559
> + [[ 1 -ne 0 ]]
> + echo
> 
> + echo '!!! FAILED'
> !!! FAILED
> + echo
> ```
> 
> 
> Thanks,
> 
> Kevin Sweeney
> 
>