You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by James Peach <jp...@apache.org> on 2017/02/15 23:20:47 UTC

Review Request 56730: Kill stray tasks when tearing down test cgroups.

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

Review request for mesos and Mesos Reviewbot.


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


Repository: mesos


Description
-------

If a test case fails, it may leave stray tasks in the cgroup which keeps
us from tearing it down when the test completes. Kill any stray tasks
before destroying the cgroup.


Diffs
-----

  src/tests/containerizer/cgroups_tests.cpp 76fabce4530ccc0a1d685cd48d932ced5a64bc58 
  src/tests/mesos.cpp 6a96fa51dfc2a62063c3154b256bdac707b009bb 

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


Testing
-------

sudo make check (Fedora 25)


Thanks,

James Peach