-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Add more wait time to assertBusy to fix RemoteFsTimestampAwareTranslo… #15865
Add more wait time to assertBusy to fix RemoteFsTimestampAwareTranslo… #15865
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #15865 +/- ##
============================================
+ Coverage 71.94% 72.47% +0.53%
- Complexity 64224 64728 +504
============================================
Files 5272 5272
Lines 300538 300538
Branches 43432 43432
============================================
+ Hits 216212 217806 +1594
+ Misses 66575 65320 -1255
+ Partials 17751 17412 -339 ☔ View full report in Codecov by Sentry. |
…gTests.testSimpleOperationsUpload Signed-off-by: Sachin Kale <[email protected]>
b37ea44
to
e2bbd19
Compare
❕ Gradle check result for e2bbd19: 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. |
❕ Gradle check result for e2bbd19: 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. |
❕ Gradle check result for e2bbd19: 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. |
…gTests.testSimpleOperationsUpload (#15865) Signed-off-by: Sachin Kale <[email protected]> (cherry picked from commit 92d7fe8) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…gTests.testSimpleOperationsUpload (#15865) Signed-off-by: Sachin Kale <[email protected]> (cherry picked from commit 92d7fe8) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…gTests.testSimpleOperationsUpload (#15865) (#15894) (cherry picked from commit 92d7fe8) Signed-off-by: Sachin Kale <[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>
…gTests.testSimpleOperationsUpload (opensearch-project#15865) Signed-off-by: Sachin Kale <[email protected]>
…gTests.testSimpleOperationsUpload (opensearch-project#15865) Signed-off-by: Sachin Kale <[email protected]>
…gTests.testSimpleOperationsUpload (opensearch-project#15865) Signed-off-by: Sachin Kale <[email protected]>
Description
RemoteFsTimestampAwareTranslogTests.testSimpleOperationsUpload
test is flaky at assertion which checks for number of metadata files in remote translog aftertrimUnreferencedReaders
is called.assertBusy
timeout.Related Issues
Check List
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.