Re: Distributed testing

2011-11-30 Thread Zach Richardson
One thing that I think would help with this, that I noticed when wanting to shoot myself in the head when trying to write unit tests to test anything, is getting rid of the ridiculously large number of static classes. I understand this would be a very large effort (and would make the code more ver

Distributed testing

2011-11-30 Thread Sylvain Lebresne
Cassandra needs distributed regression testing. The current unit tests and so-called 'system' tests are great, but limited in scope for a distributed system. As pointed by others very recently, this can only help towards the goal of having bullet-proof releases (this is obviously not enough, but i