You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by Kevin Klues <kl...@gmail.com> on 2016/02/04 21:35:19 UTC

Review Request 43218: Updated the HttpProcess test class for more enhanced testing.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/43218/
-----------------------------------------------------------

Review request for mesos and Ben Mahler.


Bugs: MESOS-4552
    https://issues.apache.org/jira/browse/MESOS-4552


Repository: mesos


Description
-------

Previously, there was no way to explicitly set the id of the process
or dynamically install routes on the process during a test.

This commit enables these features. They are used in a subsequent
commit to test the implied help endpoints associated with a launched
process.


Diffs
-----

  3rdparty/libprocess/src/tests/http_tests.cpp 66d185e3fd8a165d8a98d3d2752e756f8de3499b 

Diff: https://reviews.apache.org/r/43218/diff/


Testing
-------


Thanks,

Kevin Klues