maytasm3 commented on a change in pull request #9501: [WIP] Adding s3, gcs,
azure integration tests
URL: https://github.com/apache/druid/pull/9501#discussion_r390618863
##########
File path: integration-tests/docker/druid.sh
##########
@@ -73,4 +76,20 @@ setupConfig() {
var=$(echo "$evar" | sed -e 's?^\([^=]*\)=.*?\1?g' -e 's?_?.?g')
setKey $DRUID_SERVICE "$var" "$val"
done
-}
\ No newline at end of file
+}
+
+setupData()
Review comment:
This will work for how our travis CI is setup but if user try running
manually locally with...
1) -DexcludedGroups=not-query
2) without -Dgroups and without DexcludedGroups
then the data won't be setup
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]