[
https://issues.apache.org/jira/browse/OAK-8720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16962512#comment-16962512
]
Matt Ryan commented on OAK-8720:
--------------------------------
The problem is on line 587 of
{{org.apache.jackrabbit.oak.jcr.binary.BinaryAccessIT}}. The
{{assertNotNull()}} call should be changed to {{assertNull()}} and the
assertion on line 588 should be removed.
> Test failure in oak-jcr due to direct binary access change
> ----------------------------------------------------------
>
> Key: OAK-8720
> URL: https://issues.apache.org/jira/browse/OAK-8720
> Project: Jackrabbit Oak
> Issue Type: Bug
> Components: jcr
> Affects Versions: 1.18.0
> Reporter: Matt Ryan
> Assignee: Matt Ryan
> Priority: Major
> Fix For: 1.20.0
>
>
> In OAK-8599 a change was made to the code to return null from the direct
> binary upload initiate call. This caused a test to fail in
> {{org.apache.jackrabbit.oak.jcr.binary.BinaryAccessIT}}.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)