Hide Forgot
Description of problem: When using realtime clock, the rule in the PR specified below does not fire, although it fired in ER4. When set to pseudoclock, the test passes. The event used by the rule declares @timestamp and @duration attributes. However, I am not sure if this is expected change in behaviour (and therefore the test should be updated), or a bug. Could you please confirm? Version-Release number of selected component (if applicable): Drools 6.0.0-SNAPSHOT BRMS 6.0.0 ER5 The rule fired as expected in ER4. How reproducible: Run the CepAfterTest in drools-compiler tests from the attached pull request. Actual results: Rule does not fire as expected. Expected results: Rule fires.
Pull request with reproducer: https://github.com/droolsjbpm/drools/pull/294
Closing as NOTABUG because this is intended behaviour.