Uh oh!
There was an error while loading. Please reload this page.
Run MsQuic tests in parallel. - #100947
Conversation
rzikm
commented
Apr 12, 2024
/azp run runtime-coreclr libraries-outerloop |
|
No pipelines are associated with this pull request. |
rzikm
commented
Apr 12, 2024
/azp run runtime libraries-coreclr-outerloop |
|
No pipelines are associated with this pull request. |
rzikm
commented
Apr 12, 2024
/azp run runtime-libraries-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
rzikm
commented
Apr 15, 2024
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. |
rzikm
commented
Apr 15, 2024
actually, let's look also at jitstress and other stress pipelines |
rzikm
commented
Apr 15, 2024
/azp run runtime-coreclr jitstress |
rzikm
commented
Apr 15, 2024
/azp run runtime-coreclr jitstressregs |
|
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
|
Azure Pipelines successfully started running 1 pipeline(s). |
ManickaP
commented
Apr 15, 2024
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: ??? |
rzikm
commented
Apr 15, 2024
/azp run runtime-coreclr jitstress |
|
Azure Pipelines successfully started running 1 pipeline(s). |
rzikm
commented
Apr 15, 2024
There's one failure of |
rzikm
commented
Apr 16, 2024
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.