Uh oh!
There was an error while loading. Please reload this page.
appveyor test - #1220
Conversation
Rob-Hague
commented
Oct 21, 2023
|
Rob-Hague
commented
Oct 21, 2023
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 |
Rob-Hague
commented
Oct 22, 2023
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? |
Rob-Hague
commented
Oct 24, 2023
I'll come back to this another time (when I have an idea of what to try next...). Happy for anyone to take over. |
WojciechNagorski
commented
Oct 25, 2023
I will take care of it. I know how to run integration test in GitHub action. |
Rob-Hague
commented
Oct 25, 2023
Great. Hopefully you don't have the same issues (I think the problem could be port reuse) |
No description provided.