Hi everyone I have a question regarding test strategy in Cassandra. Under what circumstances is a dtest preferred over a unit test? Specifically, what criteria should guide the decision to write a dtest instead of a unit test?
I’ve prepared a patch for CASSANDRA-20291, but I’m encountering some challenges in writing unit tests—primarily due to the limited support for mocking in the Cassandra codebase. As a result, I’m considering shifting towards dtests and would appreciate any guidance on this. Regards Manish