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

Parallel autotests #3

Open
romangg opened this issue Mar 2, 2020 · 1 comment
Open

Parallel autotests #3

romangg opened this issue Mar 2, 2020 · 1 comment

Comments

@romangg
Copy link
Member

romangg commented Mar 2, 2020

ctest can run tests in parallel with the -j parameter. That doesn't work at the moment though because tests try to reuse the same Wayland lock.

Make them choose automatically one that has not yet been picked so we can speed up testing immensely.

@romangg
Copy link
Member Author

romangg commented Mar 23, 2020

Other question is if the speedup is that important. Most time is still spent on the build. And running the autotests in parallel might scramble the log output. Or does ctest make sure this is not happening?

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