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

Test failure: System.Text.Json.Serialization.Tests.PipeTests.CancelPendingFlushDuringBackpressureThrows #102532

Closed
v-wenyuxu opened this issue May 22, 2024 · 6 comments · Fixed by #103015
Labels
arch-arm64 area-System.Text.Json blocking-clean-ci-optional Blocking optional rolling runs JitStress CLR JIT issues involving JIT internal stress modes os-linux Linux OS (any supported distro)

Comments

@v-wenyuxu
Copy link

Failed in: runtime-coreclr libraries-jitstress 20240521.1

Failed tests:

net9.0-linux-Release-arm64-jitstress1-(Ubuntu.1804.Arm64.Open)Ubuntu.2004.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8
    - System.Text.Json.Serialization.Tests.PipeTests.CancelPendingFlushDuringBackpressureThrows

Error message:

 Assert.Equal() Failure: Values differ
Expected: 12
Actual:   13

Stack trace:

   at System.Text.Json.Serialization.Tests.PipeTests.CancelPendingFlushDuringBackpressureThrows()
--- End of stack trace from previous location ---
@v-wenyuxu v-wenyuxu added arch-arm64 os-linux Linux OS (any supported distro) JitStress CLR JIT issues involving JIT internal stress modes blocking-clean-ci-optional Blocking optional rolling runs labels May 22, 2024
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label May 22, 2024
Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-text-json, @gregsdennis
See info in area-owners.md if you want to be subscribed.

@eiriktsarpalis
Copy link
Member

cc @BrennanConroy. Is this a duplicate of the other test failure you fixed recently perhaps?

@BrennanConroy
Copy link
Member

Ugh, maybe I'll just remove the check since it's probably not really needed.

@v-wenyuxu
Copy link
Author

Failed in: runtime-coreclr libraries-jitstressregs 20240526.1

Failed tests:

net9.0-linux-Release-arm-jitstressregs3-(Debian.12.Arm32.Open)Ubuntu.2004.ArmArch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-helix-arm32v7
    - System.Text.Json.Serialization.Tests.PipeTests.CancelPendingFlushDuringBackpressureThrows

Error message:

 Assert.Equal() Failure: Values differ
Expected: 12
Actual:   13

Stack trace:

   at System.Text.Json.Serialization.Tests.PipeTests.CancelPendingFlushDuringBackpressureThrows()
--- End of stack trace from previous location ---

@v-wenyuxu
Copy link
Author

Failed in: runtime-coreclr libraries-pgo 20240602.1

Failed tests:

net9.0-windows-Release-x64-fullpgo_methodprofiling-Windows.10.Amd64.Open
    - System.Text.Json.Serialization.Tests.PipeTests.CancelPendingFlushDuringBackpressureThrows

Error message:

 Assert.Equal() Failure: Values differ
Expected: 12
Actual:   13

Stack trace:

   at System.Text.Json.Serialization.Tests.PipeTests.CancelPendingFlushDuringBackpressureThrows() in /_/src/libraries/System.Text.Json/tests/System.Text.Json.Tests/Serialization/Pipe.WriteTests.cs:line 106
--- End of stack trace from previous location ---

@eiriktsarpalis
Copy link
Member

@BrennanConroy could you take another look please? Seems to be failing still.

@dotnet-policy-service dotnet-policy-service bot removed the untriaged New issue has not been triaged by the area owner label Jun 5, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Jul 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-arm64 area-System.Text.Json blocking-clean-ci-optional Blocking optional rolling runs JitStress CLR JIT issues involving JIT internal stress modes os-linux Linux OS (any supported distro)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants