-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
HttpStress, HTTP/3: content mismatch in POST Duplex Slow #76183
Comments
Tagging subscribers to this area: @dotnet/ncl Issue DetailsThe following issue has appeared two times in the CI stress runs against
|
Triage: To our best knowledge, it should be addressed in main and latest 7.0 by copying buffer in HTTP/3. We should not see it. |
The content is diverging at 137 position of 312, so in the middle. And it's diverging in one character. Also the test is sending the data one byte at a time, so one of the bytes got lost somewhere. This might be a bug in our code as well as in msquic. We should try to reproduce locally and get logs. |
Another hit on Windows in https://dev.azure.com/dnceng-public/public/_build/results?buildId=254920&view=logs&j=0bc77094-9fcd-5c38-f6e4-27d2ae131589&t=4fd93899-d50b-5dc1-f9eb-66ab1b883c22:
In this case, we're not missing any bytes, but |
I see a very similar failure in
|
Likely related to #87559 Not a regression against 7.0 - puntable if needed. |
Not much has changed, moving to 9.0 due to limited remaining time. We should continue working on it to have a fix handy for backport if needed. |
See #42211 (comment) |
A new failure type appeared on main that is most likely caused by the same root cause. (I'm not 100% sure, but I don't find it worthy to open a new issue at this point.)
https://dev.azure.com/dnceng-public/public/_build/results?buildId=480929&view=logs&j=22fea640-1099-5f32-ec5d-316ad83f359a&t=a923b061-8445-5c16-cd6e-848990587cb0 |
@rzikm @CarnaViire @ManickaP there is a drastical increase in hits of this issue in recent runs, most likely as a result of switching to DEBUG msquic in #100023. The good news is that it now should be easier to reproduce, since every Linux CI run hits it 200-300 times. I would love to see this prioritized. |
This is pending on microsoft/msquic#4215. Let's wait a bit if it gets in soon, before we decide to switch to one of the released branches of msquic. |
The following issue has appeared two times in the CI stress runs against
main
in thePOST Duplex Slow operation
, first noticed on 09/13. At this point I cannot exclude the possibility that the issue also affects therelease/7.0
code.https://dev.azure.com/dnceng-public/public/_build/results?buildId=14692&view=logs&j=0da5d1d9-276d-5173-c4c4-9d4d4ed14fdb&t=1451f5f3-0108-5a08-5b92-e984b2a85bbd&l=634
The text was updated successfully, but these errors were encountered: