Open ivdiazsa opened 10 months ago
Tagging subscribers to this area: @dotnet/area-system-io See info in area-owners.md if you want to be subscribed.
Author: | ivdiazsa |
---|---|
Assignees: | - |
Labels: | `area-System.IO`, `disabled-test`, `test-failure` |
Milestone: | Future |
Description
When building and running
System.IO.FileSystem.Watcher.Tests
withTestReadyToRun=true
, the test run will crash and fail with an error message about the limit of open file descriptors allowed.Reproduction Steps
1) Clone the repo and build the
clr
andlibs
subsets. Make sure you specifyTestReadyToRun
, so that some necessary pretest components get built.2) If PR #96721 has been merged when investigating this issue, then first reenable the test by removing its
ActiveIssue
annotation insrc/libraries/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.File.Move.cs
:3) Build and run the test
Expected behavior
All tests pass, except the skipped ones.
Actual behavior
Test fails with the following error, making the whole run fail:
Regression?
No
Known Workarounds
Keep the test disabled so that the other tests in the run can be executed unaffected.