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

make possible to run validation tests in parallel #8755

Open
3 tasks
belforte opened this issue Oct 31, 2024 · 0 comments
Open
3 tasks

make possible to run validation tests in parallel #8755

belforte opened this issue Oct 31, 2024 · 0 comments

Comments

@belforte
Copy link
Member

in the new CI pipeline based on GitLab runner, we have hit the situation where two scripts run at same time creating races in accessing ~/.crab3 cache file.

Should modify test script so that every crab command explicitly uses -d <directory> option.
And also point CRAB3_CRAB_CACHE to /dev/null to avoid possible access conflicts, see dmwm/CRABClient#5337

That will allow running CCV in parallel with other tests.
CV is not straightforward, since having -d option or not should ideally part of the test itself.

It looks to me that ST test is safe on this regard. But should be reviewed.

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

2 participants