flux-framework / flux-core

core services for the Flux resource management framework
GNU Lesser General Public License v3.0
167 stars 50 forks source link

t: suppress hwloc 2.10 memleaks #6061

Closed chu11 closed 3 months ago

chu11 commented 3 months ago

Problem: hwloc 2.10 has some memleaks that show up in valgrind tests.

Add a valgrind suppression for this memleak.

Fixes #5705

chu11 commented 3 months ago

re-pushed, made the suppression more generalized to just the hwloc call path. Hopefully that's good for now and the future.

chu11 commented 3 months ago

@Mergifyio requeue

mergify[bot] commented 3 months ago

requeue

☑️ This pull request is already queued

chu11 commented 3 months ago

@Mergifyio dequeue

mergify[bot] commented 3 months ago

dequeue

✅ The pull request has been removed from the queue default

chu11 commented 3 months ago

@Mergifyio requeue

mergify[bot] commented 3 months ago

requeue

✅ The queue state of this pull request has been cleaned. It can be re-embarked automatically

codecov[bot] commented 7 hours ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 83.33%. Comparing base (68d25a7) to head (52f75a9). Report is 532 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6061 +/- ## ========================================== - Coverage 83.37% 83.33% -0.04% ========================================== Files 519 519 Lines 83819 83819 ========================================== - Hits 69883 69850 -33 - Misses 13936 13969 +33 ``` [see 13 files with indirect coverage changes](https://app.codecov.io/gh/flux-framework/flux-core/pull/6061/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=flux-framework)