You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/03/10 21:21:18 UTC

[GitHub] [druid] maytasm3 commented on a change in pull request #9501: [WIP] Adding s3, gcs, azure integration tests

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org