You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by Ben Mahler <be...@gmail.com> on 2013/02/02 00:56:23 UTC

Re: Review Request: Moved stout tests into libprocess.

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

(Updated Feb. 1, 2013, 11:56 p.m.)


Review request for mesos, Benjamin Hindman and Vinod Kone.


Changes
-------

Rebased off trunk.


Description
-------

This is part 3 of my test refactorings to pull apart the libprocess / stout tests.

This moves the stout tests into third_party/libprocess/tests.
I added an assert.hpp file as well so that the libprocess tests can share the ASSERT_SOME style asserts.
There are no actual diffs to the test file contents.


Diffs (updated)
-----

  src/Makefile.am c94736df660a25b58dc47c07d9c56c3c26152a66 
  src/tests/stout_tests.cpp fffef3e42774e9b090a098a219a92e642d303d27 
  third_party/libprocess/Makefile.am dad1b65c3fdb7dbdad4e7c3d9c241cc4e89c3325 
  third_party/libprocess/src/tests/assert.hpp PRE-CREATION 
  third_party/libprocess/src/tests/stout_tests.cpp PRE-CREATION 

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


Testing
-------

make check
cd third_party/libprocess
make check


Thanks,

Ben Mahler