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

Fixing memory leaks in moduletest #817

Merged
merged 1 commit into from
Nov 22, 2024
Merged

Conversation

jepio
Copy link
Member

@jepio jepio commented Nov 21, 2024

Description

moduletest has memory leaks in the test runnner itself that can be seen when running it from a build-tree that has sanitizer enabled (or -DBUILD_FUZZER=1). By fixing these leaks in the test runner itself, we won't miss leaks happening inside the tested libraries.

Checklist

  • I have read the contribution guidelines.
  • All unit tests are passing.
  • I have merged the latest main branch prior to this PR submission.
  • I submitted this PR against the main branch.

@jepio jepio requested a review from a team as a code owner November 21, 2024 16:23
Copy link
Contributor

@AhmedBM AhmedBM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌

Copy link
Contributor

@MariusNi MariusNi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit: looks good to me (and great finds as usual!) 👍

@MariusNi MariusNi changed the title moduletest: Fix memory leaks Fixing memory leaks in moduletest Nov 22, 2024
@MariusNi MariusNi merged commit 2f2e4b5 into Azure:main Nov 22, 2024
106 of 107 checks passed
@jepio jepio deleted the moduletest-fix-leaks branch November 25, 2024 11:17
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.

3 participants