RE: question on running cassandra-dtests

2018-03-28 Thread Tyagi, Preetika
Hi Ariel, Yes, it is Linux. I checked Cassandra paths in the env output, looks fine to me. Attached is the complete output of both commands: pip list and env. Will try keep-test-dir option as well. Thanks, Preetika -Original Message- From: Ariel Weisberg [mailto:ar...@weisberg.ws] Sen

Re: question on running cassandra-dtests

2018-03-28 Thread Ariel Weisberg
Hi, Looks like you are running on Linux? >From inside your virtualenv can you run pip list? Can you also give us the >output of "env"? Looking at the error you got "NoSuchMethod" it suggests that the Cassandra you pointed to has inconsistent class files and jars or they change during the test

RE: question on running cassandra-dtests

2018-03-28 Thread Tyagi, Preetika
I'm able to setup and run dtest now, however, I do see a lot of failures. For example, I tried running "pytest --cassandra-dir= nodetool_test.py::TestNodetool::test_correct_dc_rack_in_nodetool_info" and below is the snippet of errors: platform linux -- Python 3.5.2, pytest-3.5.0, py-1.5.3, plugg

Re: Paying off tech debt and correctly naming things

2018-03-28 Thread Jonathan Haddad
As requested, I'm alerting the ML that I've got the first patch of several to come. This one only addresses the ColumnFamilyStore class - and only changes the name. There's follow up tickets to change method and variable names. As we agreed, I'm doing this incrementally, so please let's keep tha