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/02 21:20:37 UTC

[GitHub] [incubator-mesatee] mssun opened a new issue #114: The `functional_test.enclave.signed.so` file is put in the wrong dir

mssun opened a new issue #114: The `functional_test.enclave.signed.so` file is put in the wrong dir
URL: https://github.com/apache/incubator-mesatee/issues/114
 
 
   I found that the `functional_test.enclave.signed.so` file is put in the wrong release dir. Right now the release dir is like this:
   ```
   ├── services
   │   ├── acs
   │   ├── acs.enclave.signed.so
   │   ├── auditors
   │   ├── enclave_info.txt
   │   ├── fns
   │   ├── fns.enclave.signed.so
   │   ├── functional_test.enclave.signed.so
   │   ├── kms
   │   ├── kms.enclave.signed.so
   │   ├── tdfs
   │   ├── tdfs.enclave.signed.so
   │   ├── tms
   │   └── tms.enclave.signed.so
   └── tests
       ├── functional_test
       └── integration_test
   ```
   
   However, the `functional_test.enclave.signed.so` file should be put in the `release/tests/` directory along with the `functional_test` binary.

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