adelapena commented on a change in pull request #126:
URL: https://github.com/apache/cassandra-dtest/pull/126#discussion_r580441674



##########
File path: repair_tests/preview_repair_test.py
##########
@@ -18,6 +20,21 @@ def assert_no_repair_history(self, session):
         rows = session.execute("select * from 
system_distributed.parent_repair_history")
         assert rows.current_rows == []
 
+    @since('4.0')
+    def test_parent_repair_session_cleanup(self):
+        """
+        Calls incremental repair preview on 3 node cluster and verifies if all 
ParentRepairSession objects are cleaned

Review comment:
       Nit: we could add a `@jira_ticket CASSANDRA-16446` annotation here.

##########
File path: repair_tests/repair_test.py
##########
@@ -160,6 +161,15 @@ def _repair_and_verify(self, sequential=True):
 
 class TestRepair(BaseRepairTest):
 
+    @since('4.0')
+    def test_parent_repair_session_cleanup(self):
+        """
+        Calls range_tombstone_digest with a sequential repair and verifies if
+        all ParentRepairSession objects are cleaned

Review comment:
       Nit: as before, we could add `@jira_ticket CASSANDRA-16446` here.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to