You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/11/17 23:02:59 UTC

[GitHub] [openwhisk] bsideup commented on a change in pull request #4724: Implement an ElasticSearchActivationStore

bsideup commented on a change in pull request #4724: Implement an ElasticSearchActivationStore
URL: https://github.com/apache/openwhisk/pull/4724#discussion_r347165774
 
 

 ##########
 File path: tools/travis/setupPrereq.sh
 ##########
 @@ -32,5 +32,13 @@ $ANSIBLE_CMD couchdb.yml
 $ANSIBLE_CMD initdb.yml
 $ANSIBLE_CMD wipe.yml
 
+# deploy es for unittest
+$ANSIBLE_CMD elasticsearch.yml
+export ELASTIC_PROTOCOL="http"
+export ELASTIC_HOSTS="localhost:9200"
+export ELASTIC_INDEX_PATTERN="unittest-%s"
+export ELASTIC_USERNAME="admin"
+export ELASTIC_PASSWORD="admin"
+
 
 Review comment:
   @jiangpengcheng could you please give more details? Even better if you can push a branch.
   Testcontainers is not very memory greedy, so I believe this is something else

----------------------------------------------------------------
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