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

[BUGFIX] resolve agent GetGraphStatistics API double-free error problem #2733

Merged
merged 1 commit into from
Nov 11, 2024

[BUGFIX] resolve agent GetGraphStatistics API double-free error problem

9f5b395
Select commit
Loading
Failed to load commit list.
Merged

[BUGFIX] resolve agent GetGraphStatistics API double-free error problem #2733

[BUGFIX] resolve agent GetGraphStatistics API double-free error problem
9f5b395
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 11, 2024 in 0s

23.92% (-0.03%) compared to 467ab10

View this Pull Request on Codecov

23.92% (-0.03%) compared to 467ab10

Details

Codecov Report

Attention: Patch coverage is 21.25984% with 100 lines in your changes missing coverage. Please review.

Project coverage is 23.92%. Comparing base (467ab10) to head (9f5b395).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
internal/core/algorithm/ngt/ngt.go 15.58% 65 Missing ⚠️
internal/sync/singleflight/singleflight.go 20.00% 12 Missing ⚠️
pkg/agent/core/ngt/service/ngt.go 14.28% 12 Missing ⚠️
internal/client/v1/client/agent/core/client.go 0.00% 3 Missing ⚠️
internal/errors/errors.go 62.50% 3 Missing ⚠️
internal/safety/safety.go 40.00% 2 Missing and 1 partial ⚠️
pkg/manager/index/service/indexer.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2733      +/-   ##
==========================================
- Coverage   23.95%   23.92%   -0.03%     
==========================================
  Files         545      545              
  Lines       54322    54379      +57     
==========================================
  Hits        13011    13011              
- Misses      40537    40592      +55     
- Partials      774      776       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.