Skip to content

Conversation

@premun
Copy link
Member

@premun premun commented Nov 2, 2020

This steps was failing because one of the machines didn't have xcode-select pointing to the Xcode installation but to the Xcode command line tools. That's why it only failed occasionally when it hit this one machine.

I verified that this machine was the only one with this issue:

WorkItems
| where QueueName == "osx.1015.amd64.open" and Started > now()-30d and FriendlyName == "xharness-ios-state" and Status != "Pass"

The step should fail the build and is stable otherwise.

Resolves dotnet/xharness#337

Error message improved here dotnet/xharness#349

@premun premun requested a review from MattGal November 2, 2020 12:22
Copy link
Member

@MattGal MattGal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@premun
Copy link
Member Author

premun commented Nov 2, 2020

@MattGal I only fixed the machine today ^^

Merging..

@premun premun merged commit 80b92f2 into dotnet:master Nov 2, 2020
@premun premun deleted the prvysoky/xharness-cli-tests branch November 2, 2020 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Occasional DirectoryNotFoundException in ios state command

2 participants