Skip to content

Long running test: SendMailAsync_CanBeCanceled_CancellationToken #73447

Description

@karelz

Long running test:

  • SendMailAsync_CanBeCanceled_CancellationToken - System.Net.Mail.Tests.SmtpClientTest.SendMailAsync_CanBeCanceled_CancellationToken

Regression on 7/18

Failures 6/6-8/5 (incl. PRs):

  • x64 is default architecture
  • CoreCLR is default runtime
DateRunNotes
9/122x PRAlpine.314.Arm64.Open
openSUSE.15.2.Amd64.Open
9/101x Rolling runCentos.7.Amd64.Open
9/101x PRWindows.10.Amd64.Server2022.ES.Open - Unrelated infra timeout?
9/92x (1x Rolling run)OSX.1200.Amd64.Open - Mono
Centos.7.Amd64.Open
9/91x PRWindows.10.Amd64.Server2022.ES.Open - Unrelated infra timeout?
9/81x Rolling runCentos.7.Amd64.Open
9/81x PR #74623Windows.10.Amd64.Server2022.ES.Open - Unrelated infra timeout?
9/61x PRopenSUSE.15.2.Amd64.Open
8/291x Rolling runCentos.8.Amd64.Open
8/5-8/116x PROnly 1 unique PR #73472 - likely specific to the PR, unrelated error
8/51x PRCentos 8
8/31x Rolling runDebian 10 - Mono
8/22x PRDebian 10 - Mono
OpenSUSE 15.2
8/21x PRWindows 8.1 - Unrelated infra problem
8/11x PRCentos 8
7/301x PROSX 12.00 - Mono
7/291x PRDebian 10 - Mono
7/291x PRWindows 10 - Windows Nano 1809 - amd64 - Unrelated infra timeout?
7/281x Rolling runDebian 10 - amd64 - Mono
7/273x (1x Rolling run)2x Centos 8
Debian 10 - Mono
7/251x Rolling runCentos 7
7/222x (1x Rolling run)2x openSUSE 15.2
7/211x PRDebian 10 - Mono
7/201x PRAlpine 314 - Arm32
7/181x Rolling runFedora 34
lettimeouts = (friendlyNamePrefix : string, includePR : bool) {
cluster('engsrvprod.kusto.windows.net').database('engineeringdata').WorkItems
| where Status == "Timeout"
| where FriendlyName startswith friendlyNamePrefix
//| where Finished > datetime('2021-09-07')
| distinct JobId, WorkItemId, Name, FriendlyName, ConsoleUri
| joinkind=inner (cluster('engsrvprod.kusto.windows.net').database('engineeringdata').Jobs
| where ((Branch == 'refs/heads/main') or (Branch == 'refs/heads/master') or (includePR and (Source startswith"pr/")) or (Branch startswith'refs/heads/release/6.0'))
| where Type startswith"test/functional/cli/"andnot(Properties contains"runtime-staging")
| summarizearg_max(Finished, Properties, Type, Branch, Source, Started, QueueName) by JobId
| project-rename JobType = Type) on JobId
| extend PropertiesJson = parse_json(Properties)
| extend OS = replace_regex(tostring(PropertiesJson.operatingSystem), @'\((.*)\).*|([^\(].*)', @'\1\2')
| extend Runtime = iif(PropertiesJson.runtimeFlavor == "mono", "Mono", iif(PropertiesJson.DefinitionName contains"coreclr", "CoreCLR", ""))
| extend TargetBranch = extractjson("$.['System.PullRequest.TargetBranch']", Properties)
| extend Architecture = PropertiesJson.architecture
| extend Scenario = iif(isempty(PropertiesJson.scenario), "--", PropertiesJson.scenario)
| project-away PropertiesJson
| orderby Finished desc
};
timeouts('System.Net.Mail.Functional.Tests', true);

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions