-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Revert "Optimize remote state stale file deletion (#13131)" #13969
Conversation
@andrross @dblock reverting due to new flaky tests, @sachinpkale @shiv0408 please resubmit when flakyness is understood and eliminated. |
❌ Gradle check result for cdd54a1: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
@reta rather than reverting the whole change, can we disable the test instead? I found the reason for flakiness and we can discuss how we can modify the test to accommodate that. Does necessarily need to revert the whole change. |
❕ Gradle check result for cdd54a1: 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 ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #13969 +/- ##
============================================
+ Coverage 71.42% 71.71% +0.29%
- Complexity 59978 61367 +1389
============================================
Files 4985 5065 +80
Lines 282275 288188 +5913
Branches 40946 41738 +792
============================================
+ Hits 201603 206666 +5063
- Misses 63999 64469 +470
- Partials 16673 17053 +380 ☔ View full report in Codecov by Sentry. |
@shiv0408 the nature of the failure is unknown - either impl is not stable or test is not stable, please spend more time on the change and resubmit it. |
…#13131)" This reverts commit b9befaa. Signed-off-by: Andriy Redko <[email protected]>
Reverting this commit will just bring another flaky test #12798, which was removed as part of this. |
I will reopen the issue than, thanks for heads up |
❌ Gradle check result for 4bdac24: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
@andrross @kotwanikunal folks mind please reapproving (rebased)? thank you |
❕ Gradle check result for 4bdac24: 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. |
…#13131)" (opensearch-project#13969) This reverts commit b9befaa. Signed-off-by: Andriy Redko <[email protected]>
…#13131)" (opensearch-project#13969) This reverts commit b9befaa. Signed-off-by: Andriy Redko <[email protected]>
…#13131)" (opensearch-project#13969) This reverts commit b9befaa. Signed-off-by: Andriy Redko <[email protected]>
…#13131)" (opensearch-project#13969) This reverts commit b9befaa. Signed-off-by: Andriy Redko <[email protected]>
…#13131)" (opensearch-project#13969) This reverts commit b9befaa. Signed-off-by: Andriy Redko <[email protected]>
This reverts commit b9befaa.
Description
Introduces new flaky tests #13968
Related Issues
Reverting #13131
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.