You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by an...@apache.org on 2018/09/27 19:21:35 UTC

oozie git commit: OOZIE-3343 amend [build] [tests] Add the first five test errors per module to the report (kmarton via andras.piros)

Repository: oozie
Updated Branches:
  refs/heads/master 58c5a5579 -> 33aec49da


OOZIE-3343 amend [build] [tests] Add the first five test errors per module to the report (kmarton via andras.piros)


Project: http://git-wip-us.apache.org/repos/asf/oozie/repo
Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/33aec49d
Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/33aec49d
Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/33aec49d

Branch: refs/heads/master
Commit: 33aec49da4548d65aea84a6c97ebb2a5a94f336f
Parents: 58c5a55
Author: Andras Piros <an...@cloudera.com>
Authored: Thu Sep 27 21:20:52 2018 +0200
Committer: Andras Piros <an...@cloudera.com>
Committed: Thu Sep 27 21:20:52 2018 +0200

----------------------------------------------------------------------
 bin/test-patch-20-tests | 2 +-
 release-log.txt         | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/33aec49d/bin/test-patch-20-tests
----------------------------------------------------------------------
diff --git a/bin/test-patch-20-tests b/bin/test-patch-20-tests
index 02493bd..11e894b 100755
--- a/bin/test-patch-20-tests
+++ b/bin/test-patch-20-tests
@@ -135,7 +135,7 @@ save_failures() {
       mkdir -p "${TEST_RESULTS_DIR}"
     fi
 
-    rsync -qR "$(find . -name  'TEST*.xml' ! -path '*/test-patch/*'  -print0 | xargs -0 grep -El '<error|<failure')" "${TEST_RESULTS_DIR}"
+    rsync -qR $(find . -name  'TEST*.xml' ! -path '*/test-patch/*' -print0 | xargs -0 grep -El '<error|<failure') "${TEST_RESULTS_DIR}"
 }
 
 print_flakies() {

http://git-wip-us.apache.org/repos/asf/oozie/blob/33aec49d/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 588fc41..ff51553 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 5.1.0 release (trunk - unreleased)
 
+OOZIE-3343 amend [build] [tests] Add the first five test errors per module to the report (kmarton via andras.piros)
 OOZIE-3348 [Hive action] Remove dependency hive-contrib (kmarton via andras.piros)
 OOZIE-3340 [fluent-job] Create error handler ACTION only if needed (kmarton, andras.piros)
 OOZIE-3307 amend [core] Limit heap usage of LauncherAM (andras.piros)