aratno commented on code in PR #241:
URL: https://github.com/apache/cassandra-dtest/pull/241#discussion_r1394344767
##########
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:
Can you add a comment about why this yield is necessary?
--
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]