-
Notifications
You must be signed in to change notification settings - Fork 339
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
koordlet: add page cache collector unit test and mend default cold memory config #1738
Conversation
7b4bebe
to
690ab10
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1738 +/- ##
========================================
Coverage 66.08% 66.09%
========================================
Files 388 390 +2
Lines 42373 42656 +283
========================================
+ Hits 28003 28193 +190
- Misses 12296 12373 +77
- Partials 2074 2090 +16
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.21+incompatible to 24.0.7+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v20.10.21...v24.0.7) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: BUPT-wxq <[email protected]>
Signed-off-by: BUPT-wxq <[email protected]>
Signed-off-by: BUPT-wxq <[email protected]>
Signed-off-by: BUPT-wxq <[email protected]>
Signed-off-by: BUPT-wxq <[email protected]>
Signed-off-by: BUPT-wxq <[email protected]>
Signed-off-by: BUPT-wxq <[email protected]>
Signed-off-by: BUPT-wxq <[email protected]>
Signed-off-by: BUPT-wxq <[email protected]>
Signed-off-by: BUPT-wxq <[email protected]>
Signed-off-by: BUPT-wxq <[email protected]>
Signed-off-by: BUPT-wxq <[email protected]>
Signed-off-by: BUPT-wxq <[email protected]>
Signed-off-by: BUPT-wxq <[email protected]>
Signed-off-by: BUPT-wxq <[email protected]>
Signed-off-by: BUPT-wxq <[email protected]>
Signed-off-by: BUPT-wxq <[email protected]>
pkg/koordlet/metricsadvisor/collectors/coldmemoryresource/cold_page_kidled_test.go
Outdated
Show resolved
Hide resolved
Signed-off-by: BUPT-wxq <[email protected]>
Signed-off-by: BUPT-wxq <[email protected]>
pkg/koordlet/metricsadvisor/collectors/coldmemoryresource/cold_page_kidled_test.go
Outdated
Show resolved
Hide resolved
Signed-off-by: BUPT-wxq <[email protected]>
Signed-off-by: BUPT-wxq <[email protected]>
Signed-off-by: BUPT-wxq <[email protected]>
pkg/koordlet/metricsadvisor/collectors/pagecache/page_cache_collector_test.go
Show resolved
Hide resolved
Signed-off-by: BUPT-wxq <[email protected]>
Signed-off-by: BUPT-wxq <[email protected]>
pkg/koordlet/metricsadvisor/collectors/pagecache/page_cache_collector_test.go
Outdated
Show resolved
Hide resolved
Signed-off-by: BUPT-wxq <[email protected]>
pkg/koordlet/metricsadvisor/collectors/pagecache/page_cache_collector_test.go
Outdated
Show resolved
Hide resolved
Signed-off-by: BUPT-wxq <[email protected]>
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hormes The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Ⅰ. Describe what this PR does
Ⅱ. Does this pull request fix one issue?
Ⅲ. Describe how to verify it
Ⅳ. Special notes for reviews
V. Checklist
make test