generated from pulumi/pulumi-provider-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated error handling and added new test (#172)
- Changed the logging level from Error to Warning when a delete operation fails. - Added a new test case in mv_test.go to verify the behavior when a file doesn't exist. The test creates a file, moves it, verifies its existence at the destination and non-existence at the source, then deletes it and checks that it no longer exists at either location.
- Loading branch information
1 parent
af636c5
commit 4d96e62
Showing
2 changed files
with
39 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters