The failure is: deleteChangedNode[org.apache.jackrabbit.oak.jcr.NodeStoreFixture$DocumentFixture@35b314bd](org.apache.jackrabbit.oak.jcr.ConflictResolutionTest) Time elapsed: 1.987 sec <<< FAILURE! java.lang.AssertionError at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertTrue(Assert.java:52) at org.apache.jackrabbit.oak.jcr.ConflictResolutionTest.deleteChangedNode(ConflictResolutionTest.java:100)
I think this is caused by @RunWith(Parallelized.class) on the base class AbstractRepositoryTest. The test hooks into the logger and may get messages from other tests running concurrently. Created: https://issues.apache.org/jira/browse/OAK-3643 Regards Marcel On 16/11/15 18:12, "Travis CI" wrote: Build Update for apache/jackrabbit-oak ------------------------------------- Build: #6856 Status: Broken Duration: 1438 seconds Commit: dd520783ca4d81299c24a6ce284d1245f14481b8 (1.0) Author: Davide Giannella Message: [maven-release-plugin] prepare for next development iteration git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/branches/1.0@1714608 13f79535-47bb-0310-9956-ffa450edef68 View the changeset: https://github.com/apache/jackrabbit-oak/compare/b17be18de227...dd520783ca4d View the full build log and details: https://travis-ci.org/apache/jackrabbit-oak/builds/91405008 -- sent by Jukka's Travis notification gateway
