You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Francesco Mari (JIRA)" <ji...@apache.org> on 2016/01/11 18:09:39 UTC

[jira] [Created] (OAK-3862) Move integration tests in a different Maven module

Francesco Mari created OAK-3862:
-----------------------------------

             Summary: Move integration tests in a different Maven module
                 Key: OAK-3862
                 URL: https://issues.apache.org/jira/browse/OAK-3862
             Project: Jackrabbit Oak
          Issue Type: Improvement
            Reporter: Francesco Mari
            Assignee: Francesco Mari


While moving the Segment Store and related packages into its own bundle, I figured out that integration tests contained in {{oak-core}} contribute to a cyclic dependency between the (new) {{oak-segment}} bundle and {{oak-core}}.

The dependency is due to the usage of {{NodeStoreFixture}} to instantiate different implementations of {{NodeStore}} in a semi-transparent way.

Tests depending on {{NodeStoreFixture}} are most likely integration tests. A clean solution to this problem would be to move those integration tests into a new Maven module, referencing the API and implementation modules as needed.



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