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] Remove redundant condition in jvmStats test #14140

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport 13dd322 from #14075.

@dblock
Copy link
Member

dblock commented Jun 10, 2024

The breaking API change is fixed in #14143.

Copy link
Contributor

❕ Gradle check result for 307d331: UNSTABLE

Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure.

@opensearch-trigger-bot
Copy link
Contributor Author

This PR is stalled because it has been open for 30 days with no activity.

@opensearch-trigger-bot opensearch-trigger-bot bot added the stalled Issues that have stalled label Jul 11, 2024
Removing second use of the `frequentyl()` function. This function is alraedy used in the
beginning of the testing block immediately after the declaration of `jvmStats` variable.
The second use of the `frequently()` could cause all the other variables that were carefully
prepared for the constructor to not be used at all.

Signed-off-by: Lukáš Vlček <[email protected]>
(cherry picked from commit 13dd322)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@dblock dblock force-pushed the backport/backport-14075-to-2.x branch from 307d331 to 5000bc9 Compare July 23, 2024 16:43
@dblock dblock requested a review from ashking94 as a code owner July 23, 2024 16:43
@dblock
Copy link
Member

dblock commented Jul 23, 2024

@lukas-vlcek I rebased this

Copy link
Contributor

✅ Gradle check result for 5000bc9: SUCCESS

Copy link

codecov bot commented Jul 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.61%. Comparing base (788a7fe) to head (5000bc9).
Report is 11 commits behind head on 2.x.

Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #14140      +/-   ##
============================================
+ Coverage     71.52%   71.61%   +0.09%     
- Complexity    62546    62674     +128     
============================================
  Files          5110     5118       +8     
  Lines        293684   293958     +274     
  Branches      42800    42834      +34     
============================================
+ Hits         210063   210531     +468     
+ Misses        65978    65761     -217     
- Partials      17643    17666      +23     

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

@dblock dblock merged commit 2457cf5 into 2.x Jul 23, 2024
33 checks passed
kkewwei pushed a commit to kkewwei/OpenSearch that referenced this pull request Jul 24, 2024
…ject#14140)

Removing second use of the `frequentyl()` function. This function is alraedy used in the
beginning of the testing block immediately after the declaration of `jvmStats` variable.
The second use of the `frequently()` could cause all the other variables that were carefully
prepared for the constructor to not be used at all.

(cherry picked from commit 13dd322)

Signed-off-by: Lukáš Vlček <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: kkewwei <[email protected]>
@dbwiddis dbwiddis deleted the backport/backport-14075-to-2.x branch July 24, 2024 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog stalled Issues that have stalled
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants