You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by "driftx (via GitHub)" <gi...@apache.org> on 2023/06/28 13:45:09 UTC

[GitHub] [cassandra-dtest] driftx commented on a diff in pull request #224: Fix native_transport_ssl_test.py::TestNativeTransportSSL::test_connect_to_ssl

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: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org