Test patch to Cassandra.3.0.15 using dtests

2017-12-13 Thread Sergey
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

Cassandra Dtests: skip upgrade tests

2017-12-08 Thread Sergey
Hi! How to completely skip upgrade tests when running dtests? Best regards, Sergey

RE: Cassandra DTests deadlocks on random test

2017-10-20 Thread Sergey
What environment are you guys using to run dtests? Best regards, Sergey From: Michael Shuler Sent: Friday, October 20, 2017 3:28 PM To: dev@cassandra.apache.org Subject: Re: Cassandra DTests deadlocks on random test On 10/20/2017 02:30 AM, Sergey wrote: > > I believe the problem can

RE: Cassandra DTests deadlocks on random test

2017-10-20 Thread Sergey
Hi Michael, I believe the problem can be not related to RAM space, since today I run into the same issue on 200GB RAM machine. I will try to run intensive/non-intensive tests separately. Thank you, Sergey From: Michael Shuler Sent: Thursday, October 19, 2017 3:58 PM To: dev

Cassandra DTests deadlocks on random test

2017-10-19 Thread Sergey La
osetests process runs. I killed java processes, but nothing changed for 2 hours - nosetests process still runs, but files are unchanged. Any help would be appreciated, Sergey