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

CancelPendingFlushDuringBackpressureThrows test fails on arm32 #102378

Closed
EgorBo opened this issue May 17, 2024 · 3 comments · Fixed by #102412
Closed

CancelPendingFlushDuringBackpressureThrows test fails on arm32 #102378

EgorBo opened this issue May 17, 2024 · 3 comments · Fixed by #102412
Labels
area-System.Text.Json blocking-clean-ci-optional Blocking optional rolling runs Known Build Error Use this to report build issues in the .NET Helix tab

Comments

@EgorBo
Copy link
Member

EgorBo commented May 17, 2024

  Starting:    System.Text.Json.Tests (parallel test collections = on [2 threads], stop on fail = off)
    System.Text.Json.Serialization.Tests.PipeTests.CancelPendingFlushDuringBackpressureThrows [FAIL]
      Assert.Equal() Failure: Values differ
      Expected: 11
      Actual:   13
      Stack Trace:
           at System.Text.Json.Serialization.Tests.PipeTests.CancelPendingFlushDuringBackpressureThrows()
        --- End of stack trace from previous location ---

Example: https://dev.azure.com/dnceng-public/public/_build/results?buildId=678396&view=ms.vss-test-web.build-test-results-tab

Build Information

Build:
Build error leg or test failing:

Error Message

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

{
  "ErrorMessage": "CancelPendingFlushDuringBackpressureThrows [FAIL]",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=678396
Error message validated: [CancelPendingFlushDuringBackpressureThrows [FAIL]]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 5/17/2024 2:38:23 PM UTC

Report

Build Definition Test Pull Request
681018 dotnet/runtime System.Text.Json.Serialization.Tests.PipeTests.CancelPendingFlushDuringBackpressureThrows #102188
678396 dotnet/runtime System.Text.Json.Serialization.Tests.PipeTests.CancelPendingFlushDuringBackpressureThrows

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
1 2 2
@EgorBo EgorBo added the Known Build Error Use this to report build issues in the .NET Helix tab label May 17, 2024
@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label May 17, 2024
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label May 17, 2024
@EgorBo
Copy link
Member Author

EgorBo commented May 17, 2024

Looks like this test was introduced recently in #101461

cc @BrennanConroy
if that helps, in this outerloop pipeline JIT (and everything else) is quite slow so if a test relies on some timings it might fail

@EgorBo EgorBo added area-System.Text.Json blocking-clean-ci-optional Blocking optional rolling runs and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels May 17, 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.

@v-wenyuxu
Copy link

Failed in: runtime-coreclr libraries-jitstress2-jitstressregs 20240518.1

Failed tests:

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

Error message:

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

Stack trace:

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

@dotnet-policy-service dotnet-policy-service bot removed the untriaged New issue has not been triaged by the area owner label May 20, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Jun 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Text.Json blocking-clean-ci-optional Blocking optional rolling runs Known Build Error Use this to report build issues in the .NET Helix tab
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants