runtime: LongContinuationChain_Unwrap_DoesNotStackOverflow long running test

Configuration: net7.0-OSX-Release-x64-CoreCLR_release-OSX.1200.Amd64.Open

Build: https://dev.azure.com/dnceng/public/_build/results?buildId=1721549

  Discovering: System.Threading.Tasks.Tests (method display = ClassAndMethod, method display options = None)
  Discovered:  System.Threading.Tasks.Tests (found 580 of 760 test cases)
  Starting:    System.Threading.Tasks.Tests (parallel test collections = on, max threads = 6)
    System.Threading.Tasks.Tests.TaskSchedulerTests.GetTaskSchedulersForDebugger_DebuggerAttached_ReturnsAllSchedulers [SKIP]
      Condition(s) not met: "DebuggerIsAttached"
    System.Threading.Tasks.Tests.TaskSchedulerTests.GetScheduledTasksForDebugger_DebuggerAttached_ReturnsTasksFromCustomSchedulers [SKIP]
      Condition(s) not met: "DebuggerIsAttached"
   System.Threading.Tasks.Tests: [Long Running Test] 'System.Threading.Tasks.Tests.TaskContinueWithTests.LongContinuationChain_Unwrap_DoesNotStackOverflow', Elapsed: 00:02:01
   System.Threading.Tasks.Tests: [Long Running Test] 'System.Threading.Tasks.Tests.TaskContinueWithTests.LongContinuationChain_Unwrap_DoesNotStackOverflow', Elapsed: 00:04:02
   System.Threading.Tasks.Tests: [Long Running Test] 'System.Threading.Tasks.Tests.TaskContinueWithTests.LongContinuationChain_Unwrap_DoesNotStackOverflow', Elapsed: 00:06:03
   System.Threading.Tasks.Tests: [Long Running Test] 'System.Threading.Tasks.Tests.TaskContinueWithTests.LongContinuationChain_Unwrap_DoesNotStackOverflow', Elapsed: 00:08:04
   System.Threading.Tasks.Tests: [Long Running Test] 'System.Threading.Tasks.Tests.TaskContinueWithTests.LongContinuationChain_Unwrap_DoesNotStackOverflow', Elapsed: 00:10:05
   System.Threading.Tasks.Tests: [Long Running Test] 'System.Threading.Tasks.Tests.TaskContinueWithTests.LongContinuationChain_Unwrap_DoesNotStackOverflow', Elapsed: 00:12:06
   System.Threading.Tasks.Tests: [Long Running Test] 'System.Threading.Tasks.Tests.TaskContinueWithTests.LongContinuationChain_Unwrap_DoesNotStackOverflow', Elapsed: 00:14:06
['System.Threading.Tasks.Tests' END OF WORK ITEM LOG: Command timed out, and was killed]

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 15 (14 by maintainers)

Most upvoted comments

In the last 30 days, these are the tests causing System.Threading.Tasks.Tests to time out (each line a different test run)

Tasks.Tests: [Long Running Test] 'System.Threading.Tasks.Tests.TaskContinueWithTests.LongContinuationChain_Await_DoesNotStackOverflow', Elapsed: 00:14:07
Tasks.Tests: [Long Running Test] 'System.Threading.Tasks.Tests.TaskContinueWithTests.LongContinuationChain_Await_DoesNotStackOverflow', Elapsed: 00:14:13
Tasks.Tests: [Long Running Test] 'System.Threading.Tasks.Tests.TaskContinueWithTests.LongContinuationChain_Await_DoesNotStackOverflow', Elapsed: 00:14:14
Tasks.Tests: [Long Running Test] 'System.Threading.Tasks.Tests.TaskContinueWithTests.LongContinuationChain_Unwrap_DoesNotStackOverflow', Elapsed: 00:14:06
Tasks.Tests: [Long Running Test] 'System.Threading.Tasks.Tests.TaskContinueWithTests.LongContinuationChain_Unwrap_DoesNotStackOverflow', Elapsed: 00:14:06
Tasks.Tests: [Long Running Test] 'System.Threading.Tasks.Tests.TaskContinueWithTests.LongContinuationChain_Unwrap_DoesNotStackOverflow', Elapsed: 00:14:09
Tasks.Tests: [Long Running Test] 'System.Threading.Tasks.Tests.TaskContinueWithTests.LongContinuationChain_Unwrap_DoesNotStackOverflow', Elapsed: 00:14:13
Tasks.Tests: [Long Running Test] 'System.Threading.Tasks.Tests.TaskContinueWithTests.LongContinuationChain_Unwrap_DoesNotStackOverflow', Elapsed: 00:14:18
Tasks.Tests: [Long Running Test] 'System.Threading.Tasks.Tests.UnwrapTests.RunStackGuardTests', Elapsed: 00:14:11

It is not specific to flavor, not specific to runtime. It only happens on osx.1200.amd64.open in the last 30 days and all but 2 cases since the start of the year were osx.1200.amd64.open.

WorkItems
| where FriendlyName == "System.Threading.Tasks.Tests"
| where  Queued > ago(30d)
| where Status == "Timeout"
//| where QueueName endswith "armarch.open"
| join Jobs on JobId
| project
  Queued,
  FriendlyName, ExitCode, Status,
  ConsoleUri,
  PhaseName = tostring(parse_json(Properties)["System.PhaseName"]),
  Pipeline = tostring(parse_json(Properties).DefinitionName),
  RuntimeFlavor = tostring(parse_json(Properties).runtimeFlavor),
  BuildId = tostring(parse_json(Properties).BuildId),
  QueueName, Source
Queued FriendlyName ExitCode Status ConsoleUri PhaseName Pipeline RuntimeFlavor BuildId QueueName Source
2022-03-30 21:50:20.0010000 System.Threading.Tasks.Tests -3 Timeout https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-67011-merge-e66f0881c6024b53b8/System.Threading.Tasks.Tests/1/console.0165ae63.log?sv=2019-07-07&se=2022-04-19T21%3A50%3A18Z&sr=c&sp=rl&sig=ihL7YUDPbrVjdlBdD7dvDMurh4gIFgdydwdFLL7MpGY%3D libraries_test_run_release_mono_OSX_x64_Debug runtime mono 1688386 osx.1200.amd64.open pr/public/dotnet/runtime/refs/pull/67011/merge
2022-04-05 00:34:29.8250000 System.Threading.Tasks.Tests -3 Timeout https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-67184-merge-097f2ec10da04638bf/System.Threading.Tasks.Tests/1/console.17bf2842.log?sv=2019-07-07&se=2022-04-25T00%3A34%3A28Z&sr=c&sp=rl&sig=b1ic646sVWPryH7d41%2B1C9WgFJz0HZg3jRv5bh7t5uw%3D libraries_test_run_release_mono_OSX_x64_Debug runtime mono 1699503 osx.1200.amd64.open pr/public/dotnet/runtime/refs/pull/67184/merge
2022-04-05 06:12:18.2250000 System.Threading.Tasks.Tests -3 Timeout https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-67436-merge-a8d7f6be94224204b3/System.Threading.Tasks.Tests/1/console.ba2b4efd.log?sv=2019-07-07&se=2022-04-25T06%3A12%3A15Z&sr=c&sp=rl&sig=2BfxGmxpyPwXDnDxT8WxO4GsqefZvkqLMhNGJll4xA0%3D libraries_test_run_release_coreclr_OSX_x64_Debug runtime coreclr 1699929 osx.1200.amd64.open pr/public/dotnet/runtime/refs/pull/67436/merge
2022-04-06 16:53:26.7230000 System.Threading.Tasks.Tests -3 Timeout https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-61776-merge-562aa88902154c7e80/System.Threading.Tasks.Tests/1/console.a4d650f2.log?sv=2019-07-07&se=2022-04-26T16%3A53%3A25Z&sr=c&sp=rl&sig=CvLSiVEobFV%2BmMFodf2ijEC%2BL4yGTea5rjEFeH64I%2F4%3D libraries_test_run_release_mono_OSX_x64_Debug runtime mono 1703112 osx.1200.amd64.open pr/public/dotnet/runtime/refs/pull/61776/merge
2022-04-07 17:38:54.6910000 System.Threading.Tasks.Tests -3 Timeout https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-67709-merge-2ca8accabef348509b/System.Threading.Tasks.Tests/1/console.6e44b24a.log?sv=2019-07-07&se=2022-04-27T17%3A38%3A53Z&sr=c&sp=rl&sig=kV5dYsPZB1Fb3vpkD%2FxbhO7s9bsWWDspynE9OhR%2B3hA%3D libraries_test_run_release_mono_OSX_x64_Debug runtime mono 1705318 osx.1200.amd64.open pr/public/dotnet/runtime/refs/pull/67709/merge
2022-04-08 08:45:55.4460000 System.Threading.Tasks.Tests -3 Timeout https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-heads-main-b408bbbde24a428398/System.Threading.Tasks.Tests/1/console.ce6e8a07.log?sv=2019-07-07&se=2022-04-28T08%3A45%3A54Z&sr=c&sp=rl&sig=xOISizxlmmMU9Xc3OyExIt7RDpOLvPEjEKcRU3fDAvs%3D libraries_test_run_release_mono_OSX_x64_Release runtime mono 1706886 osx.1200.amd64.open ci/public/dotnet/runtime/refs/heads/main
2022-04-09 08:20:53.8320000 System.Threading.Tasks.Tests -3 Timeout https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-67636-merge-4a21aa6b1d3447e48f/System.Threading.Tasks.Tests/1/console.746ca97d.log?sv=2019-07-07&se=2022-04-29T08%3A20%3A52Z&sr=c&sp=rl&sig=Y7CS7enYME5o8LKaPQP4wW6zUsBuMTbpjOfTgsafB5w%3D libraries_test_run_release_mono_OSX_x64_Debug runtime mono 1708681 osx.1200.amd64.open pr/public/dotnet/runtime/refs/pull/67636/merge
2022-04-14 17:58:21.6960000 System.Threading.Tasks.Tests -3 Timeout https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-67998-merge-0c64efe2b14b4116b7/System.Threading.Tasks.Tests/1/console.523fff4b.log?sv=2019-07-07&se=2022-05-04T17%3A58%3A20Z&sr=c&sp=rl&sig=x6%2FiLsooB0efoSUjYNiwxlb89%2FiyYd0rIaFNHOkr1BY%3D libraries_test_run_release_coreclr_OSX_x64_Debug runtime coreclr 1718233 osx.1200.amd64.open pr/public/dotnet/runtime/refs/pull/67998/merge
2022-04-15 03:02:29.5040000 System.Threading.Tasks.Tests -3 Timeout https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-61776-merge-9a516aaacca645bd82/System.Threading.Tasks.Tests/1/console.caa92278.log?sv=2019-07-07&se=2022-05-05T03%3A02%3A28Z&sr=c&sp=rl&sig=7EnX9F579UqZD49fKDlfS2qP3sCvEqh5UxILNlOWFoI%3D libraries_test_run_release_coreclr_OSX_x64_Debug runtime coreclr 1719229 osx.1200.amd64.open pr/public/dotnet/runtime/refs/pull/61776/merge
2022-04-16 08:51:38.4690000 System.Threading.Tasks.Tests -3 Timeout https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-heads-main-4075992d15f842a09d/System.Threading.Tasks.Tests/1/console.281c44fc.log?sv=2019-07-07&se=2022-05-06T08%3A51%3A37Z&sr=c&sp=rl&sig=4bRScJO4OtDb4UJZTmPYsumALk9dnoXmXwNwH2skHZY%3D libraries_test_run_release_coreclr_OSX_x64_Release runtime coreclr 1721549 osx.1200.amd64.open ci/public/dotnet/runtime/refs/heads/main