Hi Stefan and Ekaterina,
First point to note is CASSANDRA-16763 is now closed. A big thank you to
Lorina Poland for converting the Cassandra documentation from
reStructuredText to AsciiDoc and to Mick Semb Wever for working over the
holiday period to get the ticket over the line! We are now at a p
Hi Manish,
I suspect this has to do with spaces (or special characters) in the
cassandra-dir argument. Can you try again wrapping the path in quotes, for
example:
pytest --cassandra-dir="/Users//cassandra"
Hope that helps.
- Francisco
On 2022/01/09 10:43:05 Manish G wrote:
> I am trying to r
This works for me.
source ~/dtest/bin/activate
pytest --cassandra-dir=/Users/mick/src/apache/cassandra
jmx_test.py::TestJMX::test_netstats
What's the output of
pytest --help
Are you in the cassandra-dtest directory when running pytest?
On Sun, 9 Jan 2022 at 12:33, Manish G wrote:
>
> Ini
Initial installation is done following
https://github.com/apache/cassandra-dtest#python-dependencies.
On Sun, Jan 9, 2022 at 11:43 AM Manish G
wrote:
> I am trying to run pytest command :
>
> (dtest) manish.ghildiyal@MacBook-Pro-3 cassandra % pytest
>> --cassandra-dir=/Users/../cassandra
>
I am trying to run pytest command :
(dtest) manish.ghildiyal@MacBook-Pro-3 cassandra % pytest
> --cassandra-dir=/Users/../cassandra
But I get error as:
pytest: error: unrecognized arguments:
> --cassandra-dir=/Users/./cassandra
I have done initial installation following this.
Do I n