gitgabrio commented on PR #6033: URL: https://github.com/apache/incubator-kie-drools/pull/6033#issuecomment-2257637145
> With this PR you solve 24 TCK Tests. Unfortunately, it introduced a regression. This is the case failing after applying the changes https://github.com/dmn-tck/tck/tree/master/TestCases/compliance-level-3/0089-nested-inputdata-imports It seems related to Imported DMN. > ## `09:39:26.768 [main] ERROR org.kie.dmn.core.util.MsgUtil.logMessage:83 - Required import not found: {[http://www.trisotech.com/definitions/_ae5b3c17-1ac3-4e1d-b4f9-2cf861aec6d9}Say](http://www.trisotech.com/definitions/_ae5b3c17-1ac3-4e1d-b4f9-2cf861aec6d9%7DSay) hello 1ID1D for node 'Model C'; missing DMN Import name alias. > 09:39:26.769 [main] ERROR org.kie.dmn.core.util.MsgUtil.logMessage:83 - Required dependency 'Person name' not found on node 'Greet the Person' > 09:39:26.769 [main] INFO o.o.d.t.runner.drools.DroolsTCKTest.executeTest:271 - Messages: > ## Message [id=0, level=ERROR, path=/Users/yamer/Projects/tck/runners/dmn-tck-runner-drools/../../TestCases/compliance-level-3/0089-nested-inputdata-imports/0089-nested-inputdata-imports.dmn, line=19, column=-1 > text=DMN: Required import not found: {http://www.trisotech.com/definitions/_ae5b3c17-1ac3-4e1d-b4f9-2cf861aec6d9}Say hello 1ID1D for node 'Model C'; missing DMN Import name alias. (DMN id: _10435dcd-8774-4575-a338-49dd554a0928, The referenced import was not found) ] > Message [id=0, level=ERROR, path=/Users/yamer/Projects/tck/runners/dmn-tck-runner-drools/../../TestCases/compliance-level-3/0089-nested-inputdata-imports/0089-nested-inputdata-imports.dmn, line=21, column=-1 > text=DMN: Required dependency 'Person name' not found on node 'Greet the Person' (DMN id: _f7fdaec4-d669-4797-b3b4-12b860de2eb5, The referenced node was not found) ] > > 09:39:26.770 [main] INFO o.o.d.t.runner.drools.DroolsTCKTest.executeTest:310 - Result context: { Model B: null Model B2: null modelA: { } }` > > In addition, there are unneeded changes in the file's headers Do you know hat model this `[import](https://github.com/dmn-tck/tck/blob/9d2b7919896f3eaf5f9658097fe0a540e205c86f/TestCases/compliance-level-3/0089-nested-inputdata-imports/Model_B.dmn#L19)` is referring to ? (I found it also in other dmns in that test) -- 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]
