r2dbc / r2dbc-mssql

R2DBC Driver for Microsoft SQL Server using TDS (Tabular Data Stream) Protocol
Apache License 2.0
178 stars 32 forks source link

MssqlConnectionConfigurationUnitTests.configureKeyStore fails Windows test environment. #251

Closed gregturn closed 2 years ago

gregturn commented 2 years ago

According to the logs (https://github.com/r2dbc/r2dbc-mssql/runs/5222839455?check_suite_focus=true#logs), MssqlConnectionConfigurationUnitTests.configureKeyStore failed when run inside Windows.

Check out if there are some UNIX-y based test situation that could be resolved with a more independent fashion.