This is an automated email from the ASF dual-hosted git repository.

gilbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/master by this push:
     new 50167a7  Improved isolation for slave tests.
50167a7 is described below

commit 50167a73bd53884b11330b2598d220f71aef7c17
Author: Chun-Hung Hsiao <[email protected]>
AuthorDate: Tue Mar 5 22:35:43 2019 -0800

    Improved isolation for slave tests.
    
    Improved isolation of the `SlaveTest` fixture so it won't pick up
    containers from another running Mesos instance on the same host when
    running as root.
    
    Review: https://reviews.apache.org/r/70135/
---
 src/tests/slave_tests.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tests/slave_tests.cpp b/src/tests/slave_tests.cpp
index 22a0295..5ee5609 100644
--- a/src/tests/slave_tests.cpp
+++ b/src/tests/slave_tests.cpp
@@ -158,7 +158,7 @@ namespace tests {
 // that seem vaguely more slave than master-related are in this file.
 // The others are in "master_tests.cpp".
 
-class SlaveTest : public MesosTest
+class SlaveTest : public ContainerizerTest<slave::MesosContainerizer>
 {
 public:
   const std::string defaultIsolators{

Reply via email to