driftx commented on code in PR #224:
URL: https://github.com/apache/cassandra-dtest/pull/224#discussion_r1245235733


##########
native_transport_ssl_test.py:
##########
@@ -40,7 +40,7 @@ def test_connect_to_ssl(self):
         except NoHostAvailable:
             pass
 
-        if cluster.version() >= '4.0':
+        if cluster.version() >= '4.0' and cluster.version() < '5.0':

Review Comment:
   If NotSslRecordException is being thrown we should assert that happens in 5.0



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