You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by ja...@apache.org on 2014/01/07 11:49:43 UTC

git commit: FLUME-2289. Disable maxUnderReplication test which is extremely flakey

Updated Branches:
  refs/heads/trunk c3a9c80ab -> 56027c226


FLUME-2289. Disable maxUnderReplication test which is extremely flakey

(Hari Shreedharan via Jarek Jarcec Cecho)


Project: http://git-wip-us.apache.org/repos/asf/flume/repo
Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/56027c22
Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/56027c22
Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/56027c22

Branch: refs/heads/trunk
Commit: 56027c2264fe1e2f4158f89c9f25f9a9521aa254
Parents: c3a9c80
Author: Jarek Jarcec Cecho <ja...@apache.org>
Authored: Tue Jan 7 02:48:49 2014 -0800
Committer: Jarek Jarcec Cecho <ja...@apache.org>
Committed: Tue Jan 7 02:48:49 2014 -0800

----------------------------------------------------------------------
 .../org/apache/flume/sink/hdfs/TestHDFSEventSinkOnMiniCluster.java  | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flume/blob/56027c22/flume-ng-sinks/flume-hdfs-sink/src/test/java/org/apache/flume/sink/hdfs/TestHDFSEventSinkOnMiniCluster.java
----------------------------------------------------------------------
diff --git a/flume-ng-sinks/flume-hdfs-sink/src/test/java/org/apache/flume/sink/hdfs/TestHDFSEventSinkOnMiniCluster.java b/flume-ng-sinks/flume-hdfs-sink/src/test/java/org/apache/flume/sink/hdfs/TestHDFSEventSinkOnMiniCluster.java
index 6e11624..7c1caaa 100644
--- a/flume-ng-sinks/flume-hdfs-sink/src/test/java/org/apache/flume/sink/hdfs/TestHDFSEventSinkOnMiniCluster.java
+++ b/flume-ng-sinks/flume-hdfs-sink/src/test/java/org/apache/flume/sink/hdfs/TestHDFSEventSinkOnMiniCluster.java
@@ -368,6 +368,7 @@ public class TestHDFSEventSinkOnMiniCluster {
   /**
    * This is a very basic test that writes one event to HDFS and reads it back.
    */
+  @Ignore("This test is flakey and causes tests to fail pretty often.")
   @Test
   public void maxUnderReplicationTest() throws EventDeliveryException,
       IOException {