AthiraHari77 opened a new issue, #6924: URL: https://github.com/apache/incubator-kie/issues/6924
Few DMN TCK Tests from 1157-implicit-conversions-test-01.xml Fails. This ticket focuses on identifying the root cause of errors introduced by the PR https://github.com/dmn-tck/tck/pull/689 and fixing them. Below are the new failing tests introduced by this PR. ``` <testCase id="001"> <resultNode name="To Singleton List" type="decision"> <expected> <list> <item> <value xsi:type="xsd:string">abc</value> </item> </list> </expected> </resultNode> </testCase> <testCase id="004" invocableName="To Singleton List BKM" type="bkm"> <resultNode name="To Singleton List BKM"> <expected> <list> <item> <value xsi:type="xsd:decimal">1</value> </item> </list> </expected> </resultNode> </testCase> <testCase id="005" invocableName="From Singleton List BKM" type="bkm"> <resultNode name="From Singleton List BKM"> <expected> <value xsi:type="xsd:decimal">1</value> </expected> </resultNode> </testCase> <testCase id="006" invocableName="From Date To Date and Time BKM" type="bkm"> <resultNode name="From Date To Date and Time BKM"> <expected> <value xsi:type="xsd:dateTime">2000-01-02T00:00:00Z</value> </expected> </resultNode> </testCase> <testCase id="007" invocableName="To Singleton List DS" type="decisionService"> <resultNode name="To Singleton List DS"> <expected> <list> <item> <value xsi:type="xsd:date">2000-01-02</value> </item> </list> </expected> </resultNode> </testCase> <testCase id="008" invocableName="From Singleton List DS" type="decisionService"> <resultNode name="From Singleton List DS"> <expected> <value xsi:type="xsd:date">2000-01-02</value> </expected> </resultNode> </testCase> <testCase id="009" invocableName="From Date to Date and Time DS" type="decisionService"> <resultNode name="From Date to Date and Time DS"> <expected> <value xsi:type="xsd:dateTime">2000-01-02T00:00:00Z</value> </expected> </resultNode> </testCase> <testCase id="010"> <resultNode name="Implicit Conversions CE" type="decision"> <expected> <value xsi:type="xsd:string">[1]-2-2000-12-01T00:00:00@UTC</value> </expected> </resultNode> </testCase> <testCase id="011"> <resultNode name="Implicit Conversions FUNCT" type="decision"> <expected> <value xsi:type="xsd:string">[1]-2-2000-02-01T00:00:00@UTC</value> </expected> </resultNode> </testCase> ``` ``` ERROR: FAILURE: 'To Singleton List' expected='[abc]' but found='abc' ERROR: FAILURE: unexpected exception executing test case '1157-implicit-conversions-test-01 / 004' ERROR: FAILURE: unexpected exception executing test case '1157-implicit-conversions-test-01 / 005' ERROR: FAILURE: unexpected exception executing test case '1157-implicit-conversions-test-01 / 006' ERROR: FAILURE: unexpected exception executing test case '1157-implicit-conversions-test-01 / 007' ERROR: FAILURE: unexpected exception executing test case '1157-implicit-conversions-test-01 / 008' ERROR: FAILURE: unexpected exception executing test case '1157-implicit-conversions-test-01 / 009' ERROR: FAILURE: 'Implicit Conversions CE' expected='[1]-2-2000-12-01T00:00:00@UTC' but found='1-2-2000-12-01T00:00:00Z' ERROR: FAILURE: 'Implicit Conversions FUNCT' expected='[1]-2-2000-02-01T00:00:00@UTC' but found='1-2-2000-02-01T00:00:00Z' ``` [1157-implicit-conversions-test-01.xml](https://github.com/user-attachments/files/23162553/1157-implicit-conversions-test-01.xml) [1157-implicit-conversions.txt](https://github.com/user-attachments/files/23162554/1157-implicit-conversions.txt) -- 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]
