hashbrowncipher / happycache

dumps and reloads page cache; happy caches for happy databases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Smoketest

hashbrowncipher opened this issue · comments

Right now, testing whether happycache works correctly is a matter of manually looking at a dump file and saying "yep that looks right". There should be an automated test for this.

Automated testing is frustrated by the fact that happycache dump files are nondeterministic. They change order based on when each thread was scheduled and (I think) the order in which the filesystem returns data.