Skip to content

Commit d8ed0ff

Browse files
committed
CONTRIBUTING: Adjust commands to Scylla
Gets rid of some Cassandra leftovers, and updates some mentioned Scylla versions.
1 parent eb21975 commit d8ed0ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ You can run a specific test method like so::
6565
Running Integration Tests
6666
-------------------------
6767
In order to run integration tests, you must specify a version to run using either of:
68-
* ``SCYLLA_VERSION`` e.g. ``release:5.1``
68+
* ``SCYLLA_VERSION`` e.g. ``release:2025.2``
6969
* ``CASSANDRA_VERSION``
7070
environment variable::
7171

72-
SCYLLA_VERSION="release:5.1" uv run pytest tests/integration/standard tests/integration/cqlengine/
72+
SCYLLA_VERSION="release:2025.2" uv run pytest tests/integration/standard tests/integration/cqlengine/
7373

7474
Or you can specify a scylla/cassandra directory (to test unreleased versions)::
7575

@@ -104,9 +104,9 @@ Use tee to capture logs and see them on your terminal::
104104

105105
Running the Benchmarks
106106
======================
107-
There needs to be a version of cassandra running locally so before running the benchmarks, if ccm is installed:
107+
There needs to be a version of Scyll running locally so before running the benchmarks, if ccm is installed:
108108

109-
uv run ccm create benchmark_cluster -v 3.0.1 -n 1 -s
109+
uv run ccm create benchmark_cluster --scylla -v release:2025.2 -n 1 -s
110110

111111
To run the benchmarks, pick one of the files under the ``benchmarks/`` dir and run it::
112112

0 commit comments

Comments
 (0)