Konrad Windszus created JCRVLT-505:
--------------------------------------
Summary: Separate unit test from integration tests
Key: JCRVLT-505
URL: https://issues.apache.org/jira/browse/JCRVLT-505
Project: Jackrabbit FileVault
Issue Type: Improvement
Components: vlt
Reporter: Konrad Windszus
Assignee: Konrad Windszus
Fix For: 3.4.10
Currently all tests are executed by maven-surefire-plugin twice in the artifact
{{org.apache.jackrabbit.vault}}. Once with Jackrabbit and once with Oak.
This is useless for all Unit Tests (as they should not differ) and only makes
sense for real integration tests. Therefore the integration test should instead
be executed by maven-failsafe-plugin. For that they need to be renamed to be
included
(https://maven.apache.org/surefire/maven-failsafe-plugin/integration-test-mojo.html).
Also only the ITs should be executed twice.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)