[ 
https://issues.apache.org/jira/browse/CASSANDRA-10388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14941858#comment-14941858
 ] 

Joel Knighton commented on CASSANDRA-10388:
-------------------------------------------

It looks like there are two issues at work here.

The first is an issue with supporting different cipher suites across Java 
runtimes. When failing locally, these tests first fail because the Java 
Cryptography Extension Unlimited Strength policy files are missing. I expect we 
need these added to the Windows servers on CassCI and will make that happen.

After this, `use_custom_ssl_port_test` should be passing.

`connect_to_ssl_test` will continue to fail because no 
`io.netty.handler.ssl.NotSslRecordException` errors appear in the log. For 
whatever reason, Netty seems not to be throwing this error on Windows.

While this logging may be useful, it doesn't significantly change the semantics 
of the dtest since we already expect a NoHostAvailableException in the driver, 
which we still receive.

I have a dtest branch to fix this at 
[10388|https://github.com/jkni/cassandra-dtest/tree/10388].

Thoughts on the logging difference [~JoshuaMcKenzie]? Does that matter to you 
on Windows?

> Windows dtest 3.0: SSL dtests are failing
> -----------------------------------------
>
>                 Key: CASSANDRA-10388
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10388
>             Project: Cassandra
>          Issue Type: Sub-task
>            Reporter: Philip Thompson
>            Assignee: Joel Knighton
>             Fix For: 2.2.x, 3.0.x
>
>
> The dtests 
> {{native_transport_ssl_test.NativeTransportSSL.connect_to_ssl_test}} and 
> {{native_transport_ssl_test.NativeTransportSSL.use_custom_ssl_port_test}} are 
> failing on windows, but not linux.
> Stacktrace is
> {code}
>   File "C:\tools\python2\lib\unittest\case.py", line 329, in run
>     testMethod()
>   File 
> "D:\jenkins\workspace\cassandra-3.0_dtest_win32\cassandra-dtest\native_transport_ssl_test.py",
>  line 32, in connect_to_ssl_test
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to