Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DROOLS-1379] Add tests for OOPath with CEP #1117

Closed
wants to merge 1 commit into from

Conversation

winklerm
Copy link
Contributor

Added tests for OOPath usage with events, event windows
and event streams (entry-points).

The tests that are using declared windows currently fail to build
the KieBase - reported as DROOLS-1451.

Added tests for OOPath used with events, event windows
and event streams (entry-points).

The tests that are using declared windows currently fail to build
the KieBase - reported as DROOLS-1451.
Copy link
Contributor

@baldimir baldimir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add some tests that will use duration and expiration of events + see my comment about temporal operators.

"end\n" +
"rule R when\n" +
" ev1: MessageEvent( /msg{ message == 'Ping' } )\n" +
" ev2: MessageEvent( $message: /msg{ message == 'Pong' }, this after ev1 )\n" +
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add tests for all other temporal operators. Each can behave differently.

@mariofusco
Copy link
Contributor

Incorporated by #1119

@mariofusco mariofusco closed this Feb 27, 2017
dupliaka pushed a commit to dupliaka/drools that referenced this pull request Apr 1, 2022
Signed-off-by: Ricardo Zanini <zanini@redhat.com>
cimbalek pushed a commit to cimbalek/incubator-kie-drools that referenced this pull request Jan 19, 2024
Co-authored-by: jstastny-cz <jan.stastny@ibm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants