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

Support pattern every containing multiple state elements with within #1435

Merged
merged 2 commits into from
Aug 6, 2019

Conversation

suhothayan
Copy link
Contributor

Purpose

Removes duplicate events and supports patterns expiry.
Fixes #1425
Fixes #1182

Release note

Every pattern support for having multiple state elements with within

@suhothayan suhothayan added this to the 5.1.2 milestone Aug 6, 2019
@mohanvive mohanvive merged commit 3abbecc into siddhi-io:master Aug 6, 2019
@codecov-io
Copy link

Codecov Report

Merging #1435 into master will increase coverage by 0.13%.
The diff coverage is 94.52%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1435      +/-   ##
============================================
+ Coverage     67.59%   67.73%   +0.13%     
  Complexity       41       41              
============================================
  Files           634      634              
  Lines         26755    26780      +25     
  Branches       4226     4232       +6     
============================================
+ Hits          18085    18139      +54     
+ Misses         6902     6870      -32     
- Partials       1768     1771       +3
Impacted Files Coverage Δ Complexity Δ
...ery/input/stream/state/CountPreStateProcessor.java 93.81% <100%> (-0.37%) 0 <0> (ø)
...ut/stream/state/AbsentStreamPreStateProcessor.java 86.89% <100%> (+0.27%) 0 <0> (ø) ⬇️
...t/stream/state/AbsentLogicalPreStateProcessor.java 81.77% <100%> (+0.86%) 0 <0> (ø) ⬇️
...ry/input/stream/state/StreamPreStateProcessor.java 94.92% <100%> (+0.67%) 0 <0> (ø) ⬇️
.../receiver/SequenceSingleProcessStreamReceiver.java 100% <100%> (ø) 0 <0> (ø) ⬇️
...siddhi/core/query/input/ProcessStreamReceiver.java 86.73% <100%> (+0.56%) 0 <0> (ø) ⬇️
...e/receiver/SequenceMultiProcessStreamReceiver.java 100% <100%> (ø) 0 <0> (ø) ⬇️
.../core/query/input/SingleProcessStreamReceiver.java 96.55% <100%> (ø) 0 <0> (ø) ⬇️
...y/input/stream/state/LogicalPreStateProcessor.java 92.55% <100%> (+2.86%) 0 <0> (ø) ⬇️
.../stream/state/runtime/StreamInnerStateRuntime.java 100% <100%> (ø) 0 <0> (ø) ⬇️
... and 8 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ca9e139...f38a567. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pattern for having same/different condition across events Question about pattern matching
3 participants