aratno commented on code in PR #241:
URL: https://github.com/apache/cassandra-dtest/pull/241#discussion_r1394373120
##########
dtest.py:
##########
@@ -249,6 +249,12 @@ def set_dtest_setup_on_function(self, fixture_dtest_setup):
self.dtest_config = fixture_dtest_setup.dtest_config
return None
+ @pytest.fixture(autouse=True)
+ def cleanup_connections(self):
+ yield None
Review Comment:
Ah right on - no extra doc necessary then
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]