-
Notifications
You must be signed in to change notification settings - Fork 1.5k
refs #14111 - testrunner: enforce unique filename in ScopedFile
to prevent conflicts in parallel execution
#7794
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
base: main
Are you sure you want to change the base?
Conversation
…prevent conflicts in parallel execution [skip ci]
|
ScopedFile
to …ScopedFile
to prevent conflicts in parallel execution [skip ci]
ScopedFile
to prevent conflicts in parallel execution [skip ci]ScopedFile
to prevent conflicts in parallel execution
The way we currently run our tests, conflicts within the same fixture cannot happen. So not everything raised by this check might actually be causing issues. |
acbdc33
to
8dc9ed0
Compare
This would allow us to register each test individually - see https://trac.cppcheck.net/ticket/14114. |
|
No description provided.