-
Bug
-
Resolution: Done
-
Major
-
None
-
7.46.0.Final
-
None
-
2021 Week 22-24 (from May 31), 2021 Week 37-39 (from Sep 13)
-
Undefined
-
NEW
-
NEW
-
---
-
---
Probably the same issue as (reproducible even after DROOLS-5818DROOLS-5818 fix)
org.drools.mvel.integrationtests.PropertySpecificTest 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-6420 property reactivity reacts to all rules when a public field is modified in exec-model
- Closed
-
DROOLS-6428 var_xxx_sCoPe cannot be resolved to a variable in accumulate with exec-model
- Closed
-
DROOLS-6425 Miss to raise an error when unknown property is used in @watch in exec-model
- Closed
- is related to
-
DROOLS-5729 Reorganize drools unit tests
- Coding In Progress