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

Updated assert statement to include a check for Timeout in FileSystem… #35298

Merged
merged 2 commits into from
Apr 23, 2020

Conversation

vivekbm
Copy link
Contributor

@vivekbm vivekbm commented Apr 22, 2020

Fixes #28831
There is a test failure in System.IO.FileSystem.Tests and since the root cause appears to be OS specific, the instruction is to update the assert statement to catch the semaphore timeout case.

@ghost
Copy link

ghost commented Apr 22, 2020

Tagging subscribers to this area: @jozkee
Notify danmosemsft if you want to be subscribed.

@Gnbrkm41
Copy link
Contributor

Fixes #28831

@danmoseley danmoseley requested a review from carlossanlop April 22, 2020 17:57
@danmoseley
Copy link
Member

@vivekbm if you edit your top comment to add the line Fixes #28831 then it will close that issue when we merge this. Thanks for the PR!

Added the check, the earlier commit had a syntax error.
@stephentoub stephentoub merged commit 145c87a into dotnet:master Apr 23, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test failure: COR_E_FAILFAST while running System.IO.FileSystem.Tests
5 participants