Hide Forgot
Description of problem: When focus is set on specific agenda-group and other rule has higher salience, test freezes. DeclarativeAgendaOption must be enabled. Version-Release number of selected component (if applicable): Drools 6.0.0-SNAPSHOT Drools 6.0.0.ER1 How reproducible: Pull request #237 submited in Drools. Steps to Reproduce: 1. Make drl file with three rules. First rule has the highest salience and it set focus on specific agenda-group. Second rule is in the specific agenda-group. Third rule has salience higher than second rule, but it has lower salience than first rule. 2. Write a simple test with KieBase which have DeclarativeAgendaOption enabled. 3. Run test. Actual results: Test freezes. Expected results: Rules should fire in this order: first, second, third. Additional info:
Fixed by https://github.com/droolsjbpm/drools/commit/1db3ccc42
Verified on BRMS 6.0.0.ER5.