You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gobblin.apache.org by ab...@apache.org on 2018/03/23 11:07:17 UTC

[02/11] incubator-gobblin git commit: [GOBBLIN-437] Disable StressTestingSource flaky tests for distribution

[GOBBLIN-437] Disable StressTestingSource flaky tests for distribution


Project: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/commit/1a3a196f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/tree/1a3a196f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/diff/1a3a196f

Branch: refs/heads/master
Commit: 1a3a196fbb1b8e6dd12450e7958d953bb2799410
Parents: 7ccecce
Author: Abhishek Tiwari <ab...@gmail.com>
Authored: Fri Mar 23 00:54:21 2018 -0700
Committer: Abhishek Tiwari <ab...@apache.org>
Committed: Fri Mar 23 03:08:55 2018 -0700

----------------------------------------------------------------------
 .../org/apache/gobblin/util/test/TestStressTestingSource.java  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-gobblin/blob/1a3a196f/gobblin-utility/src/test/java/org/apache/gobblin/util/test/TestStressTestingSource.java
----------------------------------------------------------------------
diff --git a/gobblin-utility/src/test/java/org/apache/gobblin/util/test/TestStressTestingSource.java b/gobblin-utility/src/test/java/org/apache/gobblin/util/test/TestStressTestingSource.java
index 040d69b..08ce408 100644
--- a/gobblin-utility/src/test/java/org/apache/gobblin/util/test/TestStressTestingSource.java
+++ b/gobblin-utility/src/test/java/org/apache/gobblin/util/test/TestStressTestingSource.java
@@ -62,7 +62,7 @@ public class TestStressTestingSource {
     }
   }
 
-  @Test
+  @Test (enabled=false)
   public void testComputeTime() throws DataRecordException, IOException {
     final int MEM_ALLOC_BYTES = 100;
     final int NUM_WORK_UNITS = 1;
@@ -97,7 +97,7 @@ public class TestStressTestingSource {
         "Time spent " + timeSpentMicro);
   }
 
-  @Test
+  @Test (enabled=false)
   public void testSleepTime() throws DataRecordException, IOException {
     final int MEM_ALLOC_BYTES = 100;
     final int NUM_WORK_UNITS = 1;
@@ -132,7 +132,7 @@ public class TestStressTestingSource {
         "Time spent " + timeSpentMicro);
   }
 
-  @Test
+  @Test (enabled=false)
   public void testRunDuration() throws DataRecordException, IOException {
     final int MEM_ALLOC_BYTES = 100;
     final int NUM_WORK_UNITS = 1;