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 2017/07/03 14:56:00 UTC

[jira] [Commented] (OAK-6062) Test failure: CopyBinariesTest.validateMigration

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

Marcel Reutegger commented on OAK-6062:
---------------------------------------

My suspicion right now is, this may be related to a cache inconsistency. More specifically, the RDBDocumentStore does not use a cache changes tracker in {{bulkUpdate()}}. This was introduced in the {{MongoDocumentStore}} implementation with OAK-4112, but is not present in {{RDBDocumentStore}}.

> Test failure: CopyBinariesTest.validateMigration
> ------------------------------------------------
>
>                 Key: OAK-6062
>                 URL: https://issues.apache.org/jira/browse/OAK-6062
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: continuous integration, documentmk
>            Reporter: Hudson
>            Assignee: Marcel Reutegger
>              Labels: CI, flaky-test, jenkins
>             Fix For: 1.8
>
>
> Jenkins CI failure: https://builds.apache.org/view/J/job/Jackrabbit%20Oak/
> The build Jackrabbit Oak #146 has failed.
> First failed run: [Jackrabbit Oak #146|https://builds.apache.org/job/Jackrabbit%20Oak/146/] [console log|https://builds.apache.org/job/Jackrabbit%20Oak/146/console]
> The test failure is:
> {noformat}
> org.apache.jackrabbit.oak.upgrade.cli.blob.CopyBinariesTest
> validateMigration[Copy references, no blobstores defined, document -> segment-tar](org.apache.jackrabbit.oak.upgrade.cli.blob.CopyBinariesTest)  Time elapsed: 2.534 sec  <<< ERROR!
> javax.jcr.RepositoryException: Failed to copy content
> 	at org.apache.jackrabbit.oak.upgrade.cli.blob.CopyBinariesTest.prepare(CopyBinariesTest.java:183)
> Caused by: java.lang.IllegalStateException: Branch with failed reset
> 	at org.apache.jackrabbit.oak.upgrade.cli.blob.CopyBinariesTest.prepare(CopyBinariesTest.java:183)
> Caused by: org.apache.jackrabbit.oak.api.CommitFailedException: OakOak0100: Branch reset failed
> 	at org.apache.jackrabbit.oak.upgrade.cli.blob.CopyBinariesTest.prepare(CopyBinariesTest.java:183)
> Caused by: org.apache.jackrabbit.oak.plugins.document.DocumentStoreException: Empty branch cannot be reset
> 	at org.apache.jackrabbit.oak.upgrade.cli.blob.CopyBinariesTest.prepare(CopyBinariesTest.java:183)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)