Uh oh!
There was an error while loading. Please reload this page.
Ignore LoopbackServer exceptions in MaxHeadersLength test - #73937
Ignore LoopbackServer exceptions in MaxHeadersLength test#73937MihaZupan wants to merge 6 commits into
Conversation
ghost
commented
Aug 15, 2022
Tagging subscribers to this area: @dotnet/ncl |
ManickaP
left a comment
There was a problem hiding this comment.
LGTM, thanks. Small suggestion.
Uh oh!
There was an error while loading. Please reload this page.
The test is failing with "inactivity" on both client and server side (console logs):
It also hit an Assert with no message that I can't find anywhere near the reported line in I don't see a reason why both sides would be hanging on this specific test. I will disable this specific test for H3 for now instead to clean up CI. |
Based on the console logs, in both cases the server is waiting on data on the control stream: That's why everything times out, server won't reply until it read the settings frame from the control stream. The process killing Assert comes from OpenOutboundStream and is for Bidirectional stream, so it's not that. |
2a2f673 to
4426774CompareNo-merge until the tests are actually fixed
😆 |
CarnaViire
commented
Aug 18, 2022
Note |
ManickaP
commented
Aug 18, 2022
The SUCCESS status comes from this line: |
MihaZupan
commented
Aug 18, 2022
This is the first time I've seen that specific failure. |
rzikm
commented
Aug 18, 2022
I am trying to setup alpine wsl so I can take a look at the dump, but the source suggests that we receive the success status from MsQuic |
rzikm
commented
Aug 23, 2022
Assert should be fixed by #74348 |
MihaZupan
commented
Aug 23, 2022
Not getting much use out of running CI here, closing for now. |
Fixes#73930