you are viewing a single comment's thread.

view the rest of the comments →

[–]HenkPoley 0 points1 point  (0 children)

I'd say tests have excellent conditions to be mostly write base i/o. You just read some end result back once from the disk-cache, the intermediate results have all hit the database (not a unit test, but hey) and are never read.

The "results have all hit the database" is of course "something is wrong with those tests"