Skip to content

Util.Cache.Lru: Fix intermittent unit test failure

Cache behaviour was undefined if two entries were added in the same microsecond. This adds a case to the comparison to stablise the sort order when that occurs.

Fixes #739 (closed)

Merge request reports