Description
Travis reported test failure of DocumentDiscoveryLiteServiceTest:
- https://travis-ci.org/apache/jackrabbit-oak/builds/77114814
Failed tests: testLargeStartStopFiesta(org.apache.jackrabbit.oak.plugins.document.DocumentDiscoveryLiteServiceTest): expectation not fulfilled within 60000ms: checkFiestaState failed for SimplifiedInstance[cid=3], with instances: [SimplifiedInstance[cid=3], SimplifiedInstance[cid=4]], and inactiveIds: [1, 2], fulfillment result: inactiveIds dont match, expected: 1,2, got clusterView: {"seq":6,"final":true,"id":"4a8671de-f472-482c-b40b-29561d7b9836","me":3,"active":[3,4],"deactivating":[],"inactive":[1]}
- same earlier: https://travis-ci.org/apache/jackrabbit-oak/builds/77004461
and also on jenkins:
- https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/352/jdk=jdk1.8.0_11,label=Ubuntu,nsfixtures=DOCUMENT_RDB,profile=unittesting/testReport/junit/org.apache.jackrabbit.oak.plugins.document/DocumentDiscoveryLiteServiceTest/testLargeStartStopFiesta/
- https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/352/jdk=jdk1.8.0_11,label=Ubuntu,nsfixtures=SEGMENT_MK,profile=unittesting/testReport/junit/org.apache.jackrabbit.oak.plugins.document/DocumentDiscoveryLiteServiceTest/testLargeStartStopFiesta/
expectation not fulfilled within 60000ms: checkFiestaState failed for SimplifiedInstance[cid=1], with instances: [SimplifiedInstance[cid=1], SimplifiedInstance[cid=2]], and inactiveIds: [2], fulfillment result: inactiveIds dont match, expected: 2, got clusterView: {"seq":10,"final":true,"id":"c2ef1bb6-b5c6-4a1a-bfa4-f06be1554bfd","me":1,"active":[1,2],"deactivating":[],"inactive":[]}
Attachments
Issue Links
- relates to
-
OAK-3308 re-enable redirectTestOutputToFile in oak-core/pom
- Closed