-
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
DualModeAcceptAsync.AcceptAsyncV*BountTo* tests failed with TimeoutException #22620
Comments
One occurrence only, moving to 2.1 |
failed again in master, detail: https://mc.dot.net/#/product/netcore/master/source/official~2Fcorefx~2Fmaster~2F/type/test~2Ffunctional~2Fcli~2F/build/20170823.04/workItem/System.Net.Sockets.Tests/analysis/xunit/System.Net.Sockets.Tests.DualModeAcceptAsync~2FAcceptAsyncV6BoundToSpecificV4_CantConnect The test Assert.Throws() Failure\r
Build : Master - 20170823.04 (Core Tests)
|
Helix official runs history shows only 1 failure of AcceptAsyncV6BoundToSpecificV4_CantConnect test and no failures for AcceptAsyncV6BoundToAnyV6_Success test. |
Test
|
@AriNuer if you find new occurrences of an existing failure please either reopen the issue or create a new one. System.Net.Sockets.Tests.DualModeAcceptAsync.AcceptAsyncV6BoundToAnyV6_Success failed again: https://dnceng.visualstudio.com/public/_build/results?buildId=329154&view=ms.vss-test-web.build-test-results-tab&runId=9625064&resultId=170821&paneView=debug |
I see 19 failures in last 90 days. All on flavors of Windows 10. The artifacts are unfortunately gone. On next failure we should collect console.log and testResult.xml as they may contain useful information. |
Failures during 3/12-8/24 (incl. PRs):
Kusto query: let failedTests = (methodName : string, includePR : bool, messageSubstr: string) {
cluster('engsrvprod.kusto.windows.net').database('engineeringdata').TestResults
| where Type startswith "System.Net"
and Result == 'Fail'
| where Method == 'AcceptAsyncV6BoundToAnyV6_Success' or Method == 'AcceptAsyncV4BoundToSpecificV6_CantConnect' or Method == 'AcceptAsyncV6BoundToSpecificV4_CantConnect'
| where Message contains messageSubstr
| distinct JobId, WorkItemId, Message, Exception, StackTrace, Method, Type //, Arguments
| 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
};
failedTests('', true, ''); |
This comment has been minimized.
This comment has been minimized.
triage: dup of #1481. We should make dual mode more reliable. No recent failures. |
Tests:
System.Net.Sockets.Tests.DualModeAcceptAsync.AcceptAsyncV6BoundToAnyV6_Success
(any platform test)System.Net.Sockets.Tests.DualModeAcceptAsync.AcceptAsyncV4BoundToSpecificV6_CantConnect
(Windows-only test)System.Net.Sockets.Tests.DualModeAcceptAsync.AcceptAsyncV6BoundToSpecificV4_CantConnect
(Windows-only test)Opened on behalf of @JiayiLi1
Detail: https://mc.dot.net/#/product/netcore/200/source/official~2Fcorefx~2Frelease~2F2.0.0~2F/type/test~2Ffunctional~2Fcli~2F/build/20170704.01/workItem/System.Net.Sockets.Tests/analysis/xunit/System.Net.Sockets.Tests.DualModeAcceptAsync~2FAcceptAsyncV6BoundToAnyV6_Success
The text was updated successfully, but these errors were encountered: