-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: inconsistent tests, failing symlink deletion on windows
- Loading branch information
Showing
12 changed files
with
120 additions
and
92 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,16 @@ | ||
--- | ||
source: src/yolk.rs | ||
expression: "miette::Report::from(yolk.sync_egg_deployment(&egg).unwrap_err())" | ||
snapshot_kind: text | ||
expression: render_error(yolk.sync_egg_deployment(&egg).unwrap_err()) | ||
--- | ||
× Failed to deploy egg bar | ||
╰─▶ × Something went wrong | ||
|
||
Error: | ||
× Failed to deploy ~/yolk/eggs/bar/[filename] | ||
╰─▶ failed to symlink file from /tmp/[tmp-dir]/yolk/eggs/bar/[filename] | ||
to /tmp/[tmp-dir]/[filename]: File exists (os error 17) | ||
× Failed to deploy /tmp/[tmp-dir]/yolk/eggs/bar/[filename] | ||
├─▶ Failed to create symlink at /tmp/[tmp-dir]/[filename] -> /tmp/[tmp-dir]/yolk/eggs/bar/[filename] | ||
╰─▶ File exists (os error 17) | ||
|
||
Error: | ||
× Failed to deploy ~/yolk/eggs/bar/[filename] | ||
╰─▶ failed to symlink file from /tmp/[tmp-dir]/yolk/eggs/bar/[filename] | ||
to /tmp/[tmp-dir]/[filename]: File exists (os error 17) | ||
× Failed to deploy /tmp/[tmp-dir]/yolk/eggs/bar/[filename] | ||
├─▶ Failed to create symlink at /tmp/[tmp-dir]/[filename] -> /tmp/[tmp-dir]/yolk/eggs/bar/[filename] | ||
╰─▶ File exists (os error 17) |
6 changes: 2 additions & 4 deletions
6
src/snapshots/yolk__yolk__test__syntax_error_in_yolk_rhai.snap
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
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
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
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