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] Fix #7972 SearchBackpressureIT flaky tests #8217

Merged
merged 1 commit into from
Jun 22, 2023

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport 63dc6aa from #8063.

* fix thread issue

Signed-off-by: Stephen Crawford <[email protected]>

* fix thread issue

Signed-off-by: Stephen Crawford <[email protected]>

* Fix thresholds

Signed-off-by: Stephen Crawford <[email protected]>

* Swap to object based

Signed-off-by: Stephen Crawford <[email protected]>

* Spotless

Signed-off-by: Stephen Crawford <[email protected]>

* Swap to preserve nulls

Signed-off-by: Stephen Crawford <[email protected]>

* Spotless

Signed-off-by: Stephen Crawford <[email protected]>

* Resolve npe

Signed-off-by: Stephen Crawford <[email protected]>

* remove final declerations

Signed-off-by: Stephen Crawford <[email protected]>

* spotless

Signed-off-by: Stephen Crawford <[email protected]>

* add annotations

Signed-off-by: Stephen Crawford <[email protected]>

* push to rerun tests

Signed-off-by: Stephen Crawford <[email protected]>

* Fix idea

Signed-off-by: Stephen Crawford <[email protected]>

* Fix idea

Signed-off-by: Stephen Crawford <[email protected]>

---------

Signed-off-by: Stephen Crawford <[email protected]>
(cherry picked from commit 63dc6aa)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

  • RESULT: UNSTABLE ❕
  • TEST FAILURES:
      1 org.opensearch.cluster.coordination.AwarenessAttributeDecommissionIT.testNodesRemovedAfterZoneDecommission_ClusterManagerNotInToBeDecommissionedZone

@codecov
Copy link

codecov bot commented Jun 22, 2023

Codecov Report

Merging #8217 (76b4b9d) into 2.x (efd12df) will increase coverage by 0.07%.
The diff coverage is 84.21%.

@@             Coverage Diff              @@
##                2.x    #8217      +/-   ##
============================================
+ Coverage     70.64%   70.72%   +0.07%     
- Complexity    56851    56890      +39     
============================================
  Files          4703     4703              
  Lines        269104   269109       +5     
  Branches      39774    39777       +3     
============================================
+ Hits         190118   190326     +208     
+ Misses        62702    62449     -253     
- Partials      16284    16334      +50     
Impacted Files Coverage Δ
...ain/java/org/opensearch/tasks/CancellableTask.java 80.76% <81.25%> (-6.19%) ⬇️
server/src/main/java/org/opensearch/node/Node.java 85.99% <100.00%> (ø)
...ain/java/org/opensearch/plugins/ClusterPlugin.java 83.33% <100.00%> (+33.33%) ⬆️

... and 442 files with indirect coverage changes

@reta reta merged commit de9e8dd into 2.x Jun 22, 2023
@github-actions github-actions bot deleted the backport/backport-8063-to-2.x branch June 22, 2023 15:04
gaiksaya pushed a commit to gaiksaya/OpenSearch that referenced this pull request Jun 26, 2023
…rch-project#8063) (opensearch-project#8217)

* fix thread issue



* fix thread issue



* Fix thresholds



* Swap to object based



* Spotless



* Swap to preserve nulls



* Spotless



* Resolve npe



* remove final declerations



* spotless



* add annotations



* push to rerun tests



* Fix idea



* Fix idea



---------


(cherry picked from commit 63dc6aa)

Signed-off-by: Stephen Crawford <[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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant