You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: