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

Drools - Fix TCK tests failing because of a compilation failure #685

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

yesamer
Copy link
Contributor

@yesamer 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 phase management

@baldimir @gitgabrio

Before this change:
[ERROR] Tests run: 6618, Failures: 0, Errors: 36, Skipped: 0
After this change:
[ERROR] Tests run: 6667, Failures: 0, Errors: 35, Skipped: 0

`

@baldimir baldimir merged commit 74f8ca2 into dmn-tck:master Nov 27, 2024
3 of 5 checks passed
@yesamer yesamer deleted the 1646-drools branch November 27, 2024 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants