-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[release-19.0] Replace uses of os.Create with os2.Create within backup/restore workflows (#17648) #17664
Conversation
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
Hello @mattrobenolt, there are conflicts in this backport. Please address them in order to merge this Pull Request. You can execute the snippet below to reset your branch and resolve the conflict manually. Make sure you replace
|
Signed-off-by: Matt Lord <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release-19.0 #17664 +/- ##
================================================
+ Coverage 65.21% 65.24% +0.02%
================================================
Files 1560 1561 +1
Lines 238393 238401 +8
================================================
+ Hits 155468 155533 +65
+ Misses 82925 82868 -57 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Matt Lord <[email protected]>
84d543b
to
1805581
Compare
Description
This is a backport of #17648