Skip to content

Clearing runtime cache does not wait long enough for unmounting when using a single defined runtime #141708

@vashworth

Description

@vashworth

Type of Request

bug

Infrastructure Environment

Recipes

What is happening?

https://ci.chromium.org/ui/p/flutter/builders/try/Mac%20Engine%20Drone/638249/overview

In the above example, it does the following:

Because step 30.3 expects 1 or fewer, it does not wait for the runtime to be unmounted since it still says iOS 17 is mounted. It was originally 1 or fewer because sometimes the runtime is within Xcode and therefore unmounting doesn't affect it. However, in this case the runtime is not within Xcode and it should have waited for it to unmount. And since it doesn't wait for it to unmount, step 31 still thinks the runtime is already mounted and doesn't mount it. This causes there to be no runtimes mounted, which causes the test to fail.

Steps to reproduce

No response

Expected results

No response

Metadata

Metadata

Assignees

Labels

team-infraOwned by Infrastructure team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions