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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@mesatee.apache.org For additional commands, e-mail: dev-h...@mesatee.apache.org