Skip to content

Cache eviction tests named LRU but implementation is FIFO #36

Description

@pedrofuentes

Sentinel finding #2 (SNT-9c84f03f)

\comment-thread-sync.ts:337-345\ — \�victIfNeeded\ always removes the first-inserted key (FIFO). Tests describe it as 'LRU'. Either rename to FIFO or implement true LRU (delete+re-set on access).

Priority: 🟡 IMPORTANT

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions