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

Cache Testing for default cache strategy #3

Open
0xnullifier opened this issue Dec 15, 2024 · 0 comments
Open

Cache Testing for default cache strategy #3

0xnullifier opened this issue Dec 15, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers medium Oh you have some experience with programming huh! Come on solve this then

Comments

@0xnullifier
Copy link
Collaborator

Cache Testing
Any cache test should test for the following:
Write data and verify it gets cached properly during reads

  • cache hits: check cache hits return cached data without disk access
  • cache eviction: Ensure that cache is evicted according to the policy that is followed
  • cache size managements: Check for cache overflows and buffer overflow
@0xnullifier 0xnullifier mentioned this issue Dec 15, 2024
@0xnullifier 0xnullifier added enhancement New feature or request good first issue Good for newcomers medium Oh you have some experience with programming huh! Come on solve this then labels Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers medium Oh you have some experience with programming huh! Come on solve this then
Projects
None yet
Development

No branches or pull requests

1 participant