Live data from Hacker News

Gremlin.js: Throw a thousand monkeys at your page

dailyjs.com

31–32 of 32 posts

Re: Gremlin.js: Throw a thousand monkeys at your page

#31
post #30
post #23

Earlier quoted context omitted.

One nice way of describing fuzzing is that it is running a search problem (searching for bugs) using more or less guided Monte Carlo method for the program's input space. Generally the testing should also be automated (test case injection and testing oracle), so that one can beat the program with enough test cases for the fuzzing to be viable. Relating to the practical example: if one is trying to find bugs from the…

I like the way you treat fuzzing as search program.

It's a nice way of summing up the general principle. Unfortunately I can't take the credit for coming up with that one :-)

Re: Gremlin.js: Throw a thousand monkeys at your page

#32

Netflix also has a famous division of monkeys that they unleash to take down servers in the hive, and generally muck about. They want to break as many things as possible while keeping uptime and that sounds freaking awesome! :D

More info (the open sourced it): http://techblog.netflix.com/2012/07/chaos-monkey-released-in...

That is pretty darn cool!
Post reply on HN