TestSnapshotPersist.testSnapshot and TestSnapshotPersist.testPersist where recently observed failing against MongoDB on:
- QA: https://qa.nuxeo.org/jenkins/view/MultiDB/job/master/job/nuxeo-master-fullbuild-mongodb-4.0/464/#showFailuresLink
- Jenkins X:
Yet, it also seems systematic when run locally:
- Against H2:
mvn -nsu -pl modules/platform/nuxeo-apidoc-server/nuxeo-apidoc-repo test -Dtest=TestSnapshotPersist
- Against MongoDB (required having MongoBD installed):
mvn -nsu -pl modules/platform/nuxeo-apidoc-server/nuxeo-apidoc-repo test -Dtest=TestSnapshotPersist -Dnuxeo.test.core=mongodb
TestSnapshotPersist.testSnapshot stack trace attached (similar for testPersist).
- is related to
-
NXP-19849 Fix Explorer when a component contains multiple contributions to the same extension point
- Resolved