Details
-
Task
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
-
Quality Assurance
-
Low Hanging Fruit
-
All
-
None
-
Description
In CASSANDRA-16688 we solved an issue with ccm and retagging.
It required to remove the -e from the beginning of this row
But now if someone wants to test with their own ccm branch, they need to add back the -e during testing so that pip3 updates with their branch. Without it, it doesn't update.
Example:
-e git+https://github.com/riptano/ccm.git@cassandra-test#egg=ccm
This is important information and I think we need to add it to at least:
- our Testing page where dtest runs are mentioned on the website
- Add a comment in requirements.txt in the dtest repo
We can also update the README files of CCM and DTests but then if something changes we will need to update this info in 4 places which doesn't seem efficient to me.