-
Notifications
You must be signed in to change notification settings - Fork 34
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
check whether symlink exists #534
check whether symlink exists #534
Conversation
3a38799
to
124a642
Compare
Codecov Report
@@ Coverage Diff @@
## main #534 +/- ##
==========================================
- Coverage 13.14% 13.01% -0.14%
==========================================
Files 40 40
Lines 5943 6003 +60
==========================================
Hits 781 781
- Misses 5034 5094 +60
Partials 128 128
... and 4 files with indirect coverage changes 📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
Signed-off-by: Serge Hallyn <[email protected]>
124a642
to
536ae90
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm but still need to understand whether our test cases are incomplete since we didn't need this check until now.
If I first stacker build --layer-type=squashfs, then --layer-type=tar, then this case broke for me in two ways. The first time, it would give me:
The second woudl give me:
With this fixed version, it builds the tar layers properly without crashing. |
Signed-off-by: Serge Hallyn <[email protected]>
6b49b78
to
9350b59
Compare
So this fails then? |
What type of PR is this?
Which issue does this PR fix:
What does this PR do / Why do we need it:
If an issue # is not available please add repro steps and logs showing the issue:
Testing done on this change:
Automation added to e2e:
Will this break upgrades or downgrades?
Does this PR introduce any user-facing change?:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.