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

[browser] Test failure in HttpRequestMessageTest.HttpStreamingDisabledBy_WasmEnableStreamingResponse_InProject #113628

Open
michaelgsharp opened this issue Mar 17, 2025 · 2 comments
Assignees
Labels
arch-wasm WebAssembly architecture area-System.Net.Http blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' disabled-test The test is disabled in source code against the issue Known Build Error Use this to report build issues in the .NET Helix tab os-browser Browser variant of arch-wasm
Milestone

Comments

@michaelgsharp
Copy link
Member

michaelgsharp commented Mar 17, 2025

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=983439
Build error leg or test failing: System.Runtime.InteropServices.JavaScript.Http.Tests.HttpRequestMessageTest.HttpStreamingDisabledBy_WasmEnableStreamingResponse_InProject
Pull request: #113618

Error Message

Fill the error message using step by step known issues guidance.

{
  "ErrorMessage": ["Assert.Equal() Failure: Strings differ", "Expected: \"BrowserHttpContent\"", "Actual:   \"StreamContent\""],
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=983439
Error message validated: [Assert.Equal() Failure: Strings differ Expected: "BrowserHttpContent" Actual: "StreamContent"]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 3/17/2025 9:50:09 PM UTC

Report

Build Definition Test Pull Request
989139 dotnet/runtime System.Runtime.InteropServices.JavaScript.Http.Tests.HttpRequestMessageTest.HttpStreamingDisabledBy_WasmEnableStreamingResponse_InProject
989136 dotnet/runtime WasmTestOnChrome-ST-System.Runtime.InteropServices.JavaScript.Tests.WorkItemExecution
983613 dotnet/runtime WasmTestOnChrome-ST-System.Runtime.InteropServices.JavaScript.Tests.WorkItemExecution #111472
985363 dotnet/runtime System.Runtime.InteropServices.JavaScript.Http.Tests.HttpRequestMessageTest.HttpStreamingDisabledBy_WasmEnableStreamingResponse_InProject
985360 dotnet/runtime WasmTestOnChrome-ST-System.Runtime.InteropServices.JavaScript.Tests.WorkItemExecution
985239 dotnet/runtime System.Runtime.InteropServices.JavaScript.Http.Tests.HttpRequestMessageTest.HttpStreamingDisabledBy_WasmEnableStreamingResponse_InProject
985236 dotnet/runtime WasmTestOnChrome-ST-System.Runtime.InteropServices.JavaScript.Tests.WorkItemExecution
985083 dotnet/runtime WasmTestOnChrome-ST-System.Runtime.InteropServices.JavaScript.Tests.WorkItemExecution #113653
984912 dotnet/runtime System.Runtime.InteropServices.JavaScript.Http.Tests.HttpRequestMessageTest.HttpStreamingDisabledBy_WasmEnableStreamingResponse_InProject
984909 dotnet/runtime WasmTestOnChrome-ST-System.Runtime.InteropServices.JavaScript.Tests.WorkItemExecution
984720 dotnet/runtime WasmTestOnChrome-ST-System.Runtime.InteropServices.JavaScript.Tests.WorkItemExecution #113662
984551 dotnet/runtime WasmTestOnChrome-ST-System.Runtime.InteropServices.JavaScript.Tests.WorkItemExecution #113653
983277 dotnet/runtime WasmTestOnChrome-ST-System.Runtime.InteropServices.JavaScript.Tests.WorkItemExecution #113313
984226 dotnet/runtime WasmTestOnChrome-ST-System.Runtime.InteropServices.JavaScript.Tests.WorkItemExecution
984191 dotnet/runtime WasmTestOnChrome-ST-System.Runtime.InteropServices.JavaScript.Tests.WorkItemExecution
984083 dotnet/runtime WasmTestOnChrome-ST-System.Runtime.InteropServices.JavaScript.Tests.WorkItemExecution #113112
984103 dotnet/runtime WasmTestOnChrome-ST-System.Runtime.InteropServices.JavaScript.Tests.WorkItemExecution #113111
984084 dotnet/runtime WasmTestOnChrome-ST-System.Runtime.InteropServices.JavaScript.Tests.WorkItemExecution #113190
984092 dotnet/runtime WasmTestOnChrome-ST-System.Runtime.InteropServices.JavaScript.Tests.WorkItemExecution #112937
983917 dotnet/runtime WasmTestOnChrome-ST-System.Runtime.InteropServices.JavaScript.Tests.WorkItemExecution #113634
983777 dotnet/runtime WasmTestOnChrome-ST-System.Runtime.InteropServices.JavaScript.Tests.WorkItemExecution #113631
983741 dotnet/runtime WasmTestOnChrome-ST-System.Runtime.InteropServices.JavaScript.Tests.WorkItemExecution #112548
983707 dotnet/runtime WasmTestOnChrome-ST-System.Runtime.InteropServices.JavaScript.Tests.WorkItemExecution #113500
983588 dotnet/runtime System.Runtime.InteropServices.JavaScript.Http.Tests.HttpRequestMessageTest.HttpStreamingDisabledBy_WasmEnableStreamingResponse_InProject
983563 dotnet/runtime WasmTestOnChrome-ST-System.Runtime.InteropServices.JavaScript.Tests.WorkItemExecution #113627
983517 dotnet/runtime WasmTestOnChrome-ST-System.Runtime.InteropServices.JavaScript.Tests.WorkItemExecution
983468 dotnet/runtime WasmTestOnChrome-ST-System.Runtime.InteropServices.JavaScript.Tests.WorkItemExecution #113429
983439 dotnet/runtime WasmTestOnChrome-ST-System.Runtime.InteropServices.JavaScript.Tests.WorkItemExecution #113618

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 2 28
@michaelgsharp michaelgsharp added blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab labels Mar 17, 2025
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Mar 17, 2025
Copy link
Contributor

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

@CarnaViire CarnaViire added the arch-wasm WebAssembly architecture label Mar 18, 2025
Copy link
Contributor

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

@lewing lewing added this to the 10.0.0 milestone Mar 18, 2025
@lewing lewing removed the untriaged New issue has not been triaged by the area owner label Mar 18, 2025
@pavelsavara pavelsavara changed the title Test failure in HttpRequestMessageTest.HttpStreamingDisabledBy_WasmEnableStreamingResponse_InProject [browser][AOT] Test failure in HttpRequestMessageTest.HttpStreamingDisabledBy_WasmEnableStreamingResponse_InProject Mar 18, 2025
@pavelsavara pavelsavara added the os-browser Browser variant of arch-wasm label Mar 18, 2025
@pavelsavara pavelsavara changed the title [browser][AOT] Test failure in HttpRequestMessageTest.HttpStreamingDisabledBy_WasmEnableStreamingResponse_InProject [browser] Test failure in HttpRequestMessageTest.HttpStreamingDisabledBy_WasmEnableStreamingResponse_InProject Mar 18, 2025
@pavelsavara pavelsavara added the disabled-test The test is disabled in source code against the issue label Mar 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-wasm WebAssembly architecture area-System.Net.Http blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' disabled-test The test is disabled in source code against the issue Known Build Error Use this to report build issues in the .NET Helix tab os-browser Browser variant of arch-wasm
Projects
None yet
Development

No branches or pull requests

4 participants