-
Notifications
You must be signed in to change notification settings - Fork 976
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
Retry on file/folder deletion with Windows longpath support #9561
Conversation
❌ Changelog Entry Missing HyphenChangelog entries must begin with a hyphen (-). |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9561 +/- ##
==========================================
- Coverage 61.82% 61.81% -0.02%
==========================================
Files 3825 3825
Lines 92040 92058 +18
Branches 14598 14602 +4
==========================================
Hits 56902 56902
- Misses 31464 31482 +18
Partials 3674 3674
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
❌ Changelog Entry Missing HyphenChangelog entries must begin with a hyphen (-). |
1 similar comment
❌ Changelog Entry Missing HyphenChangelog entries must begin with a hyphen (-). |
Note that @AMoo-Miki probably already have the longpath thing handled somewhere but I am not sure how to find or import those. This is a quick fix so that 3.0.0-alpha1 can be built properly on windows. Thanks. |
❌ Changelog Entry Missing HyphenChangelog entries must begin with a hyphen (-). |
1 similar comment
❌ Changelog Entry Missing HyphenChangelog entries must begin with a hyphen (-). |
dd9ebf0
to
f470846
Compare
Hi @ashwin-pc @sejli could you help me with how to update tests and changelog? Thanks. |
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Hi @virajsanghvi @ashwin-pc @kavilla @ananzh @sejli @AMoo-Miki could you help approve this PR to unblock 3.0.0-alpha1? Thanks. |
59bcae1
into
opensearch-project:main
Description
Retry on file/folder deletion with Windows longpath support
Issues Resolved
#9397 (comment)
opensearch-project/opensearch-build#3747
Screenshot
Testing the changes
Before:
After: https://build.ci.opensearch.org/job/distribution-build-opensearch-dashboards/8370/console
Changelog
Check List
yarn test:jest
yarn test:jest_integration