Skip to content

Commit

Permalink
TEZ-2990. Change test-patch.sh to run through all tests, despite fail…
Browse files Browse the repository at this point in the history
…ures in upstream modules. (sseth)
  • Loading branch information
sidseth committed Dec 11, 2015
1 parent aeb7038 commit dca4566
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build-tools/test-patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit dca4566

Please sign in to comment.