opensearch-project / performance-analyzer-rca

The Performance Analyzer RCA is a framework that builds on the Performance Analyzer engine to support root cause analysis (RCA) of performance and reliability problems for OpenSearch instances.
https://opensearch.org/docs/latest/monitoring-plugins/pa/rca/index/
Apache License 2.0
29 stars 56 forks source link

Update to Gradle 8.5 #528

Closed reta closed 7 months ago

reta commented 7 months ago

Is your feature request related to a problem? Please provide an existing Issue # , or describe. Update to Gradle 8.5

Describe the solution you are proposing A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Part of https://github.com/opensearch-project/OpenSearch/issues/10334

Check List

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.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (70222ba) 74.44% compared to head (6747ea4) 74.38%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #528 +/- ## ============================================ - Coverage 74.44% 74.38% -0.06% + Complexity 2667 2664 -3 ============================================ Files 317 317 Lines 16378 16377 -1 Branches 1282 1282 ============================================ - Hits 12192 12182 -10 - Misses 3671 3679 +8 - Partials 515 516 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

reta commented 7 months ago

Seems like we have hard dependency on https://github.com/opensearch-project/performance-analyzer/pull/617