Repository: tez Updated Branches: refs/heads/master aeb7038c3 -> dca4566b2
TEZ-2990. Change test-patch.sh to run through all tests, despite failures in upstream modules. (sseth) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/dca4566b Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/dca4566b Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/dca4566b Branch: refs/heads/master Commit: dca4566b25c31beff904113169801eb2e9cb4f34 Parents: aeb7038 Author: Siddharth Seth <[email protected]> Authored: Fri Dec 11 11:45:51 2015 -0800 Committer: Siddharth Seth <[email protected]> Committed: Fri Dec 11 11:45:51 2015 -0800 ---------------------------------------------------------------------- CHANGES.txt | 1 + build-tools/test-patch.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/dca4566b/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index cc5ff5a..f22303c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -9,6 +9,7 @@ INCOMPATIBLE CHANGES TEZ-2949. Allow duplicate dag names within session for Tez. ALL CHANGES: + TEZ-2990. Change test-patch.sh to run through all tests, despite failures in upstream modules TEZ-2798. NPE when executing TestMemoryWithEvents::testMemoryScatterGather. TEZ-2963. RecoveryService#handleSummaryEvent exception with HDFS transparent encryption + kerberos authentication. TEZ-2966. Tez does not honor mapreduce.task.timeout http://git-wip-us.apache.org/repos/asf/tez/blob/dca4566b/build-tools/test-patch.sh ---------------------------------------------------------------------- diff --git a/build-tools/test-patch.sh b/build-tools/test-patch.sh index d1d5a24..e1fa0fb 100755 --- a/build-tools/test-patch.sh +++ b/build-tools/test-patch.sh @@ -606,7 +606,7 @@ runTests () { test_logfile=$PATCH_DIR/testrun.txt echo " Running tests " echo " $MVN clean install -fn -D${PROJECT_NAME}PatchProcess" - $MVN clean install -fae > $test_logfile 2>&1 + $MVN clean install -fn > $test_logfile 2>&1 test_build_result=$? cat $test_logfile module_test_timeouts=`$AWK '/^Running / { if (last) { print last } last=$2 } /^Tests run: / { last="" }' $test_logfile`
