Skip to content
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] All runs of POST Multipart Data failing #103128

Closed
antonfirsov opened this issue Jun 6, 2024 · 4 comments
Closed

[HttpStress] All runs of POST Multipart Data failing #103128

antonfirsov opened this issue Jun 6, 2024 · 4 comments

Comments

@antonfirsov
Copy link
Member

antonfirsov commented Jun 6, 2024

Runs of POST Multipart Data are failing across all HTTP versions on all OS-es. The failures seem to be deterministic.
First occurrence on May 31:
https://dev.azure.com/dnceng-public/public/_build/results?buildId=693955&view=logs&j=22fea640-1099-5f32-ec5d-316ad83f359a&t=f4d03b33-e265-5206-5dc1-b33aeb754840

 System.Exception: Expected response content "--test_boundary
 Content-Type: text/plain; charset=utf-8
 
 Zw13H9B95PVb78wxo7k4viuOemXsIFVvMuxXkp7friihkppM5EdYXCkr1dOUbIrqtaFDAPCz05CD0CdpxBn4cxNAA6V7Qc3YrsoAabBg1eXSzWrpzZXPVmEwC434t4YN1dL8OTEL062xQvAdEg7r4d24erxVY6mw59RMAjQWKCPPkGWHuPpCxhJNaHUWVjmtJ5sGToSVGbWrEdKNLgb9GazOq4ltFt0bQW5eOFn5wKwMAR8wx6Ap8dcj6TPP3ZGMavRiYfz6sVCwddDOvow8jBSntLYupO2N4alFzQOH64xdQg6SG0UEc7cOSeoD75GUSps3rxOUQf2eEpMDF5eptnkxxNmLbA91oSAbn2aIbzox4xAdHby1RRae4u5UB3sFV1qlelPCULDtzmszC940C7aMrWXsx67Y7YS37PyVBmW5EhfH25H1yr3NQTt8EWEOEemRKosnAYoPbU8ArFqro5aFU4cdVqHeX8rZvEwDCUrP2emwKjHygNZ84WwGBFIJHAsSdZFdIceKEACqHgIlZIyAYiVOHg2xCX7slKIlTef3iFutK5yUxWkyBhtv3qLcah8g2J4xOWIucuSJnc4BiX0fn9h4QNhcI3T07Eq0106QEpMGFa7Rm9u3hSttc0X1pfbZRRBZl3AhQZRxmQopFFq98QIfLwO0S5
 --test_boundary--
 ", got "--test_boundary
 Content-Length: 674
 Content-Type: text/plain; charset=utf-8
 
 Zw13H9B95PVb78wxo7k4viuOemXsIFVvMuxXkp7friihkppM5EdYXCkr1dOUbIrqtaFDAPCz05CD0CdpxBn4cxNAA6V7Qc3YrsoAabBg1eXSzWrpzZXPVmEwC434t4YN1dL8OTEL062xQvAdEg7r4d24erxVY6mw59RMAjQWKCPPkGWHuPpCxhJNaHUWVjmtJ5sGToSVGbWrEdKNLgb9GazOq4ltFt0bQW5eOFn5wKwMAR8wx6Ap8dcj6TPP3ZGMavRiYfz6sVCwddDOvow8jBSntLYupO2N4alFzQOH64xdQg6SG0UEc7cOSeoD75GUSps3rxOUQf2eEpMDF5eptnkxxNmLbA91oSAbn2aIbzox4xAdHby1RRae4u5UB3sFV1qlelPCULDtzmszC940C7aMrWXsx67Y7YS37PyVBmW5EhfH25H1yr3NQTt8EWEOEemRKosnAYoPbU8ArFqro5aFU4cdVqHeX8rZvEwDCUrP2emwKjHygNZ84WwGBFIJHAsSdZFdIceKEACqHgIlZIyAYiVOHg2xCX7slKIlTef3iFutK5yUxWkyBhtv3qLcah8g2J4xOWIucuSJnc4BiX0fn9h4QNhcI3T07Eq0106QEpMGFa7Rm9u3hSttc0X1pfbZRRBZl3AhQZRxmQopFFq98QIfLwO0S5
 --test_boundary--
 ".
  Diverging at index 25. server checksum mismatch
    at HttpStress.ClientOperations.ValidateContent(String expectedContent, String actualContent, String details) in /app/ClientOperations.cs:line 494
    at HttpStress.ClientOperations.<>c.<<get_Operations>b__1_6>d.MoveNext() in /app/ClientOperations.cs:line 342
 --- End of stack trace from previous location ---
    at HttpStress.StressClient.<>c__DisplayClass17_0.<<StartCore>g__RunWorker|0>d.MoveNext() in /app/StressClient.cs:line 204
@antonfirsov antonfirsov added this to the 9.0.0 milestone Jun 6, 2024
Copy link
Contributor

Tagging subscribers to this area: @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

@rzikm
Copy link
Member

rzikm commented Jun 6, 2024

Content-Length: 674

Looks like related to #102416

@rzikm
Copy link
Member

rzikm commented Jun 6, 2024

Should be fixed by #102986

@ManickaP
Copy link
Member

Fixed by #102986

@github-actions github-actions bot locked and limited conversation to collaborators Jul 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants