You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesatee.apache.org by GitBox <gi...@apache.org> on 2019/12/06 19:36:44 UTC

[GitHub] [incubator-mesatee] litongxin1991 opened a new pull request #133: use relative path in TDFS Server and RPC

litongxin1991 opened a new pull request #133: use relative path in TDFS Server and RPC
URL: https://github.com/apache/incubator-mesatee/pull/133
 
 
   ## Description
   
   Use relative path in TDFS Server and RPC. TDFS client will construct an absolute path with environment variable ``` MESATEE_STORAGE_DIR```.  So different services/clients can configure and use different storage directory. 
   
   Fixes #91 
   
   ## Type of change (select applied and DELETE the others)
   
   - [X] Bug fix (non-breaking change which fixes an issue)
   
   ## How Has This Been Tested?
   Passed CI: http://ci.mesalock-linux.org/litongxin1991/incubator-mesatee/38/1/4
   Passed ```make sgx-test``` locally with environment variable
   ```
   MESATEE_STORAGE_DIR=/tmp/target_dir make sgx-test
   ```
   No files generated in ```/tmp/```, files are generated in ```/tmp/target_dir```
   
   ## Checklist (check ALL before submitting PR, even not applicable)
   
   - [X] Fork the repo and create your branch from `master`.
   - [X] If you've added code that should be tested, add tests.
   - [X] If you've changed APIs, update the documentation.
   - [X] Ensure the tests pass (see CI results).
   - [X] Make sure your code lints/format.
   

----------------------------------------------------------------
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: dev-unsubscribe@mesatee.apache.org
For additional commands, e-mail: dev-help@mesatee.apache.org