[DEBUG] Investigate leak_check test failures#182
Closed
aaronj0 wants to merge 2 commits intocompiler-research:masterfrom
Closed
[DEBUG] Investigate leak_check test failures#182aaronj0 wants to merge 2 commits intocompiler-research:masterfrom
aaronj0 wants to merge 2 commits intocompiler-research:masterfrom
Conversation
b7e60be to
170f829
Compare
a08c749 to
3e0f3e4
Compare
Collaborator
Author
|
Okay, this behaviour comes from compiler-research/CppInterOp@76d0600 as confirmed by the CI. Not necessarily a memory leak, delta rss checks have always been unreliable: Debugging further... On a separate note, I discovered that currently, the leakcheck tests are only run on the cppyy repo. I will open PR's rectifying this situation. I propose using a requirements.txt file and installing Edit: Still unsure why this is not reproduceable |
3649b6d to
6a385a6
Compare
Collaborator
Author
|
Closing as this debug activity is complete |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
to investigate the sudden leakcheck failures on our CI (which are not reproducible with py3.12)