-
Notifications
You must be signed in to change notification settings - Fork 157
Closed
Milestone
Description
#197 removed the caches from test_core, because they added several seconds per cache per run, for basically no value: unless the cache is completely broken, the yaml tests from uap-core only have singletons so the caches didn't do anything.
What would be more useful is having test_caches do a lot more interesting generic stuff (e.g. test cache hits within the cache's size to ensure caches don't overclear — or underclear for that matter) stuff like that.
Notably missing tests:
- Avoid eviction on entry replacement #204's behaviour (that it doesn't break anything, that it correctly doesn't evict)
Metadata
Metadata
Assignees
Labels
No labels