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/05 01:28:34 UTC

[GitHub] [incubator-mesatee] mssun opened a new issue #127: Put test related code under #[cfg(test_mode)] gate

mssun opened a new issue #127: Put test related code under #[cfg(test_mode)] gate
URL: https://github.com/apache/incubator-mesatee/issues/127
 
 
   I found that there are some code related to tests:
   
   https://github.com/apache/incubator-mesatee/blob/8edecbb657e3cbe73b726860a4134d9d3837d546/mesatee_core/src/rpc/sgx/mod.rs#L155-L164
   
   https://github.com/apache/incubator-mesatee/blob/8edecbb657e3cbe73b726860a4134d9d3837d546/mesatee_services/tdfs/sgx_trusted_lib/src/data_store.rs#L142-L190
   
   We should put these code under the test_mode gate to remove code for release built.

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