Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.
The following page has been changed by JonathanEllis: http://wiki.apache.org/cassandra/HowToContribute The comment on the change is: add system tests instructions ------------------------------------------------------------------------------ * svn diff > CASSANDRA-issuenumber.patch 1. Attach the newly generated patch to the issue and click "Submit patch" in the left side of the JIRA page 1. Wait for other developers or committers to review it and hopefully +1 the ticket - 1. Wait for a committer to commit it. + 1. Wait for a committer to commit it. + + Setting up and running system tests: + + 1. install python setuptools, if necessary (`apt-get install python-setuptools`) + 1. `easy_install nose` + 1. from trunk/interface/, run `thrift -gen py cassandra.thrift` + 1. `nosetests` from trunk/ Addendum: running the code coverage task:
