Test for TCK test cases for FEEL expressions#21
Merged
richardbizik merged 5 commits intomainfrom May 2, 2025
Merged
Conversation
5627eb5 to
bbf16f8
Compare
…es in testcase-extractor.
a91d997 to
46a0fd4
Compare
46a0fd4 to
c3ac85b
Compare
acd6cf8 to
34df530
Compare
… separate dirs
Test fir layout is following:
```
- tests-feel
- TestCases <- Manually managed set of FEEL tests
...
- tests-tck
- TestCases <- Tests for complete TCK test suite
...
```
`tests-feel/TestCases` are managed manually - usually test configs are
copied from `tests-tck` as soon as they are passing. Goal is to catch
regression bugs with these tests.
`tests-tck/TestCases` dir is managed via `make extract-testcases`. These
tests can be run via `make tests-tck`
34df530 to
547b995
Compare
… nodes (model, dir) from their YAML
6104d65 to
4218214
Compare
richardbizik
approved these changes
May 2, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
NOTE: There is missing support for
decision>context>contextEntry>literalExpressionin DMN intestcase-extractorso these test are failing too. E.g. tests in