You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2015/11/12 18:15:41 UTC

[1/3] storm git commit: bump timeout by 50% due to intermittent travis build failures

Repository: storm
Updated Branches:
  refs/heads/master 205794363 -> f4bd90a34


bump timeout by 50% due to intermittent travis build failures


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

Branch: refs/heads/master
Commit: 400dcfad41e505ea16f6dc92e3a7b51aa1075259
Parents: 34cda0d
Author: Chuck Burgess <cb...@progressrail.com>
Authored: Mon Nov 9 10:37:08 2015 -0600
Committer: Chuck Burgess <cb...@progressrail.com>
Committed: Wed Nov 11 16:52:49 2015 -0600

----------------------------------------------------------------------
 dev-tools/travis/travis-script.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/400dcfad/dev-tools/travis/travis-script.sh
----------------------------------------------------------------------
diff --git a/dev-tools/travis/travis-script.sh b/dev-tools/travis/travis-script.sh
index f388d4d..67fe954 100755
--- a/dev-tools/travis/travis-script.sh
+++ b/dev-tools/travis/travis-script.sh
@@ -28,8 +28,8 @@ TRAVIS_SCRIPT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
 
 cd ${STORM_SRC_ROOT_DIR}
 
-# We should concern that Travis CI could be very slow cause it uses VM
-export STORM_TEST_TIMEOUT_MS=100000
+# We should be concerned that Travis CI could be very slow because it uses VM
+export STORM_TEST_TIMEOUT_MS=150000
 
 # We now lean on Travis CI's implicit behavior, ```mvn clean install -DskipTests``` before running script
 mvn --batch-mode install -fae -Pnative


[3/3] storm git commit: Added STORM-1191 to Changelog

Posted by bo...@apache.org.
Added STORM-1191 to Changelog


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

Branch: refs/heads/master
Commit: f4bd90a341475456092830d6043f124ec2dbe81e
Parents: fea9555
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Thu Nov 12 11:14:57 2015 -0600
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Thu Nov 12 11:14:57 2015 -0600

----------------------------------------------------------------------
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/f4bd90a3/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ff0754b..21c9a6d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-1191: bump timeout by 50% due to intermittent travis build failures
  * STORM-794: Modify Spout async loop to treat activate/deactivate ASAP
  * STORM-1196: Upgrade to thrift 0.9.3
  * STORM-1155: Supervisor recurring health checks


[2/3] storm git commit: Merge branch 'crb-transactionalTestTimeout' of https://github.com/ashnazg/storm into STORM-1191

Posted by bo...@apache.org.
Merge branch 'crb-transactionalTestTimeout' of https://github.com/ashnazg/storm into STORM-1191

STORM-1191: bump timeout by 50% due to intermittent travis build failures


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

Branch: refs/heads/master
Commit: fea9555e5c86db3775829c1282f8bd31014902d3
Parents: 2057943 400dcfa
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Thu Nov 12 11:14:38 2015 -0600
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Thu Nov 12 11:14:38 2015 -0600

----------------------------------------------------------------------
 dev-tools/travis/travis-script.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------