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/07/04 19:50:18 UTC

mesos git commit: Temporarily disabled ROOT_GarbageCollectorUndeletableFilesTest.

Repository: mesos
Updated Branches:
  refs/heads/master e249d1b6f -> 29252ba26


Temporarily disabled ROOT_GarbageCollectorUndeletableFilesTest.

It's flaky and the fix is being tracked at:
https://issues.apache.org/jira/browse/MESOS-5752


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

Branch: refs/heads/master
Commit: 29252ba2695d43073290421e13b748288e5d94ad
Parents: e249d1b
Author: Jie Yu <yu...@gmail.com>
Authored: Mon Jul 4 12:49:33 2016 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Mon Jul 4 12:49:41 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/29252ba2/src/tests/gc_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/gc_tests.cpp b/src/tests/gc_tests.cpp
index 2e23f04..d6335dc 100644
--- a/src/tests/gc_tests.cpp
+++ b/src/tests/gc_tests.cpp
@@ -883,7 +883,7 @@ protected:
 // directly deletable by GC. We verify that GC deletes all files that
 // it's able to delete in the face of such errors.
 TEST_F(ROOT_GarbageCollectorUndeletableFilesTest,
-       BusyMountPoint)
+       DISABLED_BusyMountPoint)
 {
   Try<Owned<cluster::Master>> master = StartMaster();
   ASSERT_SOME(master);