Dmitry Werner created IGNITE-28446:
--------------------------------------
Summary: 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
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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)