stefan-egli commented on PR #1414: URL: https://github.com/apache/jackrabbit-oak/pull/1414#issuecomment-2057091565
this test was known to fail in the branch and is thus not related to this PR: ``` [INFO] Running org.apache.jackrabbit.oak.plugins.document.NodeDocumentRevisionCleanerTest Error: Tests run: 12, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.863 s <<< FAILURE! - in org.apache.jackrabbit.oak.plugins.document.NodeDocumentRevisionCleanerTest Error: testRecentRevisionsArePreserved(org.apache.jackrabbit.oak.plugins.document.NodeDocumentRevisionCleanerTest) Time elapsed: 1.748 s <<< FAILURE! java.lang.AssertionError: expected:<[r18edc057eea-0-1, r18edce138ea-0-1, r18edce04e8a-0-1, r18edc735bea-0-1, r18edc3c6d6a-0-1, r18edbce906a-0-1, r18edcaa4a6a-0-1]> but was:<[r18edbce906a-0-1, r18edc057eea-0-1, r18edc3c6d6a-0-1, r18edc735bea-0-1, r18edcaa4a6a-0-1, r18edce04e8a-0-1]> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835) at org.junit.Assert.assertEquals(Assert.java:120) at org.junit.Assert.assertEquals(Assert.java:146) at org.apache.jackrabbit.oak.plugins.document.NodeDocumentRevisionCleanerTest.testRecentRevisionsArePreserved(NodeDocumentRevisionCleanerTest.java:169) ``` -- 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