adelapena commented on code in PR #202:
URL: https://github.com/apache/cassandra-dtest/pull/202#discussion_r1144834633


##########
ttl_test.py:
##########
@@ -599,7 +603,11 @@ def 
test_recover_negative_expiration_date_sstables_with_scrub(self):
         node.watch_log_for('Loading new SSTables', timeout=10)
 
         logger.debug("Check that there are no rows present")
-        assert_row_count(session, 'ttl_table', 0)
+        # CASSANDRA-14227 4.2 upwards we have long TTL that can read 
overflowed rows
+        if self.cluster.version() >= '4.2':

Review Comment:
   This should be `5.0` instead of `4.2`.



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

Reply via email to