[
https://issues.apache.org/jira/browse/MESOS-5937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jeff Coffler reassigned MESOS-5937:
-----------------------------------
Assignee: Jeff Coffler (was: Alex Clemmer)
> `flags::parse` assumes the filesystem is rooted at '/'
> ------------------------------------------------------
>
> Key: MESOS-5937
> URL: https://issues.apache.org/jira/browse/MESOS-5937
> Project: Mesos
> Issue Type: Bug
> Components: stout
> Reporter: Alex Clemmer
> Assignee: Jeff Coffler
> Labels: mesosphere, microsoft, stout, windows
>
> This bug causes the following tests to fail:
> * FlagsFileTest.JSONFile
> In parse.hpp, in the `flags::parse` contains a line like:
> ```
> if (strings::startsWith(value, "/")) {
> ```
> Normally to load a JSON flags file, we will specify a file like:
> `file://file_here`. This line exists for backwards compatibility. But since
> it's FS-specific, this will fail on Windows.
> As of this writing, this causes `FlagsFileTest.JSONFile` to fail.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)