[
https://issues.apache.org/jira/browse/OOZIE-1977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14138521#comment-14138521
]
Shwetha G S commented on OOZIE-1977:
------------------------------------
Because of jira formatting. The output in the jenkins job
https://builds.apache.org/job/oozie-trunk-precommit-build/1970/console is as
follows. While posting on jira, we should use noformat tags.
{noformat}
----------------------------
+1 PATCH_APPLIES
+1 CLEAN
-1 RAW_PATCH_ANALYSIS
-1 the patch seems to contain 1 line(s) with @author tags
+ authorTagsDetails=`grep "^+" ${PATCHFILE} | grep -v "^+++" | grep -i
-e ".*\*.* @author"`
+1 the patch does not introduce any tabs
+1 the patch does not introduce any trailing spaces
-1 the patch contains 1 line(s) longer than 132 characters
+ longLinesDetails=`grep "^+" ${PATCHFILE} | grep -v "^+++" | awk
'BEGIN{lines=""}{if ( length > 133 ) { lines=lines $0 "\n"} }END{ print lines}'`
+1 the patch does adds/modifies 1 testcase(s)
+1 RAT
+1 the patch does not seem to introduce new RAT warnings
+1 JAVADOC
+1 the patch does not seem to introduce new Javadoc warnings
+1 COMPILE
+1 HEAD compiles
+1 patch compiles
+1 the patch does not seem to introduce new javac warnings
+1 BACKWARDS_COMPATIBILITY
+1 the patch does not change any JPA Entity/Colum/Basic/Lob/Transient
annotations
+1 the patch does not modify JPA files
-1 TESTS
Tests run: 1518
Tests failed: 1
Tests errors: 0
The patch failed the following testcases:
testCoordLogStreaming(org.apache.oozie.TestCoordinatorEngineStreamLog)
+1 DISTRO
+1 distro tarball builds with the patch
----------------------------
-1 Overall result, please check the reported -1(s)
{noformat}
> Display patch analysis issues
> -----------------------------
>
> Key: OOZIE-1977
> URL: https://issues.apache.org/jira/browse/OOZIE-1977
> Project: Oozie
> Issue Type: Sub-task
> Reporter: Shwetha G S
> Assignee: Shwetha G S
> Fix For: trunk
>
> Attachments: OOZIE-1977-v2.patch, OOZIE-1977.patch
>
>
> Currently, RAW_PATCH_ANALYSIS displays this
> {noformat}
> -1 RAW_PATCH_ANALYSIS
> +1 the patch does not introduce any @author tags
> +1 the patch does not introduce any tabs
> -1 the patch contains 1 line(s) with trailing spaces
> +1 the patch does not introduce any line longer than 132
> +1 the patch does adds/modifies 3 testcase(s)
> {noformat}
> Its painful to figure out the lines causing the issue
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)