You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ed...@apache.org on 2022/01/26 15:58:29 UTC

[cassandra-website] branch trunk updated: Update instructions for testing with your own CCM branch patch by Ekaterina Dimitrova, reviewed by Josh McKenzie and Berenguer Blasi for CASSANDRA-17182

This is an automated email from the ASF dual-hosted git repository.

edimitrova pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-website.git


The following commit(s) were added to refs/heads/trunk by this push:
     new ea04202  Update instructions for testing with your own CCM branch patch by Ekaterina Dimitrova, reviewed by Josh McKenzie and Berenguer Blasi for CASSANDRA-17182
ea04202 is described below

commit ea04202b1da227d04acab55ab3bccee39e89a48d
Author: Ekaterina Dimitrova <ek...@datastax.com>
AuthorDate: Fri Jan 21 17:46:41 2022 -0500

    Update instructions for testing with your own CCM branch
    patch by Ekaterina Dimitrova, reviewed by Josh McKenzie and Berenguer Blasi for CASSANDRA-17182
---
 site-content/source/modules/ROOT/pages/development/testing.adoc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/site-content/source/modules/ROOT/pages/development/testing.adoc b/site-content/source/modules/ROOT/pages/development/testing.adoc
index 6e04d53..3eb5537 100644
--- a/site-content/source/modules/ROOT/pages/development/testing.adoc
+++ b/site-content/source/modules/ROOT/pages/development/testing.adoc
@@ -36,6 +36,9 @@ test Cassandra via https://github.com/riptano/ccm[CCM] verifying
 operation results, logs, and cluster state. Python Distributed tests are
 Cassandra version agnostic. They include upgrade tests.
 
+In case you want to run DTests with your own version of CCM, please refer to requirements.txt in
+https://github.com/apache/cassandra-dtest[apache/cassandra-dtest] how to do it.
+
 The recipes for running those tests can be found in the cassandra-builds repository https://github.com/apache/cassandra-builds/tree/trunk/build-scripts[here].
 
 Running full test suites locally takes hours, if not days. Beyond running specific tests you know are applicable, or are failing, to the work at hand, it is recommended to rely upon the project's https://cassandra.apache.org/_/development/ci.html[Continuous Integration systems]. If you are not a committer, and don't have access to a premium CircleCI plan, ask one of the committers to test your patch on the project's https://ci-cassandra.apache.org/[ci-cassandra.apache.org].

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org