Bug 1318052

Summary: Rules with activation-group firing not exclusivaly
Product: [Retired] JBoss BPMS Platform 6 Reporter: Alessandro Lazarotti <alazarot>
Component: BREAssignee: Mario Fusco <mfusco>
Status: CLOSED EOL QA Contact: Tibor Zimanyi <tzimanyi>
Severity: urgent Docs Contact:
Priority: urgent    
Version: 6.2.0CC: kverlaen
Target Milestone: ER2   
Target Release: 6.3.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1318053 (view as bug list) Environment:
Last Closed: 2020-03-27 19:09:36 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Bug Depends On:    
Bug Blocks: 1318053    
Attachments:
Description Flags
reproducer-junit none

Description Alessandro Lazarotti 2016-03-15 21:42:49 UTC
Description of problem:

For some scenario activation-group is not working properly.
It seems related with Not Nodes.

I am attaching a simple reproducer where two rules in the same activation-group are fired where only one is expected. 

Version-Release number of selected component (if applicable):
6.2.1

How reproducible:
Always

Steps to Reproduce:
1. run the attached maven project


Actual results:
Two rules are fired

Expected results:
Only one is expected

Comment 3 Alessandro Lazarotti 2016-03-15 21:55:07 UTC
Created attachment 1136767 [details]
reproducer-junit

Comment 4 Mario Fusco 2016-03-16 17:40:22 UTC
Fixed by https://github.com/droolsjbpm/drools/commit/bd4674dc4

Comment 5 Tibor Zimanyi 2016-04-01 10:36:41 UTC
Verified by running attached reproducer and new test from Mario's PR.