Github user srdo commented on a diff in the pull request:
https://github.com/apache/storm/pull/2877#discussion_r224891745
--- Diff: integration-test/run-it.sh ---
@@ -91,6 +90,11 @@ function start_storm_process() {
echo starting: storm $1
sudo su storm -c "export JAVA_HOME=\"${JAVA_HOME}\" && cd
/usr/share/storm && storm $1" &
}
+if [[ "${USER}" == 'travis' ]]; then
+ start_storm_process dev-zookeeper
--- End diff --
Why not always do this, rather than only on Travis?---
