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

[Segment Replication] Remove testUpdateSegmentsWhileRefreshing flaky test failure #8943

Merged
merged 1 commit into from
Jul 28, 2023

Conversation

dreamer-89
Copy link
Member

@dreamer-89 dreamer-89 commented Jul 28, 2023

Description

Deleting testUpdateSegmentsWhileRefreshing test as it flaky and not needed anymore. The original PR where logic to perform blocking refresh on NRTReaderManager was added, got removed in follow up PR #8859.

Related Issues

Resolves #8941

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
  • Commit changes are listed out in CHANGELOG.md file (See: Changelog)

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.

Copy link
Member

@mch2 mch2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching this!

@dreamer-89 dreamer-89 added the backport 2.x Backport to 2.x branch label Jul 28, 2023
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@dreamer-89
Copy link
Member Author

Screenshot 2023-07-27 at 8 37 30 PM

testIndexDeletionDuringSnapshotCreationInQueue -> #5031

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

  • RESULT: UNSTABLE ❕
  • TEST FAILURES:
      1 org.opensearch.indices.replication.SegmentReplicationTargetServiceTests.testShardAlreadyReplicating

@codecov
Copy link

codecov bot commented Jul 28, 2023

Codecov Report

Merging #8943 (90f2f3f) into main (91bc891) will decrease coverage by 0.06%.
Report is 6 commits behind head on main.
The diff coverage is n/a.

@@             Coverage Diff              @@
##               main    #8943      +/-   ##
============================================
- Coverage     71.05%   71.00%   -0.06%     
- Complexity    57198    57201       +3     
============================================
  Files          4758     4758              
  Lines        269863   269863              
  Branches      39484    39484              
============================================
- Hits         191755   191615     -140     
- Misses        61982    62100     +118     
- Partials      16126    16148      +22     

see 464 files with indirect coverage changes

@dreamer-89 dreamer-89 merged commit 723cab6 into opensearch-project:main Jul 28, 2023
17 of 40 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Jul 28, 2023
Signed-off-by: Suraj Singh <[email protected]>
(cherry picked from commit 723cab6)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
mch2 pushed a commit that referenced this pull request Jul 28, 2023
…8952)

(cherry picked from commit 723cab6)

Signed-off-by: Suraj Singh <[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>
baba-devv pushed a commit to baba-devv/OpenSearch that referenced this pull request Jul 28, 2023
baba-devv pushed a commit to baba-devv/OpenSearch that referenced this pull request Jul 29, 2023
kaushalmahi12 pushed a commit to kaushalmahi12/OpenSearch that referenced this pull request Sep 12, 2023
brusic pushed a commit to brusic/OpenSearch that referenced this pull request Sep 25, 2023
shiv0408 pushed a commit to Gaurav614/OpenSearch that referenced this pull request Apr 25, 2024
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 skip-changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] NRTReplicationReaderManagerTests.testUpdateSegmentsWhileRefreshing flaky test failure
2 participants