You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What Operating System are you using (both controller, and any agents involved in the problem)?
N/A
Reproduction steps
create a war with containing jacoco
run the PCT Tests
Expected Results
all jacoco tests pass (and the jacoco hook is run correctly)
Actual Results
the tests fail as the jacoco hook is not excersized and does not add jacoco:prepare-agent to the mvn arguments when adding tests.
ExecutionFileLoaderTest.testLoadBundleWithExecFile and a few others require a jacoco file which is provided when running the tests.
Anything else?
possibly affects all other plugins as well that are not using incrementals (that would inline the parent groupId) as well as potential plugins that are but are to be tested locally
The text was updated successfully, but these errors were encountered:
Jenkins and plugins versions report
Environment
Plugin hooks are not run as the code is checking incorrect data (pom) that is not fully populated.
The maven model is a minimal representation of the actual pom and is both brittle and incomplete.
As mentioned in #486 (comment)
What Operating System are you using (both controller, and any agents involved in the problem)?
N/A
Reproduction steps
create a war with containing jacoco
run the PCT Tests
Expected Results
all jacoco tests pass (and the jacoco hook is run correctly)
Actual Results
the tests fail as the jacoco hook is not excersized and does not add
jacoco:prepare-agent
to the mvn arguments when adding tests.ExecutionFileLoaderTest.testLoadBundleWithExecFile
and a few others require a jacoco file which is provided when running the tests.Anything else?
possibly affects all other plugins as well that are not using incrementals (that would inline the parent groupId) as well as potential plugins that are but are to be tested locally
The text was updated successfully, but these errors were encountered: