-
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
Run MsQuic tests in parallel. #100947
Run MsQuic tests in parallel. #100947
Conversation
/azp run runtime-coreclr libraries-outerloop |
No pipelines are associated with this pull request. |
/azp run runtime libraries-coreclr-outerloop |
No pipelines are associated with this pull request. |
/azp run runtime-libraries-coreclr outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
Test failures don't seem related, all platforms seem to have recent enough MsQuic so all fixes are appled. I think we can go ahead an proceed. Please review. |
actually, let's look also at jitstress and other stress pipelines |
/azp run runtime-coreclr jitstress |
/azp run runtime-coreclr jitstressregs |
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
Azure Pipelines successfully started running 1 pipeline(s). |
Should we also remove this: runtime/src/libraries/System.Net.Http/tests/StressTests/HttpStress/Program.cs Lines 189 to 205 in b7c3446
And also all of these in H3 tests: runtime/src/libraries/System.Net.Http/tests/FunctionalTests/SocketsHttpHandlerTest.cs Line 4027 in b7c3446
??? |
/azp run runtime-coreclr jitstress |
Azure Pipelines successfully started running 1 pipeline(s). |
There's one failure of |
Ci failures are unrelated, let's roll. |
This reverts commit c30ea34.
* Run MsQuic tests in parallel. * Removed workarounds in other parts of the code. * Remove filter in active issue for failing test * Remove extra property
* Run MsQuic tests in parallel. * Removed workarounds in other parts of the code. * Remove filter in active issue for failing test * Remove extra property
Closes #55979.
Past work in #98361 resolved the issue and all CI images have picked up microsoft/msquic#4164.