You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by sr...@apache.org on 2015/09/23 00:23:50 UTC

[25/50] storm git commit: fixed unit test failure

fixed unit test failure


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/0e680b36
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/0e680b36
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/0e680b36

Branch: refs/heads/STORM-1040
Commit: 0e680b36decffaacf5683e5564b8542cbbfec5d4
Parents: dc6d559
Author: Arun Mahadevan <ai...@hortonworks.com>
Authored: Sat Sep 19 23:32:47 2015 +0530
Committer: Arun Mahadevan <ai...@hortonworks.com>
Committed: Sat Sep 19 23:32:47 2015 +0530

----------------------------------------------------------------------
 storm-core/test/clj/backtype/storm/nimbus_test.clj | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/0e680b36/storm-core/test/clj/backtype/storm/nimbus_test.clj
----------------------------------------------------------------------
diff --git a/storm-core/test/clj/backtype/storm/nimbus_test.clj b/storm-core/test/clj/backtype/storm/nimbus_test.clj
index 5956128..c1dca18 100644
--- a/storm-core/test/clj/backtype/storm/nimbus_test.clj
+++ b/storm-core/test/clj/backtype/storm/nimbus_test.clj
@@ -1329,7 +1329,7 @@
                      {"spout" (thrift/mk-spout-spec (TestPlannerSpout. true) :parallelism-hint 3)}
                      {})]
         (submit-local-topology nimbus "t1" {TOPOLOGY-WORKERS 1} topology)
-        (.debug nimbus "t1" "spout" true))))
+        (.debug nimbus "t1" "spout" true 100))))
 
 (deftest test-debug-on-global
   (with-local-cluster [cluster]
@@ -1338,4 +1338,4 @@
                      {"spout" (thrift/mk-spout-spec (TestPlannerSpout. true) :parallelism-hint 3)}
                      {})]
       (submit-local-topology nimbus "t1" {TOPOLOGY-WORKERS 1} topology)
-      (.debug nimbus "t1" "" true))))
+      (.debug nimbus "t1" "" true 100))))