-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 9.10
-
Backlog priority:600
-
Sprint:nxcore 9.10.2
-
Story Points:0
This fails randomly on MariaDB and MySQL (at least):
org.nuxeo.ecm.core.api.model.PropertyNotFoundException: fctnd1:stringfield2 at org.nuxeo.ecm.core.api.impl.DocumentModelImpl.getProperty(DocumentModelImpl.java:1261) at org.nuxeo.ecm.core.api.impl.DocumentModelImpl.getPropertyValue(DocumentModelImpl.java:1330) at org.nuxeo.ecm.platform.routing.test.WorkflowEscalationTest.testEscalationMultipleExecution(WorkflowEscalationTest.java:304)
(ERROR log in next comment)
There is concurrency on the EscalationRuleWork, we should allow it to retry.
- is related to
-
NXP-23024 Fix random build failure on WorkflowEscalationTest.testEscalationMultipleExecution on MySQL
- Resolved