Uh oh!
There was an error while loading. Please reload this page.
CI: add Windows Integration Tests for .NET - #1704
Conversation
scott-xu
commented
Sep 28, 2025
How about adding some filters |
mus65
commented
Sep 28, 2025
I would be OK with that. We could also run these in parallel to the .NET Framework tests. There is one test failure though, no idea about that one. |
mus65
commented
Oct 3, 2025
I can reproduce the test failure locally on linux when running the net9.0 tests multiple times against the same SSH server container. Recreating the SSH container fixes it. So this appears to be caused by some left over state in the SSH server from the previous run. Shouldn't we run these in in separate jobs in CI anyway? Then they would use their own SSH containers and run in parallel which would speed things up significantly. There is obviously some kind of issue in the tests though either way. I will try to narrow it down further... |
Rob-Hague
commented
Oct 3, 2025
Yeah, they should be separate legs. Thanks for digging in |
so they run in parallel and we avoid the Common_CreateMoreChannelsThanMaxSessions test failure.
this fixes a test failure in Common_CreateMoreChannelsThanMaxSessions when running the tests multiple times against the same SSH server instance. see sshnet#1704 (comment)
mus65
commented
Oct 3, 2025
Opened #1710 to fix the test failure. |
this fixes a test failure in Common_CreateMoreChannelsThanMaxSessions when running the tests multiple times against the same SSH server instance. see sshnet#1704 (comment)
turns out this is caused by DNS resolution taking about 2 seconds on every new connection...
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
see #1702 (comment)