yurloc opened a new issue, #5814: URL: https://github.com/apache/incubator-kie-drools/issues/5814
## Parent issue - #5678 ## Failing tests - `org.drools.model.codegen.execmodel.CepTest#testWithDeclaredEvent` ## Notes - The semicolon somehow aborts parsing, resulting in all the subsequent rules being ignored (no rule descriptors in the package descriptor). ## Rule code snippet ``` declare StockFact @role( event ) end; rule R when ... ``` ## Error output Assertion error because 0 rules fired instead of 1. -- 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]
