You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/11/19 18:01:10 UTC

[GitHub] eiri opened a new pull request #1747: Set query server env variable in Makefile for isolated eunit tests

eiri opened a new pull request #1747: Set query server env variable in Makefile for isolated eunit tests
URL: https://github.com/apache/couchdb/pull/1747
 
 
   ## Overview
   
   After #1602 we requite env variable `COUCHDB_QUERY_SERVER_JAVASCRIPT` to point to js query server. This patch adds the env var on Makefile's `eunit` target returning ability to run the isolated eunit tests without setting that var in each tests' setup.
   
   ## Testing recommendations
   
   Isolated tests with query server, e.g. `make eunit apps=couch_mrview suites=couch_mrview_all_docs_tests` should run locally without throwing "unknown query server" exceptions. 
   
   ## Checklist
   
   - [x] Code is written and works correctly;
   - [x] Changes are covered by tests;
   - [ ] Documentation reflects the changes;
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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