Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Mesosphere Sprint 74, Mesosphere Sprint 75, Mesosphere Sprint 76, Mesosphere Sprint 77, Mesosphere Sprint 78, Mesosphere Sprint 79, Mesosphere Sprint 2018-20, Mesosphere Sprint 2018-21, Mesosphere Sprint 2018-22, Mesosphere Sprint 2018-23, Mesosphere Sprint 2018-24, Mesosphere Sprint 2018-25
-
1
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.
Attachments
Issue Links
- blocks
-
MESOS-5814 Port libprocess http_tests.cpp
- Resolved