Isolated ConcurrentGcTest failure
---------------------------------
Key: JCR-3012
URL: https://issues.apache.org/jira/browse/JCR-3012
Project: Jackrabbit Content Repository
Issue Type: Bug
Reporter: Jukka Zitting
Priority: Minor
I experienced the following test failure on Jackrabbit trunk. I can't reproduce it as it seems
to be caused by some unique scheduling coincidence, but it might be good to look deeper into
what could be causing this.
Tests run: 29, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 12.117 sec <<< FAILURE!
testDatabases(org.apache.jackrabbit.core.data.ConcurrentGcTest) Time elapsed: 0.1 sec <<<
ERROR!
org.apache.jackrabbit.core.data.DataStoreException: SHA-1 temporary entry deleted: id=TEMP_65632a37-38b1-44c4-ab6e-be27f279902d
length=3
at org.apache.jackrabbit.core.data.db.DbDataStore.addRecord(DbDataStore.java:401)
at org.apache.jackrabbit.core.data.ConcurrentGcTest.doTest(ConcurrentGcTest.java:133)
at org.apache.jackrabbit.core.data.ConcurrentGcTest.doTestDatabase(ConcurrentGcTest.java:103)
at org.apache.jackrabbit.core.data.ConcurrentGcTest.testDatabases(ConcurrentGcTest.java:64)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
|