-
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
[Test Failure] System.Net.Quic.Tests.MsQuicTests.ByteMixingOrNativeAVE_MinimalFailingTest #85331
Comments
Tagging subscribers to this area: @dotnet/ncl Issue Detailscluster('engsrvprod.kusto.windows.net').database('engineeringdata').AzureDevOpsTests
| where TestName == 'System.Net.Quic.Tests.MsQuicTests.ByteMixingOrNativeAVE_MinimalFailingTest'
//| where TestName startswith "System.Net" and
//and Outcome == 'Failed'// or Outcome == 'PassedOnRerun'
| distinct JobId, WorkItemId, Message, StackTrace, TestName, Arguments, Outcome
| join kind=inner (cluster('engsrvprod.kusto.windows.net').database('engineeringdata').Jobs
| where Finished > ago(7d)
| extend TargetBranch = extractjson("$.['System.PullRequest.TargetBranch']", Properties)
| where (Branch == 'refs/heads/main') //or (Source startswith "pr/" and TargetBranch == 'main')
| where Type startswith "test/functional/cli/" and not(Properties contains "runtime-staging")
| summarize arg_max(Finished, Properties, Type, Branch, Source, Started, QueueName, Attempt, Build, TargetBranch) 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 Architecture = PropertiesJson.architecture
| extend DefinitionName = PropertiesJson.DefinitionName
| project-away JobId
| extend JobId = extractjson("$.['System.JobId']", Properties)
//| where JobId == '913fd104-6683-4129-8fd6-02f22466d821'
//| where Architecture == 'arm64'
//| where QueueName == 'windows.amd64.server2022.open.svc'
//| where TargetBranch == 'release/6.0'
| join kind=inner (cluster('engsrvprod.kusto.windows.net').database('engineeringdata').WorkItems
| project-keep ConsoleUri, WorkItemId) on WorkItemId
| project-away PropertiesJson
| project-reorder Started, TestName, Arguments, StackTrace, ConsoleUri, OS, Architecture, DefinitionName, Branch, TargetBranch, Attempt, Build, *
;
|
Triage: we should look how often this keeps happening, report is from April. Until then, punting to future. |
I updated the issue with the Known Build Error template, we still see it from time to time |
Failures are contained to server2022, maybe there is something specific on the queue which makes this fail. Some test runs run up to 6 minues for this particular test |
Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=319948
Build error leg or test failing: System.Net.Quic.Tests.MsQuicTests.ByteMixingOrNativeAVE_MinimalFailingTest
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=319948
Error message validated:
System.Net.Quic.Tests.MsQuicTests.ByteMixingOrNativeAVE_MinimalFailingTest [FAIL]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 7/3/2023 7:31:53 AM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: