]
Matteo Mortari updated DROOLS-5685:
-----------------------------------
Story Points: 3
Sprint: 2020 Week 40-42 (from Sep 28)
ClearActivationGroup command changed its behaviour
--------------------------------------------------
Key: DROOLS-5685
URL:
https://issues.redhat.com/browse/DROOLS-5685
Project: Drools
Issue Type: Bug
Components: core engine, kie server
Affects Versions: 7.44.0.Final
Reporter: Karel Suta
Assignee: Matteo Mortari
Priority: Major
Labels: regression
ClearActivationGroupCommand command in Kie server changed its behaviour, right now it
doesn't seem to remove the activation group. This issue is caused by
https://github.com/kiegroup/drools/pull/3125 , when I revert the commit then
ClearActivationGroupCommand works again as before.
Can be reproduced using Kie server integration test
[
ActivationGroupIntegrationTest.testClearActivationGroup()|https://github....].