You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by wf...@apache.org on 2014/11/06 21:47:57 UTC

incubator-aurora git commit: Mark inotify disk collector test as flaky.

Repository: incubator-aurora
Updated Branches:
  refs/heads/master 53c732df4 -> 2dda4a3e2


Mark inotify disk collector test as flaky.

Bugs closed: AURORA-916

Reviewed at https://reviews.apache.org/r/27630/


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

Branch: refs/heads/master
Commit: 2dda4a3e27d125dfe882bbdcaa1ee56975add761
Parents: 53c732d
Author: Joshua Cohen <jc...@twopensource.com>
Authored: Thu Nov 6 12:47:39 2014 -0800
Committer: Bill Farner <wf...@apache.org>
Committed: Thu Nov 6 12:47:39 2014 -0800

----------------------------------------------------------------------
 src/test/python/apache/thermos/monitoring/test_disk.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/2dda4a3e/src/test/python/apache/thermos/monitoring/test_disk.py
----------------------------------------------------------------------
diff --git a/src/test/python/apache/thermos/monitoring/test_disk.py b/src/test/python/apache/thermos/monitoring/test_disk.py
index 913f87d..e137323 100644
--- a/src/test/python/apache/thermos/monitoring/test_disk.py
+++ b/src/test/python/apache/thermos/monitoring/test_disk.py
@@ -66,7 +66,8 @@ def test_du_diskcollector():
   _run_collector_tests(collector, target, wait)
 
 
-@pytest.mark.skipif("sys.platform == 'darwin'")
+# Flaky test, c.f. https://issues.apache.org/jira/browse/AURORA-916
+@pytest.mark.skipif('True')
 def test_inotify_diskcollector():
   target = safe_mkdtemp()
   INTERVAL = Amount(50, Time.MILLISECONDS)