yurloc opened a new issue, #5738:
URL: https://github.com/apache/incubator-kie-drools/issues/5738
## Parent issue
- #5678
## Failing tests
-
`org.drools.model.codegen.execmodel.CepTest#testCalendarsWithCronAndStartAndEnd`
## Notes
- `PATTERN_DSL` only.
## Rule code snippet
```
rule xxx
timer (cron: 0 0 0 * * ?)
```
## Error output
```
### parse : ANTLR4_PARSER_ENABLED = true
14:50:02.849 [main] ERROR
o.d.c.k.b.impl.AbstractKieProject.buildKnowledgePackages:280 - Unable to build
KieBaseModel:kb
InvalidExpressionErrorResult: (cron: 0 0 0 * * ?)
java.lang.AssertionError: [Message [id=1, kieBase=kb, level=ERROR,
path=r0.drl, line=-1, column=0
text=(cron: 0 0 0 * * ?)]]
at
org.drools.model.codegen.execmodel.BaseModelTest.createKieBuilder(BaseModelTest.java:157)
at
org.drools.model.codegen.execmodel.BaseModelTest.createKieBuilder(BaseModelTest.java:132)
at
org.drools.model.codegen.execmodel.BaseModelTest.getKieContainer(BaseModelTest.java:121)
at
org.drools.model.codegen.execmodel.BaseModelTest.getKieContainer(BaseModelTest.java:114)
at
org.drools.model.codegen.execmodel.BaseModelTest.getKieSession(BaseModelTest.java:110)
at
org.drools.model.codegen.execmodel.CepTest.testCalendarsWithCronAndStartAndEnd(CepTest.java:1223)
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]