-
-
Notifications
You must be signed in to change notification settings - Fork 947
appveyor test #1220
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
appveyor test #1220
Conversation
|
Per here, appveyor VS2022 image is running Docker Desktop 2.2.0.5 using LCOW (Linux containers on Windows). LCOW is deprecated and no longer exists in later versions. moby/moby#36682 seems to correlate with the errors here. Until appveyor updates the docker version on the windows images, we might need a linux image in order to get the integration tests running. |
Ok well the integration tests are running now, albeit with lots of failures (hopefully #1187 and #922 have fixes for some of them). Of course, the .NET Framework unit tests can't run on linux (doh). So maybe we do in fact need to run both a windows and a linux image, where the windows image runs the unit tests on |
I think the tests run serially anyway so I don't think the last commit does anything. The tests are pretty much all failing on the
or
Are the connections being re-established too quickly? |
I'll come back to this another time (when I have an idea of what to try next...). Happy for anyone to take over. |
I will take care of it. I know how to run integration test in GitHub action. |
Great. Hopefully you don't have the same issues (I think the problem could be port reuse) |
No description provided.