Hello Adar Dembo,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/7123
to review the following change.
Change subject: benchmarks: add set -o pipefail
......................................................................
benchmarks: add set -o pipefail
It seems that our automated benchmarks job was failing to build for the
last several days, but we didn't notice because it didn't use
'pipefail'. Thus the 'make | tee build.log' failure didn't actually
cause the script to exit with a bad status code, and we kept running the
binaries from a previous revision.
Change-Id: I6ab66e85cf39c6513da61e472c85e34da77205fc
---
M src/kudu/scripts/benchmarks.sh
1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/23/7123/1
--
To view, visit http://gerrit.cloudera.org:8080/7123
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6ab66e85cf39c6513da61e472c85e34da77205fc
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>