You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by Apache Wiki <wi...@apache.org> on 2009/08/08 20:50:10 UTC

[Cassandra Wiki] Update of "HowToContribute" by JonathanEllis

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

------------------------------------------------------------------------------
   1. from trunk/interface/, run `thrift -gen py cassandra.thrift`
   1. `nosetests` from trunk/
  
+ If you need to modify the system tests, you probably only need to care about test/system/test_server.py.  (test/system/__init__.py takes care of spawning new cassandra instances for each test and cleaning up afterwards so they are isolated.)
+ 
  Running the code coverage task:
  
   1. Unzip this one: http://prdownloads.sourceforge.net/cobertura/cobertura-1.9.1-bin.zip?download