Good afternoon,
on my local ConcurrentBlobTest randomly fails (see below for details).
It's not blocking as normally I simply re-run the build and it won't
reappear but it's there.
I gave a quick search around and didn't find any references to it.
Do you want me to file an issue to keep track of it?
(details below)
Cheers
Davide
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.jackrabbit.oak.spi.blob.ConcurrentBlobTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.093
sec <<< FAILURE!
test(org.apache.jackrabbit.oak.spi.blob.ConcurrentBlobTest) Time
elapsed: 0.061 sec <<< ERROR!
java.lang.IllegalArgumentException: The block with id
2d34e0912bae50bace91d3dd77ca3482bf35b9742a2bdf907473f34d8483dce6@0 was
not found
at
org.apache.jackrabbit.oak.spi.blob.AbstractBlobStore.load(AbstractBlobStore.java:332)
at
org.apache.jackrabbit.oak.spi.blob.AbstractBlobStore.readBlock(AbstractBlobStore.java:320)
at
org.apache.jackrabbit.oak.spi.blob.AbstractBlobStore.readBlob(AbstractBlobStore.java:306)
at
org.apache.jackrabbit.oak.spi.blob.ConcurrentBlobTest$1.call(ConcurrentBlobTest.java:58)
at
org.apache.jackrabbit.oak.commons.concurrent.Concurrent$1.run(Concurrent.java:54)
Running org.apache.jackrabbit.oak.spi.blob.FileBlobStoreTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.92 sec
Running org.apache.jackrabbit.oak.spi.blob.MemoryBlobStoreTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.108 sec
Results :
Tests in error:
test(org.apache.jackrabbit.oak.spi.blob.ConcurrentBlobTest): The block
with id
2d34e0912bae50bace91d3dd77ca3482bf35b9742a2bdf907473f34d8483dce6@0 was
not found
$ env
TERM_PROGRAM=Apple_Terminal
SHELL=/bin/bash
TMPDIR=/var/folders/d3/yxwv5yn5715fk31lq36lnk780000gn/T/
Apple_PubSub_Socket_Render=/tmp/launch-qQFSpt/Render
TERM_PROGRAM_VERSION=326
TERM_SESSION_ID=07EE9DED-B29F-4FC0-BE7B-78594A2A66DC
SVN_EDITOR=emacs
__CF_USER_TEXT_ENCODING=0x1F5:0:0
MAVEN_OPTS=-Xmx1024m -XX:MaxPermSize=512m
__CHECKFIX1436934=1
LANG=en_GB.UTF-8
SHLVL=1
$ mvn -version
Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17
16:22:22+0100)
Maven home: /usr/local/maven
Java version: 1.6.0_65, vendor: Apple Inc.
Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
Default locale: en_US, platform encoding: MacRoman
OS name: "mac os x", version: "10.9.2", arch: "x86_64", family: "mac"