You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2012/11/26 22:23:15 UTC

svn commit: r1413859 - /incubator/mesos/branches/0.11.0/src/tests/master_tests.cpp

Author: benh
Date: Mon Nov 26 21:23:15 2012
New Revision: 1413859

URL: http://svn.apache.org/viewvc?rev=1413859&view=rev
Log:
Replaced old 'TestAllocatorProcess' with new
'HierarchicalDRFAllocatorProcess'.

Modified:
    incubator/mesos/branches/0.11.0/src/tests/master_tests.cpp

Modified: incubator/mesos/branches/0.11.0/src/tests/master_tests.cpp
URL: http://svn.apache.org/viewvc/incubator/mesos/branches/0.11.0/src/tests/master_tests.cpp?rev=1413859&r1=1413858&r2=1413859&view=diff
==============================================================================
--- incubator/mesos/branches/0.11.0/src/tests/master_tests.cpp (original)
+++ incubator/mesos/branches/0.11.0/src/tests/master_tests.cpp Mon Nov 26 21:23:15 2012
@@ -174,7 +174,7 @@ TEST(MasterTest, ShutdownFrameworkWhileT
 {
   ASSERT_TRUE(GTEST_IS_THREADSAFE);
 
-  TestAllocatorProcess a;
+  HierarchicalDRFAllocatorProcess allocator;
   Files files;
   Master m(&a, &files);
   PID<Master> master = process::spawn(&m);