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/25 21:26:20 UTC

[jira] [Updated] (MESOS-5904) Process routes implementation seems to drop routes on Windows.

     [ https://issues.apache.org/jira/browse/MESOS-5904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Clemmer updated MESOS-5904:
--------------------------------
    Description: 
In several libprocess tests, the routes set up by process.cpp seem to be getting mangled/dropped on Windows. Specifically:

* HTTPTest.Endpoints help has the route '/help/(14)', but '/help/(14)/body' fails; on HTTPTest.EndpointsHelpRemoval, the former can be removed, but when the latter is attempted, it fails.
* HTTPTest.NestedGet will properly generate the route '/a/b/c', but '/a/b' is missing.
* ProcessTest.FirewallDisabledPaths, FIrewallUninstall seem to fail to create firewall rules.

  was:
In several libprocess tests, the routes set up by process.cpp seem to be getting mangled/dropped on Windows. Specifically:

* HTTPTest.Endpoints help has the route '/help/(14)', but '/help/(14)/body' fails; on HTTPTest.EndpointsHelpRemoval, the former can be removed, but when the latter is attempted, it fails.
* HTTPTest.NestedGet will properly generate the route '/a/b/c', but '/a/b' is missing.


> Process routes implementation seems to drop routes on Windows.
> --------------------------------------------------------------
>
>                 Key: MESOS-5904
>                 URL: https://issues.apache.org/jira/browse/MESOS-5904
>             Project: Mesos
>          Issue Type: Bug
>          Components: libprocess
>            Reporter: Alex Clemmer
>            Assignee: Alex Clemmer
>              Labels: libprocess, mesosphere
>
> In several libprocess tests, the routes set up by process.cpp seem to be getting mangled/dropped on Windows. Specifically:
> * HTTPTest.Endpoints help has the route '/help/(14)', but '/help/(14)/body' fails; on HTTPTest.EndpointsHelpRemoval, the former can be removed, but when the latter is attempted, it fails.
> * HTTPTest.NestedGet will properly generate the route '/a/b/c', but '/a/b' is missing.
> * ProcessTest.FirewallDisabledPaths, FIrewallUninstall seem to fail to create firewall rules.



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