Hacker News new | ask | show | jobs
Ask HN: Would you test your web app against simulated infrastructure failure?
3 points by yaelwrites 4616 days ago
Would you pay for a product that provides a third level of testing after unit and integration?

It would allow you to deploy your entire app infrastructure onto a set of lightweight VMs, then let you specify tests (infrastructure failures like packet loss, high latency between nodes; getting pushed into swap; running out of disk; nodes becoming unreachable). Then you could run your application against those tests to ensure it fails gracefully under those conditions.

1 comments

I'm not sure how much I'd pay since most of the web stuff I do is toy anyways. However, I think there's a big market for this - just like I think there's a big market for this for natively developed apps as well.