Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CON-1187: Fix QA tests by changing the name of "enclave-bundle" jars #92

Merged
merged 3 commits into from
Nov 9, 2022

Conversation

bon000
Copy link
Contributor

@bon000 bon000 commented Nov 9, 2022

QA tests are currently failing because this is where we use a different technique to deploy our host applications.
In QA we generate call distZip, distTar tasks in order to bundle the host, upload it to the CRAFT VMs and unzip it.
We have a bug when the host had multiple enclaves: we use the same name for different "enclave bundle" jars. Even though these jars are actually present in differently named directories, when we call distZip we actually take them out of the "directory structure" context and therefore they are conflicting.
This causes issues in QA: Gradle complains about a missing strategy to handle this.
Changing the name as we do in this PR should solve this problem

@bon000 bon000 changed the title CON-1187: Change enclave bundle jar name CON-1187: Fix QA tests by changing the name of "enclave-bundle" jars Nov 9, 2022
@github-actions github-actions bot merged commit 9b5cc25 into master Nov 9, 2022
@github-actions github-actions bot deleted the marco_enclave_archive_name branch November 9, 2022 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants