Repository: mesos Updated Branches: refs/heads/master d5cc1a606 -> 3d5196f35
Fixed TearDown order in ZK test. Review: https://reviews.apache.org/r/36920 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/3d5196f3 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/3d5196f3 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/3d5196f3 Branch: refs/heads/master Commit: 3d5196f35c32d141062db5378ed3458ded83de97 Parents: d5cc1a6 Author: Alexander Rukletsov <[email protected]> Authored: Wed Jul 29 13:41:00 2015 -0700 Committer: Vinod Kone <[email protected]> Committed: Wed Jul 29 13:41:30 2015 -0700 ---------------------------------------------------------------------- src/tests/mesos.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/3d5196f3/src/tests/mesos.hpp ---------------------------------------------------------------------- diff --git a/src/tests/mesos.hpp b/src/tests/mesos.hpp index 0bbfb11..93d87c7 100644 --- a/src/tests/mesos.hpp +++ b/src/tests/mesos.hpp @@ -314,8 +314,8 @@ public: virtual void TearDown() { - MesosTest::TearDown(); server->shutdownNetwork(); + MesosTest::TearDown(); } protected:
