Details
Description
This issue causes the following tests to fail on Windows:
- RmdirTest.RemoveDirectoryWithNoTargetSymbolicLink
- OsTest.Realpath
On most POSIX implementations, it is possible to create a symlink with a target that does not exist. On Windows, attempting to create a symlink pointing to a target that does not exist will cause a runtime failure.
Attachments
Issue Links
- is related to
-
MESOS-7604 SlaveTest.ExecutorReregistrationTimeoutFlag aborts on Windows
- Resolved