-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Updated Integration Testing on Windows #6370
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Natnael Gebremariam <[email protected]>
8874a68 to
e0fe522
Compare
client/__debug_bin.exe
Outdated
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.
seems unattended binaries made there way in 🙈
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.
I have now removed all of them.
.vscode/launch.json
Outdated
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.
please remove this one as well
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.
Done!
Signed-off-by: Natnael Gebremariam <[email protected]>
| client/__debug_bin.exe* | ||
| .vscode/ |
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.
Should not be put in project's gitignore as well. If you need these to be ignored, it should be put in your global gitignore through core.excludesFile: https://git-scm.com/docs/gitignore#_configuration
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.
Also squash your commits, thanks!
frontend/dockerfile:
Added explanations for why certain tests remain skipped on Windows and removed an unnecessary skip for Windows.
Changes:
Continued to skip testCopyLinkEmptyDestDir, testCopyLinkDotDestDir, and testTarExporterMulti, with explanations provided.
/client:
Changes:
Fixed the skip for testMoveParentDir and enabled compatibility for both Linux and Windows.
This pull request updates several integration tests to improve Windows compatibility.
Signed-off-by: Natnael Gebremariam [email protected]