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

Fixing the flaky in rollup API test #981

Merged

Conversation

bowenlan-amzn
Copy link
Member

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

Issue #, if available:

Description of changes:

Rollup API tests have flaky because the rollup created is not cleaned before the next test starts, and when the next test starts, it cannot create rollup since previous rollup updates with wrong mapping.

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.

fail("expected 404 ResponseException")
} catch (e: ResponseException) {
assertEquals(RestStatus.NOT_FOUND, e.response.restStatus())
createRandomRollup()
Copy link
Member Author

Choose a reason for hiding this comment

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

The creation may finish after the delete request sent in multi-node scenario

@codecov
Copy link

codecov bot commented Oct 4, 2023

Codecov Report

Merging #981 (fde3699) into main (8b0cd6d) will increase coverage by 0.02%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##               main     #981      +/-   ##
============================================
+ Coverage     74.69%   74.71%   +0.02%     
- Complexity     2753     2754       +1     
============================================
  Files           361      361              
  Lines         16077    16077              
  Branches       2314     2314              
============================================
+ Hits          12008    12012       +4     
- Misses         2788     2789       +1     
+ Partials       1281     1276       -5     

see 6 files with indirect coverage changes

@bowenlan-amzn bowenlan-amzn merged commit 784ad4f into opensearch-project:main Oct 5, 2023
24 checks passed
@bowenlan-amzn bowenlan-amzn deleted the rollup-api-test-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 <[email protected]>
(cherry picked from commit 784ad4f)
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 784ad4f)

Signed-off-by: bowenlan-amzn <[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>
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