[
https://issues.apache.org/jira/browse/IGNITE-28446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dmitry Werner updated IGNITE-28446:
-----------------------------------
Description:
After updating Java on the TeamCity agents to version 11.0.30, the following
tests started failing:
* {{TcpDiscoverySslParametersTest.testNoCommonCipherSuite}}
* {{NodeSslConnectionMetricTest.testDiscovery}}
{code:java}
javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is
disabled or cipher suites are inappropriate) {code}
The reason is that Java 11.0.30 has {{TLS_RSA_*}} ciphers disabled by default —
and these ciphers are currently used in the tests.
It is necessary to update the tests to use the cipher suites that are enabled
by default.
[https://ci2.ignite.apache.org/test/-7628880751773858113?currentProjectId=IgniteTests24Java8&branch=%3Cdefault%3E]
[https://ci2.ignite.apache.org/test/5576178633086419138?currentProjectId=IgniteTests24Java8&branch=%3Cdefault%3E]
was:
After updating Java on the TeamCity agents to version 11.0.30, the following
tests started failing:
* {{TcpDiscoverySslParametersTest.testNoCommonCipherSuite}}
* {{NodeSslConnectionMetricTest.testDiscovery}}
The reason is that Java 11.0.30 has {{TLS_RSA_*}} ciphers disabled by default —
and these ciphers are currently used in the tests.
It is necessary to update the tests to use the cipher suites that are enabled
by default.
[https://ci2.ignite.apache.org/test/-7628880751773858113?currentProjectId=IgniteTests24Java8&branch=%3Cdefault%3E]
https://ci2.ignite.apache.org/test/5576178633086419138?currentProjectId=IgniteTests24Java8&branch=%3Cdefault%3E
> Fix the tests after updating Java on the TeamCity agents
> --------------------------------------------------------
>
> Key: IGNITE-28446
> URL: https://issues.apache.org/jira/browse/IGNITE-28446
> Project: Ignite
> Issue Type: Test
> Reporter: Dmitry Werner
> Assignee: Dmitry Werner
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> After updating Java on the TeamCity agents to version 11.0.30, the following
> tests started failing:
> * {{TcpDiscoverySslParametersTest.testNoCommonCipherSuite}}
> * {{NodeSslConnectionMetricTest.testDiscovery}}
> {code:java}
> javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is
> disabled or cipher suites are inappropriate) {code}
> The reason is that Java 11.0.30 has {{TLS_RSA_*}} ciphers disabled by default
> — and these ciphers are currently used in the tests.
> It is necessary to update the tests to use the cipher suites that are enabled
> by default.
>
> [https://ci2.ignite.apache.org/test/-7628880751773858113?currentProjectId=IgniteTests24Java8&branch=%3Cdefault%3E]
> [https://ci2.ignite.apache.org/test/5576178633086419138?currentProjectId=IgniteTests24Java8&branch=%3Cdefault%3E]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)