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

Add a simple test that only reads partial frames to check proper cleanup #713

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

tmadlener
Copy link
Collaborator

BEGINRELEASENOTES

  • Add a dedicated test case to check that no memory is leaked in case only parts of a Frame are actually requested.

ENDRELEASENOTES

This is a followup on #500 and the discussion from yesterdays Key4hep meeting to actually add a test case that checks that there are indeed no leaks when only part of the collections are requested from a Frame.

Reading only part of the collections stored in a frame should not lead
to leaked memory (see e.g. AIDASoft#500). The tests that are added in this
commit are targetting that, specifically by running them with sanitizers
enabled.
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.

1 participant