-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[QUIC] Add minimal testing to MsQuic CI #101589
Comments
Tagging subscribers to this area: @dotnet/ncl |
Another type of regression, added functionality broke Linux distros beside Ubuntu: #101625 (microsoft/msquic#3849, microsoft/msquic#4264) Related: microsoft/msquic#3460 |
Initial implementation is here: liveans/play-with-docker-github-actions |
I think we can close this now, since we have some basic test on msquic pipeline. |
Add minimal tests on all the same platforms that runtime CI uses.
This is needed to verify that the produced library is loadable and to prevent regressions like Alpine Arm32 #91757
By minimal test I mean a .NET application that would at least check
QuicConnection.IsSupported
, and it might also have a minimal send-receive test. This obviously can be expanded if we ever feel the need to.We don't need a rolling build, I assume this might be only needed if we update MsQuic - so the testing leg only needs a manual trigger, if it is easier to do so.
The text was updated successfully, but these errors were encountered: