You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by da...@apache.org on 2015/08/12 19:46:36 UTC

[1/4] storm git commit: re-include storm-kafka to Travis CI build

Repository: storm
Updated Branches:
  refs/heads/master b0baa638c -> 55ec459e3


re-include storm-kafka to Travis CI build


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

Branch: refs/heads/master
Commit: 73a165639ada07b470f0a0cf39d1c27f15f0d98e
Parents: 544e55c
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Tue Aug 11 20:17:15 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Tue Aug 11 20:17:15 2015 +0900

----------------------------------------------------------------------
 dev-tools/travis/travis-script.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/73a16563/dev-tools/travis/travis-script.sh
----------------------------------------------------------------------
diff --git a/dev-tools/travis/travis-script.sh b/dev-tools/travis/travis-script.sh
index 40891ff..77b9fb6 100755
--- a/dev-tools/travis/travis-script.sh
+++ b/dev-tools/travis/travis-script.sh
@@ -31,7 +31,7 @@ cd ${STORM_SRC_ROOT_DIR}
 export STORM_TEST_TIMEOUT_MS=100000
 
 # We now lean on Travis CI's implicit behavior, ```mvn clean install -DskipTests``` before running script
-mvn test -fae -Pnative -pl '!external/storm-kafka'
+mvn test -fae -Pnative
 BUILD_RET_VAL=$?
 
 for dir in `find . -type d -and -wholename \*/target/\*-reports`;


[3/4] storm git commit: Merge branch 'STORM-980' of https://github.com/HeartSaVioR/storm

Posted by da...@apache.org.
Merge branch 'STORM-980' of https://github.com/HeartSaVioR/storm


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

Branch: refs/heads/master
Commit: 6ea41129b457924de9b6c80efe6bf58413f94e33
Parents: b0baa63 256e12a
Author: Derek Dagit <de...@yahoo-inc.com>
Authored: Wed Aug 12 12:38:08 2015 -0500
Committer: Derek Dagit <de...@yahoo-inc.com>
Committed: Wed Aug 12 12:38:08 2015 -0500

----------------------------------------------------------------------
 dev-tools/travis/travis-script.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------



[4/4] storm git commit: Update CHANGELOG for STORM-980

Posted by da...@apache.org.
Update CHANGELOG for STORM-980


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

Branch: refs/heads/master
Commit: 55ec459e35a3f404cee1c3853aca0a3635d59bdf
Parents: 6ea4112
Author: Derek Dagit <de...@yahoo-inc.com>
Authored: Wed Aug 12 12:39:19 2015 -0500
Committer: Derek Dagit <de...@yahoo-inc.com>
Committed: Wed Aug 12 12:39:19 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/55ec459e/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b1d8293..d44e684 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-980: Re-include storm-kafka tests from Travis CI build
  * STORM-960: HiveBolt should ack tuples only after flushing.
  * STORM-951: Storm Hive connector leaking connections.
  * STORM_803: Better CI logs


[2/4] storm git commit: Merge branch 'master' into STORM-980

Posted by da...@apache.org.
Merge branch 'master' into STORM-980


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

Branch: refs/heads/master
Commit: 256e12ad9d42dd7b4c815c5918e846f90b74bbe7
Parents: 73a1656 c54cea1
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Wed Aug 12 07:20:18 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Wed Aug 12 07:20:18 2015 +0900

----------------------------------------------------------------------
 CHANGELOG.md                |  1 +
 external/storm-hive/pom.xml | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)
----------------------------------------------------------------------