-
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
Fix flaky tests due to hashed prefix path type snapshots #15560
Conversation
Signed-off-by: Ashish Singh <[email protected]>
0cb4127
to
9fbae1d
Compare
❌ Gradle check result for 0cb4127: 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? |
❕ Gradle check result for 9fbae1d: 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 #15560 +/- ##
============================================
- Coverage 71.99% 71.79% -0.20%
+ Complexity 63700 63619 -81
============================================
Files 5248 5249 +1
Lines 297416 297643 +227
Branches 42984 43011 +27
============================================
- Hits 214113 213699 -414
- Misses 65776 66364 +588
- Partials 17527 17580 +53 ☔ View full report in Codecov by Sentry. |
Flaky test - #14293 |
…oject#15560) Signed-off-by: Ashish Singh <[email protected]>
…oject#15560) Signed-off-by: Ashish Singh <[email protected]>
…oject#15560) Signed-off-by: Ashish Singh <[email protected]>
…oject#15560) Signed-off-by: Ashish Singh <[email protected]>
…oject#15560) Signed-off-by: Ashish Singh <[email protected]>
…oject#15560) Signed-off-by: Ashish Singh <[email protected]>
Description
In the build of main branch after PR merge, saw couple of more tests that have become flaky. Build link - https://build.ci.opensearch.org/job/gradle-check/46090/. In this PR, we are fixing the tests -
Check List
[ ] API changes companion pull request created, if applicable.[ ] Public documentation issue/PR created, if applicable.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.