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

Fix the flaky in allocation IT during multinode test #983

Conversation

bowenlan-amzn
Copy link
Member

@bowenlan-amzn bowenlan-amzn commented Oct 4, 2023

Issue #, if available:

Description of changes:

CheckList:

  • 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: bowenlan-amzn <bowenlan23@gmail.com>
@@ -100,9 +97,6 @@ class AllocationActionIT : IndexStateManagementRestTestCase() {
assertEquals(actionConfig.require["_name"], settings["index.routing.allocation.require._name"])
}

// Third execution: Waits for allocation to complete, which will happen in this execution since index is small
Copy link
Member Author

Choose a reason for hiding this comment

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

No need to trigger the third execution, since the second execution already apply the allocation setting, and we just need to wait for the setting takes effect

The third execution trigger seems collide with the deletion of ISM system index in multi-node test, which could like to a corrupt node lock. Check the analysis here #90 (comment)

@codecov
Copy link

codecov bot commented Oct 4, 2023

Codecov Report

Merging #983 (b2b6ed4) into main (8b0cd6d) will decrease coverage by 0.13%.
Report is 1 commits behind head on main.
The diff coverage is n/a.

@@             Coverage Diff              @@
##               main     #983      +/-   ##
============================================
- Coverage     74.69%   74.56%   -0.13%     
+ Complexity     2753     2751       -2     
============================================
  Files           361      361              
  Lines         16077    16077              
  Branches       2314     2314              
============================================
- Hits          12008    11988      -20     
- Misses         2788     2811      +23     
+ Partials       1281     1278       -3     

see 9 files with indirect coverage changes

@bowenlan-amzn bowenlan-amzn merged commit 502097e into opensearch-project:main Oct 5, 2023
24 checks passed
@bowenlan-amzn bowenlan-amzn deleted the multinode-allocation-flaky branch October 5, 2023 21:33
opensearch-trigger-bot bot pushed a commit that referenced this pull request Oct 5, 2023
Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
(cherry picked from commit 502097e)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
bowenlan-amzn pushed a commit that referenced this pull request Oct 5, 2023
(cherry picked from commit 502097e)

Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
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>
Joshua152 pushed a commit to Joshua152/index-management that referenced this pull request Oct 10, 2023
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.

3 participants