Alex Clemmer created MESOS-5942:
-----------------------------------

             Summary: Windows implementation of `os::rmdir` is not compliant 
with POSIX version
                 Key: MESOS-5942
                 URL: https://issues.apache.org/jira/browse/MESOS-5942
             Project: Mesos
          Issue Type: Bug
          Components: libprocess
            Reporter: Alex Clemmer
            Assignee: Alex Clemmer


This issue causes two tests to fail:

* ProcessTest.Provide
* RmdirTest, RemoveRecursiveByDefault

In the first case, if we pass a file to `os::rmdir`, it will fail to delete 
anything because it appends `\*` to the end of the path (even though it is a 
file and it should just delete it).

In the second case, we are failing to delete things recursively in some cases.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to