You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Prashant Wason (Jira)" <ji...@apache.org> on 2020/01/31 06:49:00 UTC

[jira] [Created] (HUDI-587) Jacoco coverage report is not generated

Prashant Wason created HUDI-587:
-----------------------------------

             Summary: Jacoco coverage report is not generated
                 Key: HUDI-587
                 URL: https://issues.apache.org/jira/browse/HUDI-587
             Project: Apache Hudi (incubating)
          Issue Type: Bug
            Reporter: Prashant Wason


When running tests, the jacoco coverage report is not generated. The jacoco plugin is loaded, it sets the correct Java Agent line, bit it fails to find the execution data file after tests complete.

Example:

mvn test -Dtest=TestHoodieActiveTimeline

...

22:42:40 [INFO] --- jacoco-maven-plugin:0.7.8:prepare-agent (pre-unit-test) @ hudi-common ---
22:42:40 [INFO] *surefireArgLine set to -javaagent:/home/pwason/.m2/repository/org/jacoco/org.jacoco.agent/0.7.8/org.jacoco.agent-0.7.8-runtime.jar=destfile=/home/pwason/work/java/incubator-hudi/hudi-common/target/coverage-reports/jacoco-**ut.exec*

...

22:42:49 [INFO] --- jacoco-maven-plugin:0.7.8:report (post-unit-test) @ hudi-common ---
22:42:49 [INFO] *Skipping JaCoCo execution due to missing execution data file.*

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)