You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cassandra.apache.org by Alexey Zotov <az...@griddynamics.com> on 2012/10/10 10:54:13 UTC

cassandra tests

Hi Guys,

I tried to write some tests for HH mechanism, but I couldn't do what I
want. Tests writing mechanism is inconvenient and should be improved. I
understand that it's not easy to fix it.

As the first step I suggest to include some mock framework, e.g. PowerMock
(as most powerful as I know), to the project.

Are there some another tests, except included to the project? If no, then I
suggest to create pack of integration tests based on ccm. It requires
additional writing of scripts for more deep configuration and management of
ccm's cluster.

What do you think about my thoughts?

Re: cassandra tests

Posted by Brandon Williams <dr...@gmail.com>.
On Wed, Oct 10, 2012 at 3:54 AM, Alexey Zotov <az...@griddynamics.com> wrote:
> Are there some another tests, except included to the project? If no, then I
> suggest to create pack of integration tests based on ccm. It requires
> additional writing of scripts for more deep configuration and management of
> ccm's cluster.
>
> What do you think about my thoughts?

That's a great idea: https://github.com/riptano/cassandra-dtest

There's a basic HH test in consistency_test.py

-Brandon