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

fix: fix lru high priority weight calculation #797

Merged
merged 1 commit into from
Nov 26, 2024
Merged

fix: fix lru high priority weight calculation #797

merged 1 commit into from
Nov 26, 2024

Conversation

MrCroxx
Copy link
Collaborator

@MrCroxx MrCroxx commented Nov 26, 2024

What's changed and what's your intention?

Please explain IN DETAIL what the changes are in this PR and why they are needed. :D

As title, and add unit test for this case.

fix #796

Checklist

  • I have written the necessary rustdoc comments
  • I have added the necessary unit tests and integration tests
  • I have passed make all (or make fast instead if the old tests are not modified) in my local environment.

Related issues or PRs (optional)

fix #796

@MrCroxx MrCroxx added the bug Something isn't working label Nov 26, 2024
@MrCroxx MrCroxx added this to the v0.13 milestone Nov 26, 2024
@MrCroxx MrCroxx self-assigned this Nov 26, 2024
@MrCroxx MrCroxx enabled auto-merge (squash) November 26, 2024 06:47
@MrCroxx MrCroxx disabled auto-merge November 26, 2024 06:47
Copy link

codecov bot commented Nov 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Files with missing lines Coverage Δ
foyer-memory/src/eviction/lru.rs 93.07% <100.00%> (+0.32%) ⬆️

@MrCroxx MrCroxx merged commit eabeb14 into main Nov 26, 2024
23 checks passed
@MrCroxx MrCroxx deleted the xx/fix-lru branch November 26, 2024 06:58
MrCroxx added a commit that referenced this pull request Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

bug: queue length assertion failed on clear
1 participant