Skip to content

Multiple System.Net.Http.Functional.Tests Timeouts #44339

Closed
@steveisok

Description

@steveisok

First found in https://dev.azure.com/dnceng/public/_build/results?buildId=876982&view=logs&j=bf603221-817a-5f42-894a-9eb35c3c7f97&t=7b6c19b2-2655-5e8f-d26a-63d3381d63ae

Kusto indicates this suite has timed out 8 times today and 15 times in the last 10 days.

Jobs
| project JobId, Name, Source, Type, Build, Started, QueueName , Properties
| where Started >= ago(10d) 
| where Source contains "dotnet/runtime"
| join kind=inner
(WorkItems | project FriendlyName, JobId, Status, Finished - Started, ExitCode, FailCount
| where FriendlyName == "System.Net.Http.Functional.Tests" and Status == "Timeout") on JobId

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions