-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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.Http.Functional.Tests.HttpClientHandlerTest_Http3.ServerSendsTrailingHeaders_Success #87814
Labels
Milestone
Comments
Tagging subscribers to this area: @dotnet/ncl Issue DetailsKusto query cluster('engsrvprod.kusto.windows.net').database('engineeringdata').AzureDevOpsTests
| where TestName has 'System.Net.Http.Functional.Tests.HttpClientHandlerTest_Http3.ServerSendsTrailingHeaders_Success'
//| where Arguments == 'protocol: Ssl3'
| 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
| extend PhaseName = extract_json("$.['System.PhaseName']", Properties)
| 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, Outcome, StackTrace, ConsoleUri, OS, Architecture, DefinitionName, PhaseName, Branch, TargetBranch, Attempt, Build, *
; example stack trace:
|
duplicate of #87552 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Flaky test (passes on rerun on CI)
Kusto query
example stack trace:
The text was updated successfully, but these errors were encountered: