-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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: SendMailAsync_CanBeCanceled_CancellationToken #73447
Comments
Tagging subscribers to this area: @dotnet/ncl Issue DetailsLong running test:
Regression on 7/18 Failures 6/6-8/5 (incl. PRs):
let timeouts = (includePR : bool) {
cluster('engsrvprod.kusto.windows.net').database('engineeringdata').WorkItems
| where Status == "Timeout"
| where FriendlyName startswith "System.Net.Mail.Functional.Tests"
//| where Finished > datetime('2021-09-07')
| distinct JobId, WorkItemId, Name, FriendlyName, ConsoleUri
| join kind=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/"
and not(Properties contains "runtime-staging")
| summarize arg_max(Finished, Properties, Type, Branch, Source, Started, QueueName) by JobId
| project-rename JobType = Type) on JobId
| order by Finished desc
};
timeouts(true);
|
SendMailAsync_CanBeCanceled_CancellationToken is failing also on CoreCLR and on OSX - tracked by #73447
Test disabled in PR #73452 |
Update: We are re-enabling the test in main via PR #74545 with changes that will hopefully give us more info on the root cause. |
@wfurt please check Kusto and if there is no new failure in last 5 days (since the test was re-enabled), let's close it as done (for 8.0). Thanks! |
More hits updated in the top post |
No hits (of either assert or long running test) in last 2 weeks, so I think it is safe to close this as fixed. |
Long running test:
System.Net.Mail.Tests.SmtpClientTest.SendMailAsync_CanBeCanceled_CancellationToken
Regression on 7/18
Failures 6/6-8/5 (incl. PRs):
x64
is default architectureCoreCLR
is default runtimeopenSUSE.15.2.Amd64.Open
9/101x PRWindows.10.Amd64.Server2022.ES.Open- Unrelated infra timeout?Centos.7.Amd64.Open
9/91x PRWindows.10.Amd64.Server2022.ES.Open- Unrelated infra timeout?9/81x PR #74623Windows.10.Amd64.Server2022.ES.Open- Unrelated infra timeout?8/5-8/116x PROpenSUSE 15.2
8/21x PRWindows 8.1- Unrelated infra problem7/291x PRWindows 10 - Windows Nano 1809 - amd64- Unrelated infra timeout?Debian 10 - Mono
The text was updated successfully, but these errors were encountered: