Aleksey Demakov created IGNITE-18987:
----------------------------------------
Summary: Problem with SslContextProviderTest on Windows
Key: IGNITE-18987
URL: https://issues.apache.org/jira/browse/IGNITE-18987
Project: Ignite
Issue Type: Bug
Affects Versions: 3.0.0-beta2
Reporter: Aleksey Demakov
Fix For: 3.0.0-beta2
The following unit tests fail for me on Windows:
SslContextProviderTest >
throwsIgniteExceptionWhenWrongTruststorePathConfigured() FAILED
java.lang.AssertionError at SslContextProviderTest.java:162
SslContextProviderTest > throwsIgniteExceptionWhenWrongKeystorePathConfigured()
FAILED
java.lang.AssertionError at SslContextProviderTest.java:145
More specifically such assert fails:
assertThat(thrown.getMessage(){color:#cc7832},
{color}containsString({color:#6a8759}"File /no/such/file.pfx not
found"{color}));
The real message contains the path with backslashes: \no\such\file.pfx.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)