Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix TCK tests failing because of a compilation failure #1646

Closed
Tracked by #357
yesamer opened this issue Nov 27, 2024 · 1 comment
Closed
Tracked by #357

Fix TCK tests failing because of a compilation failure #1646

yesamer opened this issue Nov 27, 2024 · 1 comment
Assignees
Labels
area:dmn Related to DMN area:tests Related to automated tests of any kind type:bug Something is behaving unexpectedly

Comments

@yesamer
Copy link

yesamer commented Nov 27, 2024

Tests 0092 and 1131 of TCK Tests suite are not executed because a failure occurs during the compilation of the related DMN files.
Those DMN files contain references to unexisting functions, so it's expected that the compilation fail.
As the TCK Tests suite is relying on the "old" KieContainer API, is not possible to separate the compilation and the execution phases.
So, the solution is to use the "new" API layer that doesn't have this strict phases management

@baldimir @gitgabrio

@yesamer yesamer added type:bug Something is behaving unexpectedly area:dmn Related to DMN area:tests Related to automated tests of any kind labels Nov 27, 2024
@yesamer yesamer self-assigned this Nov 27, 2024
@yesamer
Copy link
Author

yesamer commented Nov 27, 2024

Fixed here dmn-tck/tck#685

@yesamer yesamer closed this as completed Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:dmn Related to DMN area:tests Related to automated tests of any kind type:bug Something is behaving unexpectedly
Projects
None yet
Development

No branches or pull requests

1 participant