Fix/test validated link target tempdir#3223
Conversation
|
Hi @intojhanurag. Thanks for your PR. I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3223 +/- ##
==========================================
+ Coverage 51.80% 54.55% +2.75%
==========================================
Files 162 162
Lines 19132 19216 +84
==========================================
+ Hits 9912 10484 +572
+ Misses 8242 7688 -554
- Partials 978 1044 +66
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Hey @lkingland , Now it is ready for review . Please take a look , if you have a moment. |
|
This PR (and also I have seen a similar one recently perhaps from you @intojhanurag as well) removes the test leftover files, we should remove those .gitignore paths now that they are no longer necessary as part of cleanup |
|
Hey @gauron99 , I think there was two-three issues of same type but not exactly same . |
|
Looking good! I made a little comment on the issue itself. Can we either 1) open a new issue to track hunting down any other tests which create those links or 2) fix them as part of this issue #3197. That way we can reach the final goal of being able to remove those lines from .gitignore 👍🏻 |
|
Hey @lkingland, I first deleted both files from the repo where they were being created, then I ran "make test". I checked, and they were not created again. |
|
Ideally I would like to make sure this is FOR SURE removed so we dont have to go back and forth. Ideally running If you're not sure lets keep the issue open so we know its not completely finished/investigated and please edit the issue to track what has been done and what hasnt, thanks! |
|
Hey @gauron99 , Idk why "make test-full" command stuck in my laptop . but i checked on "make test" there is no file creating. btw we can keep open till then. |
|
|
lkingland
left a comment
There was a problem hiding this comment.
Looking good!
If those files sneak back in, I'll open a new issue
(I have the ability to run make test-full already set up)
👍
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: intojhanurag, lkingland 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 |
|
This PR partially fixes #3158; taking care of the |
Fixed: #3197