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

Parallelization of QACTL modules #1754

Closed
5 tasks done
jmv74211 opened this issue Aug 23, 2021 · 1 comment
Closed
5 tasks done

Parallelization of QACTL modules #1754

jmv74211 opened this issue Aug 23, 2021 · 1 comment
Assignees

Comments

@jmv74211
Copy link
Contributor

jmv74211 commented Aug 23, 2021

Until now, the deployment, destruction, provisioning and testing stages of the QACTL tool is performed sequentially.

It is requested to modify this behavior so that it is performed in parallel. For this purpose, I propose the use of threads or multi-processes.

Tasks

  • Parallelize deployment of instances
  • Parallelize instance provisioning
  • Parallelize test execution
  • Parallelize instance destruction
  • Test the made changes
@jmv74211
Copy link
Contributor Author

In order to parallelize the test execution, it has been necessary to apply a small refactor to the related module. These changes can be seen in this commit 24f0383

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant