stefan-egli commented on pull request #466:
URL: https://github.com/apache/jackrabbit-oak/pull/466#issuecomment-1015491693


   oak-store-document that failed in run 5 succeeded in run 6 and 7 - so it 
does look like a flaky test. the 
[failure](https://ci-builds.apache.org/job/Jackrabbit/job/oak-trunk-pr/view/change-requests/job/PR-466/5/testReport/org.apache.jackrabbit.oak.plugins.document/)
 is:
   ```
   [ERROR] invalidateAfterSelfRecovery[RDBFixture: 
RDB-H2(file)](org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreSweepIT)
  Time elapsed: 0.063 s  <<< ERROR!
   org.apache.jackrabbit.oak.plugins.document.DocumentStoreException: 
Configured cluster node id 1 already in use: needs recovery and 
machineId/instanceId do not match: 
mac:0ad0cf3a6cc0//home/jenkins/jenkins-agent/workspace/Jackrabbit_oak-trunk-pr_PR-466/oak-store-document
 != 
mac:2a990ba80ef4//home/jenkins/jenkins-agent/workspace/Jackrabbit_oak-trunk-pr_PR-466/oak-store-document
        at 
org.apache.jackrabbit.oak.plugins.document.ClusterNodeInfo.createInstance(ClusterNodeInfo.java:629)
        at 
org.apache.jackrabbit.oak.plugins.document.ClusterNodeInfo.getInstance(ClusterNodeInfo.java:471)
        at 
org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore.<init>(DocumentNodeStore.java:582)
        at 
org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreBuilder.build(DocumentNodeStoreBuilder.java:168)
        at 
org.apache.jackrabbit.oak.plugins.document.DocumentMK$Builder.getNodeStore(DocumentMK.java:478)
        at 
org.apache.jackrabbit.oak.plugins.document.AbstractTwoNodeTest.setUp(AbstractTwoNodeTest.java:107)
   ```
   which looks like a test race condition between the previous test case and 
`invalidateAfterSelfRecovery`. 
   
   It's not exactly clear to me why it fails though .. but I don't consider 
this as a blocker for this PR


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to