]
Fedor Gavrilov updated DROOLS-1770:
-----------------------------------
Summary: more FEEL runtime cycle detection tests (was: FEEL runtime cycle detection
false positive)
more FEEL runtime cycle detection tests
---------------------------------------
Key: DROOLS-1770
URL:
https://issues.jboss.org/browse/DROOLS-1770
Project: Drools
Issue Type: Bug
Components: dmn engine
Affects Versions: 7.4.1.Final
Reporter: Fedor Gavrilov
Assignee: Fedor Gavrilov
Runtime cycle detecton denies the following valid decision node topology:
A depends on B and C
B and C depend on D
D depends on E
The same topology but without E node (=deadly diamond) works well.