[oadp-1.5] fix(general): tempfile.Create on Linux (x64/arm64) (#4504) - #44
Conversation
- Add `TestCreateSucceedsWhenDirIsNotSpecified` - Use `os.TempDir` when `dir` is not specified (empty string) Ref: - Fixes kopia#4331 - Fixes kopia#2415
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## oadp-1.5 #44 +/- ##
===========================================
Coverage ? 77.57%
===========================================
Files ? 527
Lines ? 30398
Branches ? 0
===========================================
Hits ? 23581
Misses ? 4804
Partials ? 2013 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mpryc, shubham-pampattiwar, sseago, weshayutin The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
1 similar comment
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mpryc, shubham-pampattiwar, sseago, weshayutin The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
cherry-pick of kopia#4504
TestCreateSucceedsWhenDirIsNotSpecifiedos.TempDirwhendiris not specified (empty string)Ref:
tempfile.Create()kopia/kopia#2415