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

Long running test hang: System.Net.Mail.Tests.SmtpClientTest.TestCredentialsCopyInAsyncContext #490

Closed
ViktorHofer opened this issue May 18, 2019 · 15 comments · Fixed by #63947
Labels
area-System.Net test-run-core Test failures in .NET Core test runs
Milestone

Comments

@ViktorHofer
Copy link
Member

System.Net.Mail.Tests.SmtpClientTest.TestCredentialsCopyInAsyncContext hangs randomly on OSX.1013.Amd64.Open-x64:Release:

  Discovering: System.Net.Mail.Functional.Tests (method display = ClassAndMethod, method display options = None)
  Discovered:  System.Net.Mail.Functional.Tests (found 135 of 136 test cases)
  Starting:    System.Net.Mail.Functional.Tests (parallel test collections = on, max threads = 4)
   System.Net.Mail.Functional.Tests: [Long Running Test] 'System.Net.Mail.Tests.SmtpClientTest.TestCredentialsCopyInAsyncContext', Elapsed: 00:02:00
   System.Net.Mail.Functional.Tests: [Long Running Test] 'System.Net.Mail.Tests.SmtpClientTest.TestCredentialsCopyInAsyncContext', Elapsed: 00:04:01
   System.Net.Mail.Functional.Tests: [Long Running Test] 'System.Net.Mail.Tests.SmtpClientTest.TestCredentialsCopyInAsyncContext', Elapsed: 00:06:02
   System.Net.Mail.Functional.Tests: [Long Running Test] 'System.Net.Mail.Tests.SmtpClientTest.TestCredentialsCopyInAsyncContext', Elapsed: 00:08:03
   System.Net.Mail.Functional.Tests: [Long Running Test] 'System.Net.Mail.Tests.SmtpClientTest.TestCredentialsCopyInAsyncContext', Elapsed: 00:10:04
   System.Net.Mail.Functional.Tests: [Long Running Test] 'System.Net.Mail.Tests.SmtpClientTest.TestCredentialsCopyInAsyncContext', Elapsed: 00:12:06
   System.Net.Mail.Functional.Tests: [Long Running Test] 'System.Net.Mail.Tests.SmtpClientTest.TestCredentialsCopyInAsyncContext', Elapsed: 00:14:07

https://mc.dot.net/#/user/dotnet-bot/pr~2Fdotnet~2Fcorefx~2Frefs~2Fheads~2Fmaster/test~2Ffunctional~2Fcli~2Finnerloop~2F/20190518.8/workItem/System.Net.Mail.Functional.Tests/wilogs

@stephentoub maybe SmtpClient.SendMailAsync happens before the TcpListener.AcceptTcpClient (SmtpServer) blocking call?

@ViktorHofer
Copy link
Member Author

@Anipik @danmosemsft I think the bot should not remove labels and milestones that are manually set.

@Anipik
Copy link
Contributor

Anipik commented May 18, 2019

Yes it’s not meant to do it. I will take a look on why it is removing the label here

@ViktorHofer
Copy link
Member Author

Probably because I added the labels shortly after opening the issue. The bot should probably check if the issue has changed before pushing an update it and rerun the analysis.

@Anipik
Copy link
Contributor

Anipik commented May 18, 2019

okay yeah that must be the case. i thought you added the labels and milestone while creating the issue becoz i remember handling that issue

@davidsh
Copy link
Contributor

davidsh commented Sep 6, 2019

I don't think we have seen this failure/hang recently. And the referenced CI run is not available anymore (mc.dot.net is not available). So, I will close this issue for now.

@davidsh davidsh closed this as completed Sep 6, 2019
@ahsonkhan
Copy link
Contributor

Re-opening:
https://helix.dot.net/api/2019-06-17/jobs/ee25291d-b8da-41a2-a8d2-6998a971b0fa/workitems/System.Net.Mail.Functional.Tests/console

Failed on an unrelated PR: #346

netcoreapp-Windows_NT-Release-x86-Windows.7.Amd64.Open
https://dev.azure.com/dnceng/public/_build/results?buildId=445065&view=ms.vss-test-web.build-test-results-tab&runId=14186300&paneView=debug&resultId=180099

Executed on a0019AD

C:\dotnetbuild\work\ee25291d-b8da-41a2-a8d2-6998a971b0fa\Work\1605800a-1e2e-4ac1-949d-deeb631df410\Exec>call RunTests.cmd --runtime-path C:\dotnetbuild\work\ee25291d-b8da-41a2-a8d2-6998a971b0fa\Payload 
----- start Tue 12/03/2019 16:05:17.81 ===============  To repro directly: ===================================================== 
pushd C:\dotnetbuild\work\ee25291d-b8da-41a2-a8d2-6998a971b0fa\Work\1605800a-1e2e-4ac1-949d-deeb631df410\Exec\
"C:\dotnetbuild\work\ee25291d-b8da-41a2-a8d2-6998a971b0fa\Payload\dotnet.exe" exec --runtimeconfig System.Net.Mail.Functional.Tests.runtimeconfig.json --depsfile System.Net.Mail.Functional.Tests.deps.json xunit.console.dll System.Net.Mail.Functional.Tests.dll -xml testResults.xml -nologo -notrait category=OuterLoop -notrait category=failing -notrait category=nonnetcoreapptests -notrait category=nonwindowstests 
popd
===========================================================================================================

C:\dotnetbuild\work\ee25291d-b8da-41a2-a8d2-6998a971b0fa\Work\1605800a-1e2e-4ac1-949d-deeb631df410\Exec>"C:\dotnetbuild\work\ee25291d-b8da-41a2-a8d2-6998a971b0fa\Payload\dotnet.exe" exec --runtimeconfig System.Net.Mail.Functional.Tests.runtimeconfig.json --depsfile System.Net.Mail.Functional.Tests.deps.json xunit.console.dll System.Net.Mail.Functional.Tests.dll -xml testResults.xml -nologo -notrait category=OuterLoop -notrait category=failing -notrait category=nonnetcoreapptests -notrait category=nonwindowstests  
  Discovering: System.Net.Mail.Functional.Tests (method display = ClassAndMethod, method display options = None)
  Discovered:  System.Net.Mail.Functional.Tests (found 145 of 146 test cases)
  Starting:    System.Net.Mail.Functional.Tests (parallel test collections = on, max threads = 2)
   System.Net.Mail.Functional.Tests: [Long Running Test] 'System.Net.Mail.Tests.SmtpClientTest.TestCredentialsCopyInAsyncContext', Elapsed: 00:02:06
   System.Net.Mail.Functional.Tests: [Long Running Test] 'System.Net.Mail.Tests.SmtpClientTest.TestCredentialsCopyInAsyncContext', Elapsed: 00:04:18
   System.Net.Mail.Functional.Tests: [Long Running Test] 'System.Net.Mail.Tests.SmtpClientTest.TestCredentialsCopyInAsyncContext', Elapsed: 00:06:30
   System.Net.Mail.Functional.Tests: [Long Running Test] 'System.Net.Mail.Tests.SmtpClientTest.TestCredentialsCopyInAsyncContext', Elapsed: 00:08:42
   System.Net.Mail.Functional.Tests: [Long Running Test] 'System.Net.Mail.Tests.SmtpClientTest.TestCredentialsCopyInAsyncContext', Elapsed: 00:10:42
   System.Net.Mail.Functional.Tests: [Long Running Test] 'System.Net.Mail.Tests.SmtpClientTest.TestCredentialsCopyInAsyncContext', Elapsed: 00:12:42
   System.Net.Mail.Functional.Tests: [Long Running Test] 'System.Net.Mail.Tests.SmtpClientTest.TestCredentialsCopyInAsyncContext', Elapsed: 00:14:42

@ahsonkhan ahsonkhan reopened this Dec 3, 2019
@danmoseley
Copy link
Member

@ViktorHofer if this test happened to hang inside a RemoteExec then we would have stacks, dumps etc. (Due to dotnet/arcade#2919 etc.)

Most tests don't use RemoteExec. Has there been any discussion/is anything tracking getting such information from a test run that hangs in the test execution process itself?

@danmoseley danmoseley transferred this issue from dotnet/corefx Dec 3, 2019
@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added area-System.Net untriaged New issue has not been triaged by the area owner labels Dec 3, 2019
@danmoseley
Copy link
Member

cc @stephentoub

@ViktorHofer
Copy link
Member Author

Yes, the VSTest runner allows that.

@wfurt wfurt added the test-run-core Test failures in .NET Core test runs label Dec 17, 2019
@ViktorHofer
Copy link
Member Author

Happened again: https://dnceng.visualstudio.com/public/_build/results?buildId=526104&view=ms.vss-test-web.build-test-results-tab&runId=16659244&resultId=179433&paneView=attachments

  Discovering: System.Net.Mail.Functional.Tests (method display = ClassAndMethod, method display options = None)
  Discovered:  System.Net.Mail.Functional.Tests (found 149 of 150 test cases)
  Starting:    System.Net.Mail.Functional.Tests (parallel test collections = on, max threads = 2)
   System.Net.Mail.Functional.Tests: [Long Running Test] 'System.Net.Mail.Tests.SmtpClientTest.TestCredentialsCopyInAsyncContext', Elapsed: 00:02:06
   System.Net.Mail.Functional.Tests: [Long Running Test] 'System.Net.Mail.Tests.SmtpClientTest.TestCredentialsCopyInAsyncContext', Elapsed: 00:04:06
   System.Net.Mail.Functional.Tests: [Long Running Test] 'System.Net.Mail.Tests.SmtpClientTest.TestCredentialsCopyInAsyncContext', Elapsed: 00:06:06
   System.Net.Mail.Functional.Tests: [Long Running Test] 'System.Net.Mail.Tests.SmtpClientTest.TestCredentialsCopyInAsyncContext', Elapsed: 00:08:06
   System.Net.Mail.Functional.Tests: [Long Running Test] 'System.Net.Mail.Tests.SmtpClientTest.TestCredentialsCopyInAsyncContext', Elapsed: 00:10:06
   System.Net.Mail.Functional.Tests: [Long Running Test] 'System.Net.Mail.Tests.SmtpClientTest.TestCredentialsCopyInAsyncContext', Elapsed: 00:12:06
   System.Net.Mail.Functional.Tests: [Long Running Test] 'System.Net.Mail.Tests.SmtpClientTest.TestCredentialsCopyInAsyncContext', Elapsed: 00:14:06

cc @davidsh @wfurt

@karelz karelz added this to the 5.0 milestone Feb 20, 2020
@karelz karelz removed the untriaged New issue has not been triaged by the area owner label Feb 20, 2020
@karelz karelz modified the milestones: 5.0, Future Jun 5, 2020
@ericstj
Copy link
Member

ericstj commented Oct 14, 2021

Another hit: https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-60376-merge-d75e72705a4843ba8f/System.Net.Mail.Functional.Tests/1/console.72c3e1e0.log?sv=2019-07-07&se=2021-11-03T14%3A03%3A59Z&sr=c&sp=rl&sig=XZJRfK2ArQ%2BwnZvrIeRN9OhmwI2m73k234xehkEyg2U%3D

  Starting:    System.Net.Mail.Functional.Tests (parallel test collections = on, max threads = 2)
   System.Net.Mail.Functional.Tests: [Long Running Test] 'System.Net.Mail.Tests.SmtpClientTest.TestCredentialsCopyInAsyncContext', Elapsed: 00:02:06
   System.Net.Mail.Functional.Tests: [Long Running Test] 'System.Net.Mail.Tests.SmtpClientTest.TestCredentialsCopyInAsyncContext', Elapsed: 00:04:18
   System.Net.Mail.Functional.Tests: [Long Running Test] 'System.Net.Mail.Tests.SmtpClientTest.TestCredentialsCopyInAsyncContext', Elapsed: 00:06:30
   System.Net.Mail.Functional.Tests: [Long Running Test] 'System.Net.Mail.Tests.SmtpClientTest.TestCredentialsCopyInAsyncContext', Elapsed: 00:08:42
   System.Net.Mail.Functional.Tests: [Long Running Test] 'System.Net.Mail.Tests.SmtpClientTest.TestCredentialsCopyInAsyncContext', Elapsed: 00:10:54
   System.Net.Mail.Functional.Tests: [Long Running Test] 'System.Net.Mail.Tests.SmtpClientTest.TestCredentialsCopyInAsyncContext', Elapsed: 00:13:06
['System.Net.Mail.Functional.Tests' END OF WORK ITEM LOG: Command timed out, and was killed]

@danmoseley
Copy link
Member

Another one - net7.0-windows-Debug-x86-CoreCLR_release-Windows.7.Amd64.Open

this test is hanging like this about 5 times a month, every time on a debug runtime:

WorkItems 
| where Started > now(-500d)  
| where FriendlyName == "System.Net.Mail.Functional.Tests"
//| where ExitCode == 139
| where Status == "Timeout"
| join kind= inner (
   Jobs  | where Started > now(-500d) | project  QueueName , JobId, Build, Type, Source, Properties 
) on JobId
| summarize count() by ExitCode, QueueName, Source, Started,//=format_datetime(bin(Started, 1d), 'MM-dd-yyyy'),
  Pipeline = tostring(parse_json(Properties).DefinitionName),
  Pipeline_Configuration = tostring(parse_json(Properties).configuration),
  OS = QueueName,
  Arch = tostring(parse_json(Properties).architecture),
  Finished,
  Build = tostring(parse_json(Properties).BuildNumber)
| order by Started asc
ExitCode QueueName Source Started Pipeline Pipeline_Configuration OS Arch Finished Build count_
-3 windows.7.amd64.open.rt pr/public/dotnet/runtime/refs/pull/60376/merge 2021-10-14 14:14:56.0010000 runtime Debug windows.7.amd64.open.rt x86 2021-10-14 14:30:31.2030000 20211014.25 1
-3 windows.7.amd64.open.rt pr/public/dotnet/runtime/refs/pull/60786/merge 2021-10-22 22:12:01.5560000 runtime Debug windows.7.amd64.open.rt x86 2021-10-22 22:27:36.6840000 20211022.52 1
-3 windows.7.amd64.open.rt pr/public/dotnet/runtime/refs/pull/60877/merge 2021-10-27 14:52:06.3840000 runtime Debug windows.7.amd64.open.rt x86 2021-10-27 15:07:53.5430000 20211027.29 1
-3 windows.7.amd64.open.rt pr/public/dotnet/runtime/refs/pull/60914/merge 2021-11-14 02:16:09.5520000 runtime Debug windows.7.amd64.open.rt x86 2021-11-14 02:31:45.3600000 20211113.24 1
-3 ubuntu.1804.armarch.open pr/public/dotnet/runtime/refs/pull/61759/merge 2021-11-19 00:13:19.4110000 runtime Debug ubuntu.1804.armarch.open arm 2021-11-19 00:59:18.4310000 20211118.93 1
-3 windows.7.amd64.open.rt pr/public/dotnet/runtime/refs/pull/62183/merge 2021-11-30 10:56:51.2890000 runtime Debug windows.7.amd64.open.rt x86 2021-11-30 11:12:28.2100000 2021113.4 1
-3 redhat.7.amd64.open.rt pr/public/dotnet/runtime/refs/pull/61669/merge 2021-11-30 11:54:25.6600000 runtime Debug redhat.7.amd64.open.rt x64 2021-11-30 12:09:56.9420000 2021113.8 1
-3 windows.7.amd64.open.rt pr/public/dotnet/runtime/refs/pull/62455/merge 2021-12-06 22:05:49.8690000 runtime Debug windows.7.amd64.open.rt x86 2021-12-06 22:21:25.3240000 20211206.64 1
-3 ubuntu.1804.amd64.open.rt pr/public/dotnet/runtime/refs/pull/62509/merge 2021-12-08 00:18:26.4260000 runtime Debug ubuntu.1804.amd64.open.rt x64 2021-12-08 00:34:11.9420000 20211207.81 1
-3 windows.7.amd64.open.svc pr/public/dotnet/runtime/refs/pull/62643/merge 2021-12-10 20:19:53.8170000 runtime Debug windows.7.amd64.open.svc x86 2021-12-10 20:35:54.7460000 20211210.64 1
-3 windows.7.amd64.open.rt pr/public/dotnet/runtime/refs/pull/62724/merge 2021-12-13 20:11:00.0140000 runtime Debug windows.7.amd64.open.rt x86 2021-12-13 20:26:46.4040000 20211213.46 1
-3 windows.7.amd64.open.rt pr/public/dotnet/runtime/refs/pull/62779/merge 2021-12-15 19:45:39.0650000 runtime Debug windows.7.amd64.open.rt x86 2021-12-15 20:01:14.5350000 20211215.32 1
-3 windows.7.amd64.open.rt pr/public/dotnet/runtime/refs/pull/63226/merge 2022-01-03 20:16:36.9940000 runtime Debug windows.7.amd64.open.rt x86 2022-01-03 20:32:12.2710000 20220103.56 1
-3 windows.7.amd64.open.rt pr/public/dotnet/runtime/refs/pull/62995/merge 2022-01-10 20:40:23.2820000 runtime Debug windows.7.amd64.open.rt x86 2022-01-10 20:55:58.6340000 20220110.35 1
999 osx.1014.amd64.open pr/public/dotnet/runtime/refs/pull/62818/merge 2022-01-12 14:51:26.4000000 runtime Debug osx.1014.amd64.open x64 2022-01-13 14:48:19.0520000 20220112.29 1

https://github.com/dotnet/runtime/blame/main/src/libraries/System.Net.Mail/tests/Functional/SmtpClientTest.cs#L363

@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Jan 18, 2022
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Jan 19, 2022
@elinor-fung
Copy link
Member

It looks like we are hitting timeouts on a release runtime too. Recent failure: https://dev.azure.com/dnceng/public/_build/results?buildId=1612060&view=ms.vss-test-web.build-test-results-tab&runId=44893928&resultId=198053&paneView=debug

Modified version of @danmoseley's query to filter on release_coreclr runs and it shows a couple hits a month.

WorkItems 
| where Started > now(-500d)  
| where FriendlyName == "System.Net.Mail.Functional.Tests"
| where Status == "Timeout"
| join kind= inner (
   Jobs  | where Started > now(-500d) | project  QueueName, JobId, Build, Type, Source, Properties 
) on JobId
| project
  ExitCode, QueueName, Started,
  PhaseName = tostring(parse_json(Properties)["System.PhaseName"]),
  Pipeline = tostring(parse_json(Properties).DefinitionName),
  OS = QueueName,
  Arch = tostring(parse_json(Properties).architecture),
  Finished,
  Source,
  Build = tostring(parse_json(Properties).BuildNumber)
| where PhaseName contains "release_coreclr"
| order by Started desc
ExitCode QueueName Started PhaseName Pipeline OS Arch Finished Source Build
-3 windows.7.amd64.open.rt 2022-02-14T21:38:48.14Z libraries_test_run_release_coreclr_windows_x86_Release runtime windows.7.amd64.open.rt x86 2022-02-14T21:54:23.244Z ci/public/dotnet/runtime/refs/heads/main 20220214.68
-3 windows.10.amd64.server19h1.es.open.rt 2022-02-04T19:42:04.066Z libraries_test_run_release_coreclr_windows_x64_Debug runtime windows.10.amd64.server19h1.es.open.rt x64 2022-02-04T19:57:35.634Z pr/public/dotnet/runtime/refs/pull/62509/merge 20220204.49
-3 windows.10.amd64.serverrs5.open.rt 2022-02-04T19:29:27.919Z libraries_test_run_release_coreclr_windows_x64_Debug runtime windows.10.amd64.serverrs5.open.rt x64 2022-02-04T19:45:02.517Z pr/public/dotnet/runtime/refs/pull/62509/merge 20220204.49
-3 redhat.7.amd64.open.rt 2022-02-04T19:28:13.866Z libraries_test_run_release_coreclr_Linux_x64_Debug runtime redhat.7.amd64.open.rt x64 2022-02-04T19:43:45.002Z pr/public/dotnet/runtime/refs/pull/62509/merge 20220204.49
-3 windows.7.amd64.open.rt 2022-02-04T19:25:55.338Z libraries_test_run_release_coreclr_windows_x86_Release runtime windows.7.amd64.open.rt x86 2022-02-04T19:41:31.309Z pr/public/dotnet/runtime/refs/pull/62509/merge 20220204.49
-3 windows.10.amd64.server19h1.es.open.rt 2022-02-04T19:24:16.847Z libraries_test_run_release_coreclr_windows_x86_Release runtime windows.10.amd64.server19h1.es.open.rt x86 2022-02-04T19:39:48.006Z pr/public/dotnet/runtime/refs/pull/62509/merge 20220204.49
-3 windows.81.amd64.open.rt 2022-02-04T19:23:36.055Z libraries_test_run_release_coreclr_windows_x64_Debug runtime windows.81.amd64.open.rt x64 2022-02-04T19:39:07.029Z pr/public/dotnet/runtime/refs/pull/62509/merge 20220204.49
-3 ubuntu.1604.amd64.open.rt 2022-02-04T19:18:02.414Z libraries_test_run_release_coreclr_Linux_x64_Debug runtime ubuntu.1604.amd64.open.rt x64 2022-02-04T19:33:47.468Z pr/public/dotnet/runtime/refs/pull/62509/merge 20220204.49
-3 windows.11.amd64.clientpre.open 2022-02-04T19:17:18.213Z libraries_test_run_release_coreclr_windows_x64_Debug runtime windows.11.amd64.clientpre.open x64 2022-02-04T19:32:49.202Z pr/public/dotnet/runtime/refs/pull/62509/merge 20220204.49
-3 ubuntu.1804.amd64.open.rt 2022-02-04T19:11:38.283Z libraries_test_run_release_coreclr_Linux_musl_x64_Debug runtime ubuntu.1804.amd64.open.rt x64 2022-02-04T19:27:22.933Z pr/public/dotnet/runtime/refs/pull/62509/merge 20220204.49
-3 ubuntu.1804.amd64.open.rt 2022-02-04T19:06:57.809Z libraries_test_run_release_coreclr_Linux_x64_Debug runtime ubuntu.1804.amd64.open.rt x64 2022-02-04T19:22:28.805Z pr/public/dotnet/runtime/refs/pull/62509/merge 20220204.49
-3 ubuntu.1804.amd64.open.rt 2022-02-04T19:06:21.759Z libraries_test_run_release_coreclr_Linux_x64_Debug runtime ubuntu.1804.amd64.open.rt x64 2022-02-04T19:22:17.103Z pr/public/dotnet/runtime/refs/pull/62509/merge 20220204.49
-3 windows.7.amd64.open.rt 2022-01-27T21:43:40.688Z libraries_test_run_release_coreclr_windows_x86_Release runtime windows.7.amd64.open.rt x86 2022-01-27T21:59:16.192Z pr/public/dotnet/runtime/refs/pull/64397/merge 20220127.60
-3 windows.7.amd64.open.rt 2022-01-21T08:28:59.374Z libraries_test_run_release_coreclr_windows_x86_Release runtime windows.7.amd64.open.rt x86 2022-01-21T08:44:35.318Z pr/public/dotnet/runtime/refs/pull/63972/merge 20220120.144
-3 windows.7.amd64.open.rt 2022-01-20T16:13:42.146Z libraries_test_run_release_coreclr_windows_x86_Release runtime windows.7.amd64.open.rt x86 2022-01-20T16:29:17.461Z pr/public/dotnet/runtime/refs/pull/64016/merge 20220120.32
-3 windows.7.amd64.open.rt 2022-01-10T20:40:23.282Z libraries_test_run_release_coreclr_windows_x86_Debug runtime windows.7.amd64.open.rt x86 2022-01-10T20:55:58.634Z pr/public/dotnet/runtime/refs/pull/62995/merge 20220110.35
-3 windows.7.amd64.open.rt 2022-01-03T20:16:36.994Z libraries_test_run_release_coreclr_windows_x86_Debug runtime windows.7.amd64.open.rt x86 2022-01-03T20:32:12.271Z pr/public/dotnet/runtime/refs/pull/63226/merge 20220103.56
-3 windows.7.amd64.open.rt 2021-12-15T19:45:39.065Z libraries_test_run_release_coreclr_windows_x86_Debug runtime windows.7.amd64.open.rt x86 2021-12-15T20:01:14.535Z pr/public/dotnet/runtime/refs/pull/62779/merge 20211215.32
-3 windows.7.amd64.open.rt 2021-12-13T20:11:00.014Z libraries_test_run_release_coreclr_windows_x86_Debug runtime windows.7.amd64.open.rt x86 2021-12-13T20:26:46.404Z pr/public/dotnet/runtime/refs/pull/62724/merge 20211213.46
-3 windows.7.amd64.open.svc 2021-12-10T20:19:53.817Z libraries_test_run_release_coreclr_windows_x86_Debug runtime windows.7.amd64.open.svc x86 2021-12-10T20:35:54.746Z pr/public/dotnet/runtime/refs/pull/62643/merge 20211210.64
-3 windows.7.amd64.open.rt 2021-12-06T22:05:49.869Z libraries_test_run_release_coreclr_windows_x86_Debug runtime windows.7.amd64.open.rt x86 2021-12-06T22:21:25.324Z pr/public/dotnet/runtime/refs/pull/62455/merge 20211206.64
-3 windows.7.amd64.open.rt 2021-11-30T10:56:51.289Z libraries_test_run_release_coreclr_windows_x86_Debug runtime windows.7.amd64.open.rt x86 2021-11-30T11:12:28.21Z pr/public/dotnet/runtime/refs/pull/62183/merge 2021113.4
-3 windows.7.amd64.open.rt 2021-11-14T02:16:09.552Z libraries_test_run_release_coreclr_windows_x86_Debug runtime windows.7.amd64.open.rt x86 2021-11-14T02:31:45.36Z pr/public/dotnet/runtime/refs/pull/60914/merge 20211113.24
-3 windows.7.amd64.open.rt 2021-10-27T14:52:06.384Z libraries_test_run_release_coreclr_windows_x86_Debug runtime windows.7.amd64.open.rt x86 2021-10-27T15:07:53.543Z pr/public/dotnet/runtime/refs/pull/60877/merge 20211027.29
-3 windows.7.amd64.open.rt 2021-10-22T22:12:01.556Z libraries_test_run_release_coreclr_windows_x86_Debug runtime windows.7.amd64.open.rt x86 2021-10-22T22:27:36.684Z pr/public/dotnet/runtime/refs/pull/60786/merge 20211022.52

@elinor-fung elinor-fung reopened this Feb 15, 2022
radical pushed a commit to radical/runtime that referenced this issue Jul 7, 2022
@rzikm
Copy link
Member

rzikm commented Aug 1, 2024

No recent hits, not actionable at this moment, closing until issue resurfaces.

@rzikm rzikm closed this as completed Aug 1, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Sep 1, 2024
@karelz karelz modified the milestones: Future, 9.0.0 Sep 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Net test-run-core Test failures in .NET Core test runs
Projects
None yet
Development

Successfully merging a pull request may close this issue.