[
https://issues.apache.org/jira/browse/OAK-1491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13968404#comment-13968404
]
Michael Dürig commented on OAK-1491:
------------------------------------
Also [observed|http://ci.apache.org/builders/oak-trunk-win7/builds/5307]:
{noformat}
java.lang.AssertionError
at org.junit.Assert.fail(Assert.java:92)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertTrue(Assert.java:54)
at
org.apache.jackrabbit.oak.spi.commit.BackgroundObserverTest.concurrentObservers(BackgroundObserverTest.java:60)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
at
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
{noformat}
> ObservationTest failure on Windows
> ----------------------------------
>
> Key: OAK-1491
> URL: https://issues.apache.org/jira/browse/OAK-1491
> Project: Jackrabbit Oak
> Issue Type: Bug
> Components: core, jcr
> Environment: http://ci.apache.org/builders/oak-trunk-win7
> Reporter: Michael Dürig
> Assignee: Michael Dürig
> Labels: observation
> Fix For: 1.1
>
>
> {{ObservationTest}} fails often on some Windows machines:
> {noformat}
> 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)
> {noformat}
> and
> {noformat}
> 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)
> {noformat}
> I have the suspicion this is an issue with the test similar to OAK-1486
--
This message was sent by Atlassian JIRA
(v6.2#6252)