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

InterruptInFinallyBlockTest_SkipOnDesktopFramework failed on Linux Debug x64 Mono in CI #43953

Closed
eerhardt opened this issue Oct 28, 2020 · 5 comments
Labels
area-VM-threading-mono runtime-mono specific to the Mono runtime
Milestone

Comments

@eerhardt
Copy link
Member

eerhardt commented Oct 28, 2020

https://github.com/dotnet/runtime/pull/43807/checks?check_run_id=1319582418

https://dev.azure.com/dnceng/public/_build/results?buildId=868551&view=ms.vss-test-web.build-test-results-tab&runId=27799896&resultId=175284&paneView=debug

System.AggregateException : One or more errors occurred. (Assert.Throws() Failure\nExpected: typeof(System.Threading.ThreadInterruptedException)\nActual:   typeof(Xunit.Sdk.TrueException): Assert.True() Failure\nExpected: True\nActual:   False)\n---- Assert.Throws() Failure\nExpected: typeof(System.Threading.ThreadInterruptedException)\nActual:   typeof(Xunit.Sdk.TrueException): Assert.True() Failure\nExpected: True\nActual:   False\n-------- Assert.True() Failure\nExpected: True\nActual:   False


Stack trace
   at System.Threading.Tests.ThreadTestHelpers.<>c__DisplayClass4_0.<CreateGuardedThread>b__1() in /_/src/libraries/Common/tests/System/Threading/ThreadTestHelpers.cs:line 51
   at System.Threading.Tests.ThreadTestHelpers.<>c__DisplayClass4_0.<CreateGuardedThread>b__2() in /_/src/libraries/Common/tests/System/Threading/ThreadTestHelpers.cs:line 56
   at System.Threading.Threads.Tests.ThreadTests.InterruptInFinallyBlockTest_SkipOnDesktopFramework() in /_/src/libraries/System.Threading.Thread/tests/ThreadTests.cs:line 985
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) in /_/src/mono/netcore/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs:line 378
----- Inner Stack Trace -----
   at System.Threading.Tests.ThreadTestHelpers.CheckedWait(WaitHandle wh) in /_/src/libraries/Common/tests/System/Threading/ThreadTestHelpers.cs:line 153
   at System.Threading.Threads.Tests.ThreadTests.<>c__DisplayClass36_0.<InterruptInFinallyBlockTest_SkipOnDesktopFramework>b__1() in /_/src/libraries/System.Threading.Thread/tests/ThreadTests.cs:line 979
----- Inner Stack Trace -----
   at System.Threading.Tests.ThreadTestHelpers.CheckedWait(WaitHandle wh) in /_/src/libraries/Common/tests/System/Threading/ThreadTestHelpers.cs:line 153
   at System.Threading.Threads.Tests.ThreadTests.<>c__DisplayClass36_0.<InterruptInFinallyBlockTest_SkipOnDesktopFramework>b__1() in /_/src/libraries/System.Threading.Thread/tests/ThreadTests.cs:line 979

Runfo Tracking Issue: system.threading.threads.tests.threadtests.interruptinfinallyblocktest_skipondesktopframework

Build Definition Kind Run Name

Build Result Summary

Day Hit Count Week Hit Count Month Hit Count
0 0 0
@eerhardt eerhardt added area-System.Threading blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' runtime-mono specific to the Mono runtime labels Oct 28, 2020
@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added the untriaged New issue has not been triaged by the area owner label Oct 28, 2020
@CoffeeFlux
Copy link
Contributor

Another threading flake 😔
cc: @lambdageek

@ViktorHofer ViktorHofer removed the blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' label Mar 15, 2021
@ViktorHofer
Copy link
Member

Converted the issue to a live tracking one via runfo. Seems to be happening once per week.

@CoffeeFlux
Copy link
Contributor

I'm pretty sure the failures on that PR were legitimate and no longer present. It was a major overhaul of our threading primitives.

@SamMonoRT
Copy link
Member

I don't think this is a blocking issue anymore, moving to 7.0.0 milestone.

@SamMonoRT SamMonoRT removed the untriaged New issue has not been triaged by the area owner label Jul 12, 2021
@SamMonoRT SamMonoRT added this to the 7.0.0 milestone Jul 12, 2021
@SamMonoRT
Copy link
Member

Closing, no recent hits.

@ghost ghost locked as resolved and limited conversation to collaborators Sep 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-VM-threading-mono runtime-mono specific to the Mono runtime
Projects
None yet
Development

No branches or pull requests

6 participants