-
Notifications
You must be signed in to change notification settings - Fork 119
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
Integration tests on Windows #1134
Comments
@bootstraponline @jan-gogo can we confirm that this might not be necessary? |
@Sloox I think we want to ensure all the integration tests pass on native Windows. This matches the platform support provided by gcloud CLI. |
This was referenced Oct 20, 2020
@piotradamczyk5 or @adamfilipowicz92 is this a duplicate ticket now? |
@Sloox I think yes, maybe we should close this ticket. |
7 tasks
piotradamczyk5
added a commit
that referenced
this issue
Dec 14, 2020
Fixes #896 This PR delete submodule for [binaries ](https://github.com/Flank/binaries) and download them at runtime from [release page ](https://github.com/Flank/binaries/releases) based on os system ## Test Plan > How do we know the code works? `macOs` -> all should work by default because previously binaries were not copied on macOS `linux` -> it download binaries from [release page](https://github.com/Flank/binaries/releases) at runtime to `<user_home>/.flank` directory and unpack them `windows` -> it works similar to `linux` version, however, full support will be available after #1134 All tests should work properly ## Checklist - [x] Documented - [x] Unit tested - [x] Downloading binaries for Linux and Windows at runtime - [x] Create binaries release for Linux and Windows - [x] Update binaries assets after each change on binaries repo [release page](https://github.com/Flank/binaries/releases) >> [PR](Flank/binaries#4) - [x] Delete submodule - [x] Update Github Actions to do not checkout submodules
Sloox
added a commit
that referenced
this issue
Mar 22, 2021
Sloox
added a commit
that referenced
this issue
Mar 22, 2021
Sloox
added a commit
that referenced
this issue
Mar 24, 2021
Sloox
added a commit
that referenced
this issue
Mar 24, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a developer, I want to have integration tests running on Windows workflow so I can guarantee Flank runs across all common operating systems and works as intended.
Is your feature request related to a problem? Please describe.
Currently Integration task workflow encounters errors and needs to be fixed.
Describe the solution you'd like
Integration tests running on the windows workflow
The text was updated successfully, but these errors were encountered: