i’ve been working on a story to improve this around the clock. including better documentation (and a —help flag with options to make it easy to know how to run dtests and a few runtime sanity checks about the environment)! stay tuned!
> On Dec 13, 2017, at 3:24 AM, Sergey <cassandra.bu...@gmail.com> wrote: > > Hi! > > I am looking for a way to test the patch I made to specific version of > Cassandra (3.0.15) by leveraging the dtest. > > Documentation for the dtests says: > “The only thing the framework needs to know is the location of the (compiled) > sources for Cassandra. There are two options: > > Use existing sources: > > CASSANDRA_DIR=~/path/to/cassandra nosetests” > > So if I git clone the Cassandra sources to ~/path/to/Cassandra, switch to tag > 3.0.15, apply my patch and run ant – will this be enough for my purpose? > > Best regards, > Sergey