-
Bug
-
Resolution: Done
-
Major
-
7.46.0.Final
-
None
-
2021 Week 25-27 (from Jun 21), 2021 Week 28-30 (from Jul 12), 2021 Week 31-33 (from Aug 2), 2021 Week 34-36 (from Aug 23)
-
Undefined
-
NEW
-
NEW
-
---
-
---
org.drools.mvel.integrationtests.NullSafeDereferencingTest in test-compiler-integration fails with some tests when executable-model is enabled. See TODO comment in the test class. Once fixed (or the test failure is justified), we can remove the TODO comment and let the test run with executable-model.
Currently, executable-model is disabled:
// TODO: .... return TestParametersUtil.getKieBaseCloudConfigurations(false);
If the test failure contains multiple bugs, we may split this JIRA into multiple JIRAs.
- incorporates
-
DROOLS-6467 NullSafeDereferencing with OR with Half binary throws NPE in exec-model
- Closed
-
DROOLS-6482 NullSafeDereferencing without predicate misses null check in exec-model
- Closed
-
DROOLS-6545 HalfBinary constraint with || And && causes StackOverflowError
- Closed
-
DROOLS-6547 NullSafeDereferencing misses null check in LambdaExtractor for index with exec-model
- Closed
- is related to
-
DROOLS-5729 Reorganize drools unit tests
- Coding In Progress