Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Yeah, I've been playing around with the idea of Chaos Monkey at the code level, rather than at the systems level, but you can only truly do it with independent actors. I'm hoping to have something to show soon, probably on Akka/Scala.

There is a similarity with mutation testing, but mutation testing is trying to throw things too far up the chain; it wants your program to crash and die so the test fails. Really, we want it the other way: proof that the test would have failed, but the program is still running effectively.

I've worked with runtime repair in the past, which is also sort of similar, but, IMHO, less effective than Erlang-style Let It Crash. [1]

[1] http://www.zenetproject.com/pages/lakitu



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: