Skip to content
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

JIT and JIT.Directed tests timeout/hang on Android arm64 devices #47850

Closed
akoeplinger opened this issue Feb 4, 2021 · 3 comments · Fixed by #49662
Closed

JIT and JIT.Directed tests timeout/hang on Android arm64 devices #47850

akoeplinger opened this issue Feb 4, 2021 · 3 comments · Fixed by #49662
Assignees
Labels
area-VM-meta-mono blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' os-android
Milestone

Comments

@akoeplinger
Copy link
Member

akoeplinger commented Feb 4, 2021

This started recently, all of the runs in the last 24 hours of these two workitems timed out.

The JIT and JIT.Directed are the most common ones but there are also occasional timeouts of other runtime tests.

Example Kusto query:

WorkItems
| where QueueName == "windows.10.amd64.android.open" and Queued >= ago(3d) and not(FriendlyName startswith "System" or FriendlyName startswith "Microsoft" or FriendlyName startswith "Common")
| summarize BadExit=countif(Status == "BadExit"), Fail=countif(Status == "Fail"), Pass=countif(Status == "Pass"), Timeout=countif(Status == "Timeout") by FriendlyName
| order by Timeout desc

image

@akoeplinger akoeplinger added blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' os-android area-VM-meta-mono labels Feb 4, 2021
@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Feb 4, 2021
@ghost
Copy link

ghost commented Feb 4, 2021

Tagging subscribers to this area: @CoffeeFlux
See info in area-owners.md if you want to be subscribed.

Issue Details

This started recently, all of the runs in the last 24 hours of these workitems timed out.

Author: akoeplinger
Assignees: -
Labels:

area-VM-meta-mono, blocking-clean-ci, os-android

Milestone: -

@steveisok
Copy link
Member

/cc @SamMonoRT

@SamMonoRT
Copy link
Member

@fanyang-mono - can you investigate : Hopefully this isn't an actual regression, and also hoping it is not an unwanted effect of the changes done by fixing dotnet/xharness#397 ?

@SamMonoRT SamMonoRT added this to the 6.0.0 milestone Jun 14, 2021
@CoffeeFlux CoffeeFlux removed the untriaged New issue has not been triaged by the area owner label Jun 14, 2021
@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Jun 18, 2021
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Jun 22, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Jul 22, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-VM-meta-mono blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' os-android
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants