Internal Jenkins has submitted this change and it was merged. Change subject: IMPALA-3572: FE unit test coverage report with Jacoco. ......................................................................
IMPALA-3572: FE unit test coverage report with Jacoco. This patch integrates Jacoco into Impala's FE test runs for getting a code coverage report. The instrumentation and reporting functionality is disabled by default, and must be enabled explicitly, e.g., like this: mvn test -DcodeCoverage The code coverage report is stored in this location: $IMPALA_HOME/logs/fe_tests/coverage With additional changes, Jacoco can also be used to get code coverage reports for our end-to-end tests, but that is left for future work. Change-Id: Id5e4f1b8afb91210d40622aadd3d21d7ed94c2a7 Reviewed-on: http://gerrit.cloudera.org:8080/3151 Reviewed-by: Alex Behm <[email protected]> Tested-by: Internal Jenkins --- M bin/impala-config.sh M bin/run-all-tests.sh M buildall.sh M fe/pom.xml 4 files changed, 81 insertions(+), 23 deletions(-) Approvals: Internal Jenkins: Verified Alex Behm: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/3151 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id5e4f1b8afb91210d40622aadd3d21d7ed94c2a7 Gerrit-PatchSet: 5 Gerrit-Project: Impala Gerrit-Branch: cdh5-2.6.0_5.8.0 Gerrit-Owner: Alex Behm <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: Internal Jenkins Gerrit-Reviewer: Tim Armstrong <[email protected]>
