Re: question on running cassandra-dtests

2018-03-26 Thread Murukesh Mohanan
On Tue, Mar 27, 2018 at 6:47 Ariel Weisberg wrote: > Hi, > > Are you deleting the venv before creating it? You shouldn't really need to > use sudo for the virtualenv. That is going to make things potentially > wonky. Naming it cassandra-dtest might also do something wonky if you have > a cassandr

RE: question on running cassandra-dtests

2018-03-26 Thread chaya...@gmail.com
It seems like the test could not find configuration: ERROR: could not load /home/preetika/Preetika/OpenSource/DTests/cassandra-dtest/conftest.py I would probably re-check the setup and make sure the path for conftest.py is okay. Best, Chayapan Sent from my ASUS Original Message --

Feedback requested for CASSANDRA-11559 (enhancing node representation)

2018-03-26 Thread Alex Lourie
Hi all I've been recently working on the ticket mentioned above ( https://issues.apache.org/jira/browse/CASSANDRA-11559). The ticket is suggesting improving the current representation of the node from IP address and port to IP address, the port and the UUID. This would potentially allow more conv

Re: question on running cassandra-dtests

2018-03-26 Thread Ariel Weisberg
Hi, Are you deleting the venv before creating it? You shouldn't really need to use sudo for the virtualenv. That is going to make things potentially wonky. Naming it cassandra-dtest might also do something wonky if you have a cassandra-dtest directory already. I usually name it just venv and pl

RE: question on running cassandra-dtests

2018-03-26 Thread Tyagi, Preetika
Yes, that's correct. I followed README and ran all below steps to create virtualenv. Attached is the output of all commands I ran successfully except the last one i.e. pytest. Could you please let me know if you see anything wrong or missing? Thanks, Preetika -Original Message- From: A

Re: question on running cassandra-dtests

2018-03-26 Thread Ariel Weisberg
Hi, Your environment is python 2.7 when it should be python 3. See: > File "/usr/local/lib/python2.7/dist-packages/_pytest/assertion/ > rewrite.py", line 213, in load_module Are you using virtualenv to create a python 3 environment to use with the tests? >From README.md: **Note**: While virtu

RE: question on running cassandra-dtests

2018-03-26 Thread Tyagi, Preetika
I was able to run requirements.txt with success. Below is the error I get: Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/_pytest/config.py", line 371, in _importconftest mod = conftestpath.pyimport() File "/usr/local/lib/python2.7/dist-packages/py/_path/l

Re: Re: Empty partition keys allowed in MV, but not in normal table

2018-03-26 Thread Duarte Nunes
Created https://issues.apache.org/jira/browse/CASSANDRA-14345 On 25/03/2018 22:05, kurt greaves wrote: Yeah definitely a problem there. Can you create a JIRA for it? On Sat., 24 Mar. 2018, 11:00 Duarte Nunes, wrote: Hi, Given the following table: cqlsh> create keyspace ks WITH replication