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

[Backport 2.x] Replace all CompletableFutures with PlainActionFutures #433

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport 92d9108 from #419.

* Intial commit to remove CompletableFuture

Signed-off-by: Owais Kazi <[email protected]>

* Removed CompletableFuture from ProcessNode and tests

Signed-off-by: Owais Kazi <[email protected]>

* Removed CompletableFuture from create index and pipeline workflow steps

Signed-off-by: Owais Kazi <[email protected]>

* Passing tests

Signed-off-by: Owais Kazi <[email protected]>

* Addressed initial comments

Signed-off-by: Owais Kazi <[email protected]>

* Move log line

Signed-off-by: Daniel Widdis <[email protected]>

* Reenable multi-node tests

Signed-off-by: Daniel Widdis <[email protected]>

* Disable fail-fast

Signed-off-by: Daniel Widdis <[email protected]>

---------

Signed-off-by: Owais Kazi <[email protected]>
Signed-off-by: Daniel Widdis <[email protected]>
Co-authored-by: Daniel Widdis <[email protected]>
(cherry picked from commit 92d9108)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Copy link

codecov bot commented Jan 22, 2024

Codecov Report

Attention: 23 lines in your changes are missing coverage. Please review.

Comparison is base (3d5d49e) 71.87% compared to head (f06b525) 71.88%.

Files Patch % Lines
...ch/flowframework/workflow/CreateConnectorStep.java 50.00% 3 Missing ⚠️
...search/flowframework/workflow/CreateIndexStep.java 50.00% 3 Missing ⚠️
...owframework/workflow/CreateIngestPipelineStep.java 57.14% 3 Missing ⚠️
...arch/flowframework/workflow/RegisterAgentStep.java 50.00% 3 Missing ⚠️
...lowframework/workflow/RegisterRemoteModelStep.java 57.14% 3 Missing ⚠️
...rk/transport/ProvisionWorkflowTransportAction.java 0.00% 2 Missing ⚠️
...ework/workflow/AbstractRegisterLocalModelStep.java 71.42% 2 Missing ⚠️
...flowframework/workflow/RegisterModelGroupStep.java 66.66% 2 Missing ⚠️
...search/flowframework/workflow/DeployModelStep.java 80.00% 1 Missing ⚠️
...rg/opensearch/flowframework/workflow/ToolStep.java 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##                2.x     #433   +/-   ##
=========================================
  Coverage     71.87%   71.88%           
- Complexity      619      620    +1     
=========================================
  Files            78       78           
  Lines          3133     3126    -7     
  Branches        238      236    -2     
=========================================
- Hits           2252     2247    -5     
+ Misses          774      772    -2     
  Partials        107      107           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@owaiskazi19
Copy link
Member

owaiskazi19 commented Jan 22, 2024

@dbwiddis is the failing test for mac-os just flaky here?

@dbwiddis dbwiddis merged commit dbfaef8 into 2.x Jan 22, 2024
24 of 25 checks passed
@dbwiddis dbwiddis deleted the backport/backport-419-to-2.x branch January 22, 2024 02:57
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.

2 participants