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

CancelKeyPressTests.HandlerInvokedForSigQuit test failing on OSX in CI #38998

Open
Tracked by #64487
stephentoub opened this issue Jul 9, 2020 · 5 comments
Open
Tracked by #64487
Labels
area-System.Console disabled-test The test is disabled in source code against the issue help wanted [up-for-grabs] Good issue for external contributors os-mac-os-x macOS aka OSX
Milestone

Comments

@stephentoub
Copy link
Member

#38334 un-ActiveIssue'd the test yesterday.
cc: @tmds

/private/tmp/helix/working/A13908BE/w/B17A0936/e /private/tmp/helix/working/A13908BE/w/B17A0936/e
  Discovering: System.Console.Tests (method display = ClassAndMethod, method display options = None)
  Discovered:  System.Console.Tests (found 102 of 135 test cases)
  Starting:    System.Console.Tests (parallel test collections = on, max threads = 4)
    CancelKeyPressTests.HandlerInvokedForSigQuit [FAIL]
      Half-way through waiting for remote process.
      Timed out at 7/9/2020 6:03:58 AM after 60000ms waiting for remote process.
      	Process ID: 16003
      	Handle: 844
      	Name: dotnet
      	MainModule: /private/tmp/helix/working/A13908BE/p/dotnet
      	StartTime: 7/9/2020 6:02:58 AM
      	TotalProcessorTime: 00:00:06.7481305
      
      Stack Trace:
        /_/src/Microsoft.DotNet.RemoteExecutor/src/RemoteInvokeHandle.cs(225,0): at Microsoft.DotNet.RemoteExecutor.RemoteInvokeHandle.Dispose(Boolean disposing)
        /_/src/Microsoft.DotNet.RemoteExecutor/src/RemoteInvokeHandle.cs(58,0): at Microsoft.DotNet.RemoteExecutor.RemoteInvokeHandle.Dispose()
        /_/src/libraries/System.Console/tests/CancelKeyPress.Unix.cs(89,0): at CancelKeyPressTests.HandlerInvokedForSignal(Int32 signalOuter)
        /_/src/libraries/System.Console/tests/CancelKeyPress.Unix.cs(37,0): at CancelKeyPressTests.HandlerInvokedForSigQuit()
@ghost
Copy link

ghost commented Jul 9, 2020

Tagging subscribers to this area: @eiriktsarpalis
Notify danmosemsft if you want to be subscribed.

@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added the untriaged New issue has not been triaged by the area owner label Jul 9, 2020
@stephentoub
Copy link
Member Author

cc: @adamsitnik

@stephentoub stephentoub added disabled-test The test is disabled in source code against the issue os-mac-os-x macOS aka OSX labels Jul 9, 2020
@eiriktsarpalis eiriktsarpalis added this to the 5.0.0 milestone Aug 11, 2020
@eiriktsarpalis eiriktsarpalis removed the untriaged New issue has not been triaged by the area owner label Aug 11, 2020
@adamsitnik adamsitnik modified the milestones: 5.0.0, 6.0.0 Aug 14, 2020
@adamsitnik
Copy link
Member

The test has been disabled in #39003, I am moving it to 6.0

@adamsitnik adamsitnik removed their assignment Aug 14, 2020
@tmds
Copy link
Member

tmds commented Aug 24, 2020

This is now only failing on OSX. Maybe #38334 IsSignalIgnored implementation is not ok for OSX?

@adamsitnik
Copy link
Member

FWIW I've tried to reproduce it on my mac book and I've failed ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-System.Console disabled-test The test is disabled in source code against the issue help wanted [up-for-grabs] Good issue for external contributors os-mac-os-x macOS aka OSX
Projects
None yet
Development

No branches or pull requests

6 participants