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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
