[
https://issues.apache.org/jira/browse/JCR-1478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12579876#action_12579876
]
Dominique Pfister commented on JCR-1478:
----------------------------------------
The latest commit (revision 638362) introduced a new private variable "log" in
AbstractConcurrencyTest. Unfortunately, the derived class
ConcurrentReadWriteTest referenced the public variable "log" in JUnitTest (of
type LogPrintWriter), which is now hidden and building jackrabbit-core fails:
/Users/dpfister/Projects/jackrabbit/jackrabbit-core/src/test/java/org/apache/jackrabbit/core/ConcurrentReadWriteTest.java:[102,8]
log has private access in org.apache.jackrabbit.core.AbstractConcurrencyTest
> Perform random operation tests
> ------------------------------
>
> Key: JCR-1478
> URL: https://issues.apache.org/jira/browse/JCR-1478
> Project: Jackrabbit
> Issue Type: Test
> Components: jackrabbit-core
> Reporter: Marcel Reutegger
> Priority: Minor
>
> As discussed on the mailing list and in other jira issues it makes sense to
> execute tests that perform random operations on the repository. This helps us
> detect concurrency issues in jackrabbit and increase code coverage.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.