Return-Path: X-Original-To: apmail-aurora-reviews-archive@minotaur.apache.org Delivered-To: apmail-aurora-reviews-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7163918555 for ; Tue, 30 Jun 2015 20:10:11 +0000 (UTC) Received: (qmail 66632 invoked by uid 500); 30 Jun 2015 20:10:11 -0000 Delivered-To: apmail-aurora-reviews-archive@aurora.apache.org Received: (qmail 66582 invoked by uid 500); 30 Jun 2015 20:10:11 -0000 Mailing-List: contact reviews-help@aurora.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: reviews@aurora.apache.org Delivered-To: mailing list reviews@aurora.apache.org Received: (qmail 66559 invoked by uid 99); 30 Jun 2015 20:10:11 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jun 2015 20:10:11 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 5D378AC6AD; Tue, 30 Jun 2015 20:10:09 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============0356720604726919428==" MIME-Version: 1.0 Subject: Review Request 36063: Make e2e test fail when a command fails. From: "Kevin Sweeney" To: "Bill Farner" Cc: "Kevin Sweeney" , "Aurora" Date: Tue, 30 Jun 2015 20:10:09 -0000 Message-ID: <20150630201009.13308.95636@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: "Kevin Sweeney" X-ReviewGroup: Aurora X-Auto-Response-Suppress: DR, RN, OOF, AutoReply X-ReviewRequest-URL: https://reviews.apache.org/r/36063/ X-Sender: "Kevin Sweeney" Reply-To: "Kevin Sweeney" X-ReviewRequest-Repository: aurora --===============0356720604726919428== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36063/ ----------------------------------------------------------- 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 --===============0356720604726919428==--