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

System.IO.FileSystem.Watcher.Tests - Tests passed but project failed? #14357

Closed
AlekseyTs opened this issue Mar 17, 2015 · 9 comments
Closed
Milestone

Comments

@AlekseyTs
Copy link
Contributor

http://dotnet-ci.cloudapp.net/job/dotnet_corefx_prtest/407/

Build dotnet/corefx#407 (Mar 16, 2015 11:22:23 AM)
PR dotnet/corefx#1133: Add System.Linq.Queryable S...

No changes.

GitHub pull request dotnet/corefx#1133 of commit 0f60d399123ce4b4f2ec4d4e242837a5899467f7 automatically merged.

Test Result (no failures)

Identified problems
Subproject build: dotnet_corefx_windows_debug_prtest (#402)

No identified problem

No problems were identified. If you know why this problem occurred, please add a suitable Cause for it.

On the page at :
http://dotnet-ci.cloudapp.net/job/dotnet_corefx_windows_debug_prtest/402/console
It shows:
d:\j\workspace\dotnet_corefx_windows_debug_prtest\packages\Microsoft.DotNet.BuildTools.1.0.25-prerelease-00017\lib\tests.targets(68,5): warning MSB3073: The command "corerun.exe xunit.console.netcore.exe System.IO.FileSystem.Watcher.Tests.dll -xml .\testResults.xml -notrait category=failing " exited with code -1073741819. [d:\j\workspace\dotnet_corefx_windows_debug_prtest\src\System.IO.FileSystem.Watcher\tests\System.IO.FileSystem.Watcher.Tests.csproj]
d:\j\workspace\dotnet_corefx_windows_debug_prtest\packages\Microsoft.DotNet.BuildTools.1.0.25-prerelease-00017\lib\tests.targets(74,5): error : One or more tests failed while running tests from 'System.IO.FileSystem.Watcher.Tests' please check log for details!
but it also shows:
=== TEST EXECUTION SUMMARY ===
System.IO.FileSystem.Watcher.Tests Total: 49, Errors: 0, Failed: 0, Skipped: 0, Time: 4.766s
so it seems like the file system watcher tests passed but then the file system watcher xunit process failed?

@ellismg ellismg changed the title System.IO.FileSystem.Watcher.Tests - Intermittent test failure in merge build System.IO.FileSystem.Watcher.Tests - Tests passed but project failed? Mar 17, 2015
@ellismg
Copy link
Contributor

ellismg commented Mar 17, 2015

@FiveTimesTheFun or @mmitche Have you ever seen this before where the tests all pass but the targets think the process failed?

@mmitche
Copy link
Member

mmitche commented Mar 17, 2015

That's definitely an A/V in the process, not an issue with the target. So it could have failed post-printing that message.

@mmitche
Copy link
Member

mmitche commented Mar 17, 2015

(and no :()

@stephentoub
Copy link
Member

This has happened several more times over the past few days, such as in http://dotnet-ci.cloudapp.net/job/dotnet_corefx_windows_debug/217/console

@stephentoub
Copy link
Member

And again:
http://dotnet-ci.cloudapp.net/job/dotnet_corefx_windows_release_prtest/554/console
This issue is taking out PR CI builds not infrequently... we should really try to figure out the cause.

@ellismg
Copy link
Contributor

ellismg commented Mar 25, 2015

Has anyone tried running this locally in a loop and seeing if you can hit the same xunit failure?

@eatdrinksleepcode
Copy link

I am not sure if it is the same issue, but in my local builds (on Win7) I have seen CoreCLR crash with a Watson dialog several times during FileSystemWatcher tests.

On Mar 25, 2015, at 3:15 PM, Matt Ellis notifications@github.com wrote:

Has anyone tried running this locally in a loop and seeing if you can hit the same xunit failure?


Reply to this email directly or view it on GitHub.

@mmitche
Copy link
Member

mmitche commented Mar 25, 2015

I haven't seen it yet locally. The CI machines have Watson turned off. Next time we see this i'll pull the machine immediately out of rotation and see whether running it over and over can reproduce the issue.

@stephentoub
Copy link
Member

We saw a brief spurt of this back in March, and then I don't believe we've seen it at all since. For now I'm going to wrack it up to being a temporary issue and close this out. We can reopen this if we see it again.

@msftgits msftgits transferred this issue from dotnet/corefx Jan 31, 2020
@msftgits msftgits added this to the 1.0.0-rtm milestone Jan 31, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Jan 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants