You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Alex Clemmer (JIRA)" <ji...@apache.org> on 2016/07/30 00:34:20 UTC

[jira] [Created] (MESOS-5942) Windows implementation of `os::rmdir` is not compliant with POSIX version

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)