-
Notifications
You must be signed in to change notification settings - Fork 91
Add support for running tests on Windows #90
Conversation
The test suite was flaky on Windows due to some internal bug in connecting to the named pipe endpoint in Docker for Windows' Docker daemon. The latest version of `go-winio` includes a fix that makes the connection much more stable.
Hmmm, it looks like I hit appveyor/ci#1717. See Run Linux and Windows containers on AppVeyor with Docker CE.
Seems like this is only available as a paid option... |
What a pity. But I will merge your PR. Let's see if they enable it for the free version in the future. I will also ask if Hashicorp has an internal tool to run tests on windows. Nevertheless, |
In the meantime, would you like me to remove the |
Yes that makes sense because we have to test the |
Alright, removed |
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 thx 👍
Replaces #58 and #59.