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 "Alex Parvulescu (JIRA)" <ji...@apache.org> on 2016/06/09 14:34:20 UTC

[jira] [Comment Edited] (OAK-4447) RepositorySidegrade: oak-segment to oak-segment-tar migrate without external datastore

    [ https://issues.apache.org/jira/browse/OAK-4447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15322598#comment-15322598 ] 

Alex Parvulescu edited comment on OAK-4447 at 6/9/16 2:33 PM:
--------------------------------------------------------------

there's a test failing if Mongo is not present, I'll fix this shortly.
fixed with http://svn.apache.org/viewvc?rev=1747557&view=rev

{noformat}
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 3.121 sec <<< FAILURE!
initializationError(org.apache.jackrabbit.oak.upgrade.cli.blob.MissingBlobStoreTest)  Time elapsed: 0.003 sec  <<< ERROR!
org.junit.AssumptionViolatedException: got: <false>, expected: is <true>
	at org.junit.Assume.assumeThat(Assume.java:95)
	at org.junit.Assume.assumeTrue(Assume.java:41)
	at org.apache.jackrabbit.oak.upgrade.cli.container.MongoNodeStoreContainer.<init>(MongoNodeStoreContainer.java:57)
{noformat}


was (Author: alex.parvulescu):
there's a test failing if Mongo is not present, I'll fix this shortly
{noformat}
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 3.121 sec <<< FAILURE!
initializationError(org.apache.jackrabbit.oak.upgrade.cli.blob.MissingBlobStoreTest)  Time elapsed: 0.003 sec  <<< ERROR!
org.junit.AssumptionViolatedException: got: <false>, expected: is <true>
	at org.junit.Assume.assumeThat(Assume.java:95)
	at org.junit.Assume.assumeTrue(Assume.java:41)
	at org.apache.jackrabbit.oak.upgrade.cli.container.MongoNodeStoreContainer.<init>(MongoNodeStoreContainer.java:57)
{noformat}

> RepositorySidegrade: oak-segment to oak-segment-tar migrate without external datastore
> --------------------------------------------------------------------------------------
>
>                 Key: OAK-4447
>                 URL: https://issues.apache.org/jira/browse/OAK-4447
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: segment-tar, upgrade
>            Reporter: Alex Parvulescu
>            Assignee: Alex Parvulescu
>             Fix For: 1.5.3
>
>         Attachments: OAK-4447-with-test.patch, upgrade-nods.patch
>
>
> I'd like to submit a patch for being able to run the sidegrade from oak-segment to oak-segment-tar without the need to have the external datastore connected.



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