Skip to content

Fix flaky pull-based ingestion tests #18216

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

Merged
merged 1 commit into from
May 6, 2025

Conversation

varunbharadwaj
Copy link
Contributor

Description

A few pull-based ingestion IT tests are marked flaky. Majority of these are due to timeout errors creating Kafka topic. Though unable to reproduce any of these in local at this time, this PR increases the wait time for topic creation. Also adds a check in pause/resume API call to make sure pause/resume is complete before proceeding. This PR will be merged and observe for further reported flaky tests, if any.

Related Issues

Resolves #17693

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: Varun Bharadwaj <[email protected]>
@github-actions github-actions bot added >test-failure Test failure from CI, local build, etc. autocut flaky-test Random test failure that succeeds on second run labels May 6, 2025
Copy link
Contributor

github-actions bot commented May 6, 2025

❕ Gradle check result for 6a459b8: 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.

Copy link

codecov bot commented May 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.62%. Comparing base (70e890a) to head (6a459b8).
Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main   #18216      +/-   ##
============================================
+ Coverage     72.52%   72.62%   +0.09%     
- Complexity    67228    67300      +72     
============================================
  Files          5476     5476              
  Lines        310470   310470              
  Branches      45131    45131              
============================================
+ Hits         225168   225472     +304     
+ Misses        66973    66710     -263     
+ Partials      18329    18288      -41     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Contributor

@yupeng9 yupeng9 left a comment

Choose a reason for hiding this comment

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

LG

@varunbharadwaj varunbharadwaj marked this pull request as ready for review May 6, 2025 15:30
@varunbharadwaj varunbharadwaj requested a review from a team as a code owner May 6, 2025 15:30
@andrross andrross merged commit d6e4db1 into opensearch-project:main May 6, 2025
32 of 33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autocut flaky-test Random test failure that succeeds on second run >test-failure Test failure from CI, local build, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[AUTOCUT] Gradle Check Flaky Test Report for RemoteStoreKafkaIT
3 participants