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

add joins, insertion & search to correlation engine #7771

Closed
wants to merge 4 commits into from

address initial review comments

46dafcb
Select commit
Loading
Failed to load commit list.
Closed

add joins, insertion & search to correlation engine #7771

address initial review comments
46dafcb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jun 18, 2024 in 1s

68.37% of diff hit (target 71.42%)

View this Pull Request on Codecov

68.37% of diff hit (target 71.42%)

Annotations

Check warning on line 106 in plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/EventsCorrelationPlugin.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/EventsCorrelationPlugin.java#L105-L106

Added lines #L105 - L106 were not covered by tests

Check warning on line 119 in plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/EventsCorrelationPlugin.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/EventsCorrelationPlugin.java#L119

Added line #L119 was not covered by tests

Check warning on line 148 in plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/EventsCorrelationPlugin.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/EventsCorrelationPlugin.java#L148

Added line #L148 was not covered by tests

Check warning on line 74 in plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/events/action/IndexCorrelationRequest.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/events/action/IndexCorrelationRequest.java#L74

Added line #L74 was not covered by tests

Check warning on line 66 in plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/events/action/IndexCorrelationResponse.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/events/action/IndexCorrelationResponse.java#L63-L66

Added lines #L63 - L66 were not covered by tests

Check warning on line 63 in plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/events/action/SearchCorrelatedEventsRequest.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/events/action/SearchCorrelatedEventsRequest.java#L63

Added line #L63 was not covered by tests

Check warning on line 59 in plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/events/action/SearchCorrelatedEventsResponse.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/events/action/SearchCorrelatedEventsResponse.java#L58-L59

Added lines #L58 - L59 were not covered by tests

Check warning on line 77 in plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/events/action/StoreCorrelationRequest.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/events/action/StoreCorrelationRequest.java#L77

Added line #L77 was not covered by tests

Check warning on line 264 in plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/events/model/Correlation.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/events/model/Correlation.java#L262-L264

Added lines #L262 - L264 were not covered by tests

Check warning on line 125 in plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/events/model/EventWithScore.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/events/model/EventWithScore.java#L125

Added line #L125 was not covered by tests

Check warning on line 45 in plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/events/resthandler/RestIndexCorrelationAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/events/resthandler/RestIndexCorrelationAction.java#L45

Added line #L45 was not covered by tests

Check warning on line 50 in plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/events/resthandler/RestIndexCorrelationAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/events/resthandler/RestIndexCorrelationAction.java#L50

Added line #L50 was not covered by tests

Check warning on line 69 in plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/events/resthandler/RestIndexCorrelationAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/events/resthandler/RestIndexCorrelationAction.java#L68-L69

Added lines #L68 - L69 were not covered by tests

Check warning on line 46 in plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/events/resthandler/RestSearchCorrelatedEventsAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/events/resthandler/RestSearchCorrelatedEventsAction.java#L46

Added line #L46 was not covered by tests

Check warning on line 51 in plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/events/resthandler/RestSearchCorrelatedEventsAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/events/resthandler/RestSearchCorrelatedEventsAction.java#L51

Added line #L51 was not covered by tests

Check warning on line 85 in plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/events/resthandler/RestSearchCorrelatedEventsAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/events/resthandler/RestSearchCorrelatedEventsAction.java#L84-L85

Added lines #L84 - L85 were not covered by tests

Check warning on line 153 in plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/events/transport/TransportIndexCorrelationAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/events/transport/TransportIndexCorrelationAction.java#L152-L153

Added lines #L152 - L153 were not covered by tests

Check warning on line 157 in plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/events/transport/TransportIndexCorrelationAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/events/transport/TransportIndexCorrelationAction.java#L156-L157

Added lines #L156 - L157 were not covered by tests

Check warning on line 173 in plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/events/transport/TransportIndexCorrelationAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/events/transport/TransportIndexCorrelationAction.java#L172-L173

Added lines #L172 - L173 were not covered by tests

Check warning on line 179 in plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/events/transport/TransportIndexCorrelationAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/events/transport/TransportIndexCorrelationAction.java#L178-L179

Added lines #L178 - L179 were not covered by tests

Check warning on line 186 in plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/events/transport/TransportIndexCorrelationAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/events/transport/TransportIndexCorrelationAction.java#L185-L186

Added lines #L185 - L186 were not covered by tests

Check warning on line 247 in plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/events/transport/TransportIndexCorrelationAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/events/transport/TransportIndexCorrelationAction.java#L247

Added line #L247 was not covered by tests

Check warning on line 249 in plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/events/transport/TransportIndexCorrelationAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/events/transport/TransportIndexCorrelationAction.java#L249

Added line #L249 was not covered by tests

Check warning on line 257 in plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/events/transport/TransportIndexCorrelationAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/events/transport/TransportIndexCorrelationAction.java#L257

Added line #L257 was not covered by tests

Check warning on line 274 in plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/events/transport/TransportIndexCorrelationAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/events-correlation-engine/src/main/java/org/opensearch/plugin/correlation/events/transport/TransportIndexCorrelationAction.java#L274

Added line #L274 was not covered by tests