[
https://issues.apache.org/jira/browse/OAK-3405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14946434#comment-14946434
]
Marcel Reutegger edited comment on OAK-3405 at 10/7/15 7:38 AM:
----------------------------------------------------------------
Reopening because test fails on Jenkins:
{noformat}
java.lang.NullPointerException
at
org.apache.jackrabbit.oak.plugins.document.mongo.MongoMissingLastRevSeekerTest.after(MongoMissingLastRevSeekerTest.java:50)
{noformat}
was (Author: mreutegg):
Reopening because test fails on Jenkins:
{noformat}
org.junit.internal.AssumptionViolatedException: got: <[null]>, expected: each
not null
at org.junit.Assume.assumeThat(Assume.java:70)
at org.junit.Assume.assumeNotNull(Assume.java:47)
at
org.apache.jackrabbit.oak.plugins.document.mongo.MongoMissingLastRevSeekerTest.before(MongoMissingLastRevSeekerTest.java:42)
{noformat}
> Avoid instanceof check in LastRevRecoveryAgent
> ----------------------------------------------
>
> Key: OAK-3405
> URL: https://issues.apache.org/jira/browse/OAK-3405
> Project: Jackrabbit Oak
> Issue Type: Bug
> Components: core, mongomk
> Affects Versions: 1.3.4
> Reporter: Marcel Reutegger
> Assignee: Marcel Reutegger
> Labels: technical_debt
> Fix For: 1.3.8
>
>
> Similar to OAK-3390, the instanceof check in LastRevRecoveryAgent does not
> work when the MongoDocumentStore is wrapped.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)