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 16:07:25 UTC

[cassandra-dtest] branch trunk updated: Update instructions for testing with your own CCM branch patch by Ekaterina Dimitrova, reviewed by Berenguer Blasi and Josh McKenzie 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-dtest.git


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

commit 2138acc178f5fb08e641883c044eb5c54a89c1de
Author: Ekaterina Dimitrova <ek...@datastax.com>
AuthorDate: Fri Jan 21 17:00:24 2022 -0500

    Update instructions for testing with your own CCM branch
    patch by Ekaterina Dimitrova, reviewed by Berenguer Blasi and Josh McKenzie for CASSANDRA-17182
---
 README.md        | 2 ++
 requirements.txt | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/README.md b/README.md
index 072f05a..edaa746 100644
--- a/README.md
+++ b/README.md
@@ -90,6 +90,8 @@ test fails, the logs for the node are saved in a `logs/<timestamp>` directory
 for analysis (it's not perfect but has been good enough so far, I'm open to
 better suggestions).
 
+In case you want to run tests using your own CCM branch, please, refer to the comments in requirements.txt for details how to do that.
+
 Writing Tests
 -------------
 
diff --git a/requirements.txt b/requirements.txt
index 64a9cb5..d7c396a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,6 +6,9 @@
 # git tag -a -f cassandra-test
 # git push origin :refs/tags/cassandra-test
 # git push -f origin refs/tags/cassandra-test
+#
+# In case you want to test a patch with your own CCM branch, further to changing below CCM repo and branch name, you need to add -e flag at the beginning
+# Example: -e git+https://github.com/userb/ccm.git@cassandra-17182#egg=ccm
 git+https://github.com/riptano/ccm.git@cassandra-test#egg=ccm
 decorator
 docopt

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