[ 
https://issues.apache.org/jira/browse/YETUS-23?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15002078#comment-15002078
 ] 

Sean Busbey commented on YETUS-23:
----------------------------------

+1

nit?:

{code}
+    module_findbugs_warnings=$("${FINDBUGS_HOME}/bin/filterBugs" -first \
+        "${PATCH_BRANCH}" \
+        "${warnings_file}.xml" \
+        "${warnings_file}.xml" \
+        | ${AWK} '{print $1}')
+
+    if [[ ${module_findbugs_warnings} -gt 0 ]] ; then
+      msg="${module} in ${PATCH_BRANCH} has ${module_findbugs_warnings} extant 
Findbugs warnings."
{code}

should we be checking the exit code of filterBugs?

> convertXmlToText keeps failing
> ------------------------------
>
>                 Key: YETUS-23
>                 URL: https://issues.apache.org/jira/browse/YETUS-23
>             Project: Yetus
>          Issue Type: Bug
>          Components: Test Patch
>            Reporter: Allen Wittenauer
>            Assignee: Allen Wittenauer
>            Priority: Blocker
>             Fix For: YETUS-83
>
>         Attachments: YETUS-23.00.patch, YETUS-23.01.patch
>
>
> We are constantly seeing convertXmlToText errors in the YETUS-83 beta test. 
> Multiple runs of the same patch give different results, so there's clearly a 
> race condition of some sort. My hunch is low memory, but clearly lack data on 
> the how and why's.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to