ChinchuAjith opened a new issue, #6913:
URL: https://github.com/apache/incubator-kie/issues/6913

   A new case introduced in the 0085 test suite fails agains DMN engine:
   
   https://github.com/dmn-tck/tck/pull/729 
   
   
   ```
   <!-- DS with multiple output decisions -->
       <testCase id="015" invocableName="decisionService_015" 
type="decisionService">
           <description>Direct invocation: with no params</description>
           <resultNode name="decision_015_1">
               <expected>
                   <value xsi:type="xsd:string">15_1</value>
               </expected>
           </resultNode>
           <resultNode name="decision_015_2">
               <expected>
                   <value xsi:type="xsd:string">15_2</value>
               </expected>
           </resultNode>
       </testCase>
   ```
   
   
   Should return: 
   
   `{   "decision_015_1": "15_1",   "decision_015_2": "15_2" }`
   
   while our engine returns:
   
   ```
   {
       decision_015_1: null
       decision_015_2: null
   }
   ```
   
   According to the specs:
   
   6.3.10 Decision service metamodel A DecisionService element has one or more 
associated outputDecisions, which are the instances of Decision required to be 
output by this DecisionService, i.e., the Decisions whose results the Decision 
Service must return when called.


-- 
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]

Reply via email to