-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[Flaky Tests] Fixing flaky tests related to derived source tests #18493
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
[Flaky Tests] Fixing flaky tests related to derived source tests #18493
Conversation
❕ Gradle check result for 7cffee1: 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. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #18493 +/- ##
============================================
+ Coverage 72.70% 72.71% +0.01%
- Complexity 68069 68092 +23
============================================
Files 5531 5536 +5
Lines 313167 313302 +135
Branches 45451 45460 +9
============================================
+ Hits 227682 227832 +150
+ Misses 66994 66915 -79
- Partials 18491 18555 +64 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Tanik Pansuriya <[email protected]>
7cffee1
to
a46c4f1
Compare
The fact that this PR has run a couple of Gradle checks that actually passed, it definitely feels like an improvement. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I only have a mild concern over the duration passed to Thread#join
.
As I mentioned in my other comment, it looks like this PR improves the current flaky test situation. I think we should increase the timeout on Thread#join
, but I'd be happy to let that wait for another PR.
server/src/internalClusterTest/java/org/opensearch/recovery/FullRollingRestartIT.java
Show resolved
Hide resolved
…arch-project#18493) Signed-off-by: Tanik Pansuriya <[email protected]>
…opensearch-project#18493)" This reverts commit 674de10. Signed-off-by: Andrew Ross <[email protected]>
…arch-project#18493) Signed-off-by: Tanik Pansuriya <[email protected]>
…arch-project#18493) Signed-off-by: Tanik Pansuriya <[email protected]>Signed-off-by: TJ Neuenfeldt <[email protected]>
…arch-project#18493) Signed-off-by: Tanik Pansuriya <[email protected]>
Description
Related Issues
Resolves #18485 #18490
Issue:
Fix:
org.opensearch.index.engine.InternalEngineTests.testNewChangesSnapshotWithDeleteAndUpdate
Fix:
Fix:
Fix
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.