You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2016/08/22 20:46:40 UTC

[11/12] mesos git commit: Fixed potential flakiness in ROOT_RecoverOrphanedPersistentVolume.

Fixed potential flakiness in ROOT_RecoverOrphanedPersistentVolume.

Review: https://reviews.apache.org/r/51271/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/2f78a440
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/2f78a440
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/2f78a440

Branch: refs/heads/master
Commit: 2f78a440ef4201c5b11fb92c225694e84a60369c
Parents: 9642d3c
Author: Gilbert Song <so...@gmail.com>
Authored: Mon Aug 22 13:00:58 2016 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Mon Aug 22 13:37:20 2016 -0700

----------------------------------------------------------------------
 src/tests/containerizer/filesystem_isolator_tests.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/2f78a440/src/tests/containerizer/filesystem_isolator_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/containerizer/filesystem_isolator_tests.cpp b/src/tests/containerizer/filesystem_isolator_tests.cpp
index a2db8dd..df4642d 100644
--- a/src/tests/containerizer/filesystem_isolator_tests.cpp
+++ b/src/tests/containerizer/filesystem_isolator_tests.cpp
@@ -734,7 +734,7 @@ TEST_F(LinuxFilesystemIsolatorTest, ROOT_RecoverOrphanedPersistentVolume)
 
   // Wait until slave recovery is complete.
   Future<Nothing> _recover = FUTURE_DISPATCH(_, &Slave::_recover);
-  AWAIT_READY(_recover);
+  AWAIT_READY_FOR(_recover, Seconds(60));
 
   // Wait until the containerizer's recovery is done too.
   // This is called once orphans are cleaned up.  But this future is not