-
Notifications
You must be signed in to change notification settings - Fork 1k
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
fix: untracked file after cloning on Windows #4122
fix: untracked file after cloning on Windows #4122
Conversation
This patch resolves a problem on Windows. After cloning the repo, git status shows one untracked file. This is a due to the trailing period in the file name. Fix #4023.
@confluentinc It looks like @albertosantini just signed our Contributor License Agreement. 👍 Always at your service, clabot |
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.
Thanks @albertosantini,
I appreciate you may simple not have the time to put a check in place to reject test names ending in a period.
Would you mind renaming the expected topology file as well, and adding that to the PR, and I can then merge...
Appreciate your input on this matter!
@big-andy-coates I am sorry for the partial PR. My main point of pain (on Windows) is that file doesn't have any trailing period.
Basically I see that file as untracked. Indeed I was wondering if I need to do some changes (renaming, for instance) to the actual file (that with the period); in this case I cannot do anything, because my git state is not coherent just after cloning. Shall you help me, please? About testing. |
The trailing period hurts Windows box.
I recovered a Linux box and I achieved to rename the expected topology file, removing the trailing period. |
Ah yes, of course you're going to have issues renaming a file you can't get on your filesystem. My bad! Thanks for sorting. You're contribution is much appreciated! |
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
Tested. Forked and cloned again.
Perfect! |
Description
This patch resolves a problem on Windows.
After cloning the repo, git status shows one untracked file.
This is a due to the trailing period in the file name.
Fix #4023.
See also the the comments in the old PR #4046.
Testing done
I added and commit again the file.
Then I cloned again the repo and now it is ok.
Reviewer checklist