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

DMN - TCK failure: Wrong date-time format #1829

Closed
gitgabrio opened this issue Feb 13, 2025 · 0 comments · Fixed by apache/incubator-kie-drools#6255
Closed

DMN - TCK failure: Wrong date-time format #1829

gitgabrio opened this issue Feb 13, 2025 · 0 comments · Fixed by apache/incubator-kie-drools#6255
Assignees
Labels
area:dmn Related to DMN area:engine Related to the runtime engines type:bug Something is behaving unexpectedly

Comments

@gitgabrio
Copy link

TCK Failures:

"compliance-level-3/1116-feel-time-function","1116-feel-time-function-test-01","036_eb05fabc01","ERROR","FAILURE: 'feel-time-function_036_eb05fabc01' expected='10:20:00@Europe/Paris' but found='10:20@Europe/Paris'"
"compliance-level-3/1116-feel-time-function","1116-feel-time-function-test-01","037_eed195f693","ERROR","FAILURE: 'feel-time-function_037_eed195f693' expected='11:20:00@Asia/Dhaka' but found='11:20@Asia/Dhaka'"

Model: https://github.com/dmn-tck/tck/blob/master/TestCases/compliance-level-3/1116-feel-time-function/1116-feel-time-function.dmn
Test: https://github.com/dmn-tck/tck/blob/master/TestCases/compliance-level-3/1116-feel-time-function/1116-feel-time-function-test-01.xml

The failure is strictly related _to the format _used to instantiate/return a date-time value with city/country defined, e.g.

expected -> 10:20:00@Europe/Paris
returned -> 10:20@Europe/Paris

The actual value is correct

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:engine Related to the runtime engines type:bug Something is behaving unexpectedly
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant