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

System.Buffers.ArrayPool.Tests.CollectionTests.PollingEventFires failing in CI #44037

Open
stephentoub opened this issue Oct 29, 2020 · 2 comments
Labels
area-System.Buffers disabled-test The test is disabled in source code against the issue
Milestone

Comments

@stephentoub
Copy link
Member

stephentoub commented Oct 29, 2020

Lots of PRs have been failing today with this:

  Discovering: System.Buffers.Tests (method display = ClassAndMethod, method display options = None)
  Discovered:  System.Buffers.Tests (found 42 of 43 test cases)
  Starting:    System.Buffers.Tests (parallel test collections = on, max threads = 2)
    System.Buffers.ArrayPool.Tests.CollectionTests.ThreadLocalIsCollectedUnderHighPressure [SKIP]
      Condition(s) not met: "IsStressModeEnabledAndRemoteExecutorSupported"
    System.Buffers.ArrayPool.Tests.CollectionTests.PollingEventFires(trim: True) [FAIL]
      Half-way through waiting for remote process.
      Timed out at 10/29/2020 5:03:11 PM after 60000ms waiting for remote process.
      	Process ID: 44
      	Handle: 832
      	Name: dotnet
      	MainModule: /root/helix/work/correlation/dotnet
      	StartTime: 10/29/2020 5:02:10 PM
      	TotalProcessorTime: 00:00:00.1300000
      
      Stack Trace:
        /_/src/Microsoft.DotNet.RemoteExecutor/src/RemoteInvokeHandle.cs(224,0): at Microsoft.DotNet.RemoteExecutor.RemoteInvokeHandle.Dispose(Boolean disposing)
        /_/src/Microsoft.DotNet.RemoteExecutor/src/RemoteInvokeHandle.cs(57,0): at Microsoft.DotNet.RemoteExecutor.RemoteInvokeHandle.Dispose()
        /_/src/libraries/System.Buffers/tests/ArrayPool/ArrayPoolTest.cs(57,0): at System.Buffers.ArrayPool.Tests.ArrayPoolTest.RemoteInvokeWithTrimming(Action`1 method, Boolean trim, Int32 timeout)
        /_/src/libraries/System.Buffers/tests/ArrayPool/CollectionTests.cs(151,0): at System.Buffers.ArrayPool.Tests.CollectionTests.PollingEventFires(Boolean trim)

e.g.
https://dev.azure.com/dnceng/public/_build/results?buildId=870197&view=ms.vss-test-web.build-test-results-tab&runId=27843160&resultId=183117&paneView=attachments

Runfo Tracking Issue: System.Buffers.ArrayPool.Tests.CollectionTests.PollingEventFires failures on Linux

Build Definition Kind Run Name

Build Result Summary

Day Hit Count Week Hit Count Month Hit Count
0 0 0
@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added area-System.Buffers untriaged New issue has not been triaged by the area owner labels Oct 29, 2020
@ghost
Copy link

ghost commented Oct 29, 2020

Tagging subscribers to this area: @tannergooding, @pgovind, @jeffhandley
See info in area-owners.md if you want to be subscribed.

@stephentoub stephentoub added the blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' label Oct 29, 2020
@stephentoub stephentoub added disabled-test The test is disabled in source code against the issue and removed untriaged New issue has not been triaged by the area owner labels Oct 31, 2020
@stephentoub
Copy link
Member Author

This has been failing a ton. I'm disabling the test. It only started failing very recently and needs to be investigated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-System.Buffers disabled-test The test is disabled in source code against the issue
Projects
None yet
Development

No branches or pull requests

3 participants