-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/37487/
-----------------------------------------------------------
Review request for mesos, Anand Mazumdar and Ben Mahler.
Bugs: MESOS-3262
https://issues.apache.org/jira/browse/MESOS-3262
Repository: mesos
Description
-------
Turns out the test was directly calling methods on HttpProcess instead of
dispatching to it. Added routes for "/a/b/c" and "/a" handlers in initialize
like we did with all the other handlers.
Diffs
-----
3rdparty/libprocess/src/tests/http_tests.cpp
7351fa44e69743ab82e9cada7ba7f797a6899bab
Diff: https://reviews.apache.org/r/37487/diff/
Testing
-------
Ran the test in a loop 10K times.
Thanks,
Vinod Kone