File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,11 +65,11 @@ You can run a specific test method like so::
6565Running Integration Tests
6666-------------------------
6767In 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 ``
7070environment 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
7474Or 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
105105Running 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
111111To run the benchmarks, pick one of the files under the ``benchmarks/ `` dir and run it::
112112
You can’t perform that action at this time.
0 commit comments