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

[cmake] fix test dependencies for read_and_write #189

Merged
merged 1 commit into from
May 4, 2021

Conversation

vvolkl
Copy link
Contributor

@vvolkl vvolkl commented May 3, 2021

read_and_write.cpp reads the file example.root that is created by the write test. If the dependency is not declared, running the tests concurrently can lead to spurious test failures.

BEGINRELEASENOTES

  • [cmake] fix test dependencies: read_and_write.cpp reads the file example.root that is created by the write test. If the dependency is not declared, running the tests concurrently can lead to spurious test failures.

ENDRELEASENOTES

`read_and_write.cpp` reads the file `example.root` that is created by the write test. If the dependency is not declared, running the tests concurrently can lead to spurious test failures.
@andresailer andresailer merged commit 4b10456 into AIDASoft:master May 4, 2021
@vvolkl vvolkl deleted the tests branch May 4, 2021 07:25
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 this pull request may close these issues.

2 participants