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