yesamer opened a new issue, #1771:
URL: https://github.com/apache/incubator-kie-issues/issues/1771
Hi team! I’m afraid we recently introduced a regression in the DMN Engine, I
detected 4 new test failures that were not present the previous week:
0064-feel-conjunction
008_b
008_c
0065-feel-disjunction
007_b
007_c
This is the error
Message [id=0, level=ERROR, path=null, line=139, column=-1
text=DMN: Error evaluating Decision node 'decision008_c': class
java.lang.String cannot be cast to class java.lang.Boolean (java.lang.String
and java.lang.Boolean are in module java.base of loader 'bootstrap') (DMN id:
_decision008_c, Error evaluating node) ]
and this is one of the involved Decision Node:
<decision name="decision008_c" id="_decision008_c">
<description>Tests FEEL expression: '"true" or false' and expects
result: 'null (boolean)'</description>
<question>Result of FEEL expression '"true" or false'?</question>
<allowedAnswers>null (boolean)</allowedAnswers>
<variable typeRef="boolean" name="decision008_c"/>
<literalExpression>
<text>"true" or false</text>
</literalExpression>
</decision>
--
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]