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

Update outdated dependencies #3821

Merged
merged 1 commit into from
Jul 8, 2022
Merged

Conversation

reta
Copy link
Collaborator

@reta reta commented Jul 8, 2022

Signed-off-by: Andriy Redko andriy.redko@aiven.io

Description

Doing a bit of dependabot here, because of #3782, updating dependencies manually.

Issues Resolved

Related to #3782

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
@reta reta requested a review from a team as a code owner July 8, 2022 15:26
@reta reta added backport 2.x Backport to 2.x branch backport 2.1 labels Jul 8, 2022
@saratvemulapalli saratvemulapalli added v3.0.0 Issues and PRs related to version 3.0.0 v2.2.0 >upgrade Label used when upgrading library dependencies (e.g., Lucene) dependencies Pull requests that update a dependency file labels Jul 8, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Jul 8, 2022

Gradle Check (Jenkins) Run Completed with:

@reta
Copy link
Collaborator Author

reta commented Jul 8, 2022

Gradle Check (Jenkins) Run Completed with:

* **RESULT:** FAILURE x

* **URL:** https://build.ci.opensearch.org/job/gradle-check/318/

* **CommitID:** [b5dceb0](https://github.com/opensearch-project/OpenSearch/commit/b5dceb0a87d6e74eb9f7146d7e41b88c56dd1225)

#3579

@github-actions
Copy link
Contributor

github-actions bot commented Jul 8, 2022

Gradle Check (Jenkins) Run Completed with:

@reta
Copy link
Collaborator Author

reta commented Jul 8, 2022

Gradle Check (Jenkins) Run Completed with:

* **RESULT:** FAILURE x

* **URL:** https://build.ci.opensearch.org/job/gradle-check/319/

* **CommitID:** [b5dceb0](https://github.com/opensearch-project/OpenSearch/commit/b5dceb0a87d6e74eb9f7146d7e41b88c56dd1225)

2> jul 08, 2022 1:00:37 PM com.carrotsearch.randomizedtesting.ThreadLeakControl$2 evaluate
2> ADVERTÊNCIA: Suite execution timed out: org.opensearch.test.rest.ClientYamlTestSuiteIT

@github-actions
Copy link
Contributor

github-actions bot commented Jul 8, 2022

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

github-actions bot commented Jul 8, 2022

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

github-actions bot commented Jul 8, 2022

Gradle Check (Jenkins) Run Completed with:

@codecov-commenter
Copy link

Codecov Report

Merging #3821 (b5dceb0) into main (23004bd) will decrease coverage by 0.53%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##               main    #3821      +/-   ##
============================================
- Coverage     71.10%   70.56%   -0.54%     
+ Complexity    57060    56715     -345     
============================================
  Files          4557     4557              
  Lines        272681   272681              
  Branches      40038    40038              
============================================
- Hits         193884   192418    -1466     
- Misses        62773    64070    +1297     
- Partials      16024    16193     +169     
Impacted Files Coverage Δ
...n/indices/forcemerge/ForceMergeRequestBuilder.java 0.00% <0.00%> (-75.00%) ⬇️
...adonly/AddIndexBlockClusterStateUpdateRequest.java 0.00% <0.00%> (-75.00%) ⬇️
...readonly/TransportVerifyShardIndexBlockAction.java 9.75% <0.00%> (-58.54%) ⬇️
...a/org/opensearch/client/cluster/ProxyModeInfo.java 0.00% <0.00%> (-55.00%) ⬇️
.../java/org/opensearch/node/NodeClosedException.java 50.00% <0.00%> (-50.00%) ⬇️
...ch/transport/ReceiveTimeoutTransportException.java 50.00% <0.00%> (-50.00%) ⬇️
...cluster/coordination/PendingClusterStateStats.java 20.00% <0.00%> (-48.00%) ⬇️
...search/aggregations/pipeline/HoltWintersModel.java 21.47% <0.00%> (-43.63%) ⬇️
...indices/readonly/TransportAddIndexBlockAction.java 20.68% <0.00%> (-37.94%) ⬇️
...cluster/coordination/PublishClusterStateStats.java 33.33% <0.00%> (-37.51%) ⬇️
... and 472 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 23004bd...b5dceb0. Read the comment docs.

@reta reta merged commit d938936 into opensearch-project:main Jul 8, 2022
opensearch-trigger-bot bot pushed a commit that referenced this pull request Jul 8, 2022
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
(cherry picked from commit d938936)
opensearch-trigger-bot bot pushed a commit that referenced this pull request Jul 8, 2022
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
(cherry picked from commit d938936)
reta added a commit to reta/OpenSearch that referenced this pull request Jul 11, 2022
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
(cherry picked from commit d938936)
reta added a commit that referenced this pull request Jul 12, 2022
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
(cherry picked from commit d938936)
dblock pushed a commit that referenced this pull request Jul 12, 2022
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
(cherry picked from commit d938936)

Co-authored-by: Andriy Redko <andriy.redko@aiven.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x Backport to 2.x branch backport 2.1 dependencies Pull requests that update a dependency file >upgrade Label used when upgrading library dependencies (e.g., Lucene) v2.2.0 v3.0.0 Issues and PRs related to version 3.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants