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

Allow multiprocess on destral execute #114

Open
jaumef opened this issue Nov 15, 2018 · 0 comments
Open

Allow multiprocess on destral execute #114

jaumef opened this issue Nov 15, 2018 · 0 comments

Comments

@jaumef
Copy link
Contributor

jaumef commented Nov 15, 2018

Execute destral with multiprocess on 1 process:

  1. Create a multiprocessing pool
  2. Queue destral for each affected module
  3. Run the queued processes with multiprocessing
  • On Circle-CI only 1 process, so the output won't be messed up
  • Without attending Output, we could multi-process it
  • The return value of the multiprocesses would be the JUnit so we can get all the data from those runs

PROS:

  • No python imports on vars would be affected on multi-module tests
  • No DB side-effects on multi-module tests (each run would have a new DB)
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