Description
`os::realpath` on Unix should error out if the path does not exist. On Windows, the implementation is backed by `_fullpath`, which does not error out if the path does not exist. In general, we'd like the semantics to be as similar as possible across the two.
Attachments
Issue Links
- is related to
-
MESOS-7604 SlaveTest.ExecutorReregistrationTimeoutFlag aborts on Windows
- Resolved