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

autotest can not runs tests in parallel #3

Open
andrew-taylor opened this issue Oct 1, 2021 · 0 comments · May be fixed by #28
Open

autotest can not runs tests in parallel #3

andrew-taylor opened this issue Oct 1, 2021 · 0 comments · May be fixed by #28
Assignees

Comments

@andrew-taylor
Copy link
Contributor

Proposed approach - add these variables:

test_threads_max default value of number of cores
test_threads_n default value 1
tests_threads_files_copied default value list of supplied files

tests would be run in min(test_threads_max, test_threads_n) threads

if tests_threads_files_copied is non-empty run each test in a new directory,
after copying the specified files to the directory.

@hexDoor hexDoor self-assigned this Dec 2, 2021
@hexDoor hexDoor linked a pull request Dec 11, 2021 that will close this issue
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 a pull request may close this issue.

2 participants