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



##########
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
+        """
+        self.cluster.populate(3).start()
+        session = self.patient_cql_connection(self.cluster.nodelist()[0])
+        create_ks(session, 'ks', 2)

Review comment:
       why the replication should be 2 and not 1? 




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