Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
ObservationTest fails often on some Windows machines:
pathFilter[3](org.apache.jackrabbit.oak.jcr.observation.ObservationTest) Time elapsed: 0.864 sec <<< FAILURE! java.lang.AssertionError: Missing events: [path = /events/only/here/below/this, type = 1] at org.junit.Assert.fail(Assert.java:93) at org.junit.Assert.assertTrue(Assert.java:43) at org.apache.jackrabbit.oak.jcr.observation.ObservationTest.pathFilter(ObservationTest.java:315)
and
filterPropertyOfParent[2](org.apache.jackrabbit.oak.jcr.observation.ObservationTest) Time elapsed: 0.88 sec <<< FAILURE! java.lang.AssertionError: Missing events: [path = /test_node/a/jcr:primaryType, type = 4, path = /test_node/a/foo, type = 4, path = /test_node/a/b, type = 1] at org.junit.Assert.fail(Assert.java:93) at org.junit.Assert.assertTrue(Assert.java:43) at org.apache.jackrabbit.oak.jcr.observation.ObservationTest.filterPropertyOfParent(ObservationTest.java:614)
I have the suspicion this is an issue with the test similar to OAK-1486