[
https://issues.apache.org/jira/browse/OAK-10991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17869853#comment-17869853
]
Julian Reschke edited comment on OAK-10991 at 7/31/24 10:30 AM:
----------------------------------------------------------------
Turns out that most of the document store tests do not use FixturesHelper, but
AbstractDocumentStoreTest - and that has indeed the problem described above.
For now, added "oak.skipMongo" system property.
was (Author: reschke):
Turns out that most of the document store tests do not use FixturesHelper, but
AbstractDocumentStoreTest - and that has indeed the problem described above.
> document-store: allow to skip tests for MongoDB
> -----------------------------------------------
>
> Key: OAK-10991
> URL: https://issues.apache.org/jira/browse/OAK-10991
> Project: Jackrabbit Oak
> Issue Type: New Feature
> Components: documentmk, test
> Reporter: Julian Reschke
> Assignee: Julian Reschke
> Priority: Major
> Fix For: 1.68.0
>
>
> Currently, tests against MongoDB are run either when available locally, or
> when docker is present. This is problematic when a CI job should *only* test
> something else, such as RDB.
> Suggestion: either add a new toggle, or define a "special" value for
> "mongo.url", which will prevent the (slow) docker-based fallback.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)