bhabegger commented on code in PR #2729:
URL: https://github.com/apache/jackrabbit-oak/pull/2729#discussion_r3360919920
##########
oak-upgrade/src/test/java/org/apache/jackrabbit/oak/upgrade/cli/blob/LoopbackBlobStoreTest.java:
##########
@@ -81,6 +82,7 @@ public void
getBlobIdShouldReturnTheSameValuePassedExceptOfNull(
}
+ @Ignore("Now throws IllegalArgumentException")
Review Comment:
This I don't know if it was just locally or otherwise. The problem is that
we have an @NotNull annotation on `BlobStore.getBlobId` which in my local run
of the test lead to a `IllegalArgumentException` instead of a
`NullPointerException`.
WDYT ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]