RE: question on running cassandra-dtests

2018-03-28 Thread Tyagi, Preetika
] Sent: Wednesday, March 28, 2018 2:38 PM To: dev@cassandra.apache.org Subject: Re: question on running cassandra-dtests 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 &qu

Re: question on running cassandra-dtests

2018-03-28 Thread Ariel Weisberg
efaultThreadFactory.java:138) [netty- > all-4.1.14.Final.jar:4.1.14.Final] > at java.lang.Thread.run(Thread.java:748) [na:1.8.0_151], ERROR > [MessagingService-NettyOutbound-Thread-4-7] 2018-03-28 00:24:37,063 > OutboundHandshakeHandler.java:209 - Failed to properly handshake with > peer 127.0.0.3

RE: question on running cassandra-dtests

2018-03-28 Thread Tyagi, Preetika
eisberg.ws] Sent: Tuesday, March 27, 2018 7:15 PM To: dev@cassandra.apache.org Subject: Re: question on running cassandra-dtests Hi, Great! Glad you were able to get up and running. The dtests can be tricky if you aren't already somewhat familiar with Python. Ariel On Mon, Mar 26, 2018, at 9:10 PM

Re: question on running cassandra-dtests

2018-03-27 Thread Ariel Weisberg
me know if you see anything wrong or missing? > > > > > > Thanks, > > > Preetika > > > > > > -Original Message- > > > From: Ariel Weisberg [mailto:ar...@weisberg.ws] > > > Sent: Monday, March 26, 2018 9:32 AM > > > To:

Re: question on running cassandra-dtests

2018-03-26 Thread Murukesh Mohanan
ika > > > > -Original Message- > > From: Ariel Weisberg [mailto:ar...@weisberg.ws] > > Sent: Monday, March 26, 2018 9:32 AM > > To: dev@cassandra.apache.org > > Subject: Re: question on running cassandra-dtests > > > > Hi, > > >

RE: question on running cassandra-dtests

2018-03-26 Thread chaya...@gmail.com
From:"Tyagi, Preetika" <preetika.ty...@intel.com> Sent:Tue, 27 Mar 2018 05:31:43 +0800 To:dev@cassandra.apache.org Subject:RE: question on running cassandra-dtests >Yes, that's correct. I followed README and ran all below steps to create >virtualenv. Attached is the

RE: question on running cassandra-dtests

2018-03-26 Thread Tyagi, Preetika
: Ariel Weisberg [mailto:ar...@weisberg.ws] Sent: Monday, March 26, 2018 9:32 AM To: dev@cassandra.apache.org Subject: Re: question on running cassandra-dtests Hi, Your environment is python 2.7 when it should be python 3. See: > File "/usr/local/lib/python2.7/dist-packages/_pytest/a

Re: question on running cassandra-dtests

2018-03-26 Thread Ariel Weisberg
zip_longest > ERROR: could not load /home//conftest.py > > Thanks, > Preetika > > -Original Message- > From: Murukesh Mohanan [mailto:murukesh.moha...@gmail.com] > Sent: Sunday, March 25, 2018 10:48 PM > To: dev@cassandra.apache.org > Subject: Re: question on running ca

RE: question on running cassandra-dtests

2018-03-26 Thread Tyagi, Preetika
al Message- From: Murukesh Mohanan [mailto:murukesh.moha...@gmail.com] Sent: Sunday, March 25, 2018 10:48 PM To: dev@cassandra.apache.org Subject: Re: question on running cassandra-dtests The complete error is needed. I get something similar if I hadn't run `pip3 install -r requirements.txt`

Re: question on running cassandra-dtests

2018-03-25 Thread Murukesh Mohanan
The complete error is needed. I get something similar if I hadn't run `pip3 install -r requirements.txt`: Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/_pytest/config.py", line 328, in _getconftestmodules return self._path2confmods[path] KeyError:

question on running cassandra-dtests

2018-03-23 Thread Tyagi, Preetika
Hi All, I am trying to setup and run Cassandra-dtests so that I can write some tests for a JIRA ticket I have been working on. This is the repo I am using: https://github.com/apache/cassandra-dtest I followed all the instructions and installed dependencies. However, when I run "pytest