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

Allen Wittenauer commented on YETUS-389:
----------------------------------------

Relevant jenkins bits:

{code}
YETUS_ARGS=("--basedir=${BASEDIR}" "${YETUS_ARGS[@]}")
YETUS_ARGS=("--build-url-artifacts=artifact/out" "${YETUS_ARGS[@]}")
YETUS_ARGS=("--console-urls" "${YETUS_ARGS[@]}")
YETUS_ARGS=("--docker" "${YETUS_ARGS[@]}")
YETUS_ARGS=("--dockerfile=${BASEDIR}/dev-support/docker/Dockerfile" 
"${YETUS_ARGS[@]}")
YETUS_ARGS=("--empty-patch" "${YETUS_ARGS[@]}")
YETUS_ARGS=("--findbugs-home=/opt/findbugs" "${YETUS_ARGS[@]}")
YETUS_ARGS=("--console-report-file=${ARTIFACTS}/console-report.txt" 
"${YETUS_ARGS[@]}")
YETUS_ARGS=("--html-report-file=${ARTIFACTS}/console-report.html" 
"${YETUS_ARGS[@]}")
YETUS_ARGS=("--jenkins" "${YETUS_ARGS[@]}")
YETUS_ARGS=("--mvn-custom-repos" "${YETUS_ARGS[@]}")
YETUS_ARGS=("--patch-dir=${ARTIFACTS}" "${YETUS_ARGS[@]}")
YETUS_ARGS=("--plugins=all,-author,-compile,-javac,-cc" "${YETUS_ARGS[@]}")
YETUS_ARGS=("--project=hadoop" "${YETUS_ARGS[@]}")
YETUS_ARGS=("--resetrepo" "${YETUS_ARGS[@]}")
YETUS_ARGS=("--sentinel" "${YETUS_ARGS[@]}")
YETUS_ARGS=("--tests-filter=cc,checkstyle,javac,javadoc,pylint,shellcheck,whitespace"
 "${YETUS_ARGS[@]}")

TESTPATCHBIN=${YETUSDIR}/precommit/test-patch.sh
/bin/bash ${TESTPATCHBIN} "${YETUS_ARGS[@]}"
{code}

> unit reporting is flaky under certain circumstances
> ---------------------------------------------------
>
>                 Key: YETUS-389
>                 URL: https://issues.apache.org/jira/browse/YETUS-389
>             Project: Yetus
>          Issue Type: Bug
>            Reporter: Allen Wittenauer
>         Attachments: archive.zip
>
>
> got a report last night from qbt against hadoop that doesn't make much sense. 
>  It looks like if compile,etc are turned off but unit still runs, things get 
> weird?  See first comment.



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

Reply via email to