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 "Marcel Reutegger (JIRA)" <ji...@apache.org> on 2015/10/07 09:39:26 UTC

[jira] [Comment Edited] (OAK-3405) Avoid instanceof check in LastRevRecoveryAgent

    [ 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)