ci icon indicating copy to clipboard operation
ci copied to clipboard

Connext security tests failing on Windows

Open jacobperron opened this issue 4 years ago • 3 comments

For example: Build Status

In https://github.com/ros2/ci/pull/454, we updated our Windows CI to install OpenSSL 1.1.1, but ran into issues with tests using Connext in test_security. The tests were disabled in https://github.com/ros2/system_tests/pull/433. This is a follow-up ticket to track progress towards re-enabling those security tests.

Connext requires an EOL-version of OpenSSL (1.0.2g). A convention for selecting the version of OpenSSL was introduced in https://github.com/ros2/system_tests/pull/409, and used to fix the tests for macOS in https://github.com/ros2/ci/pull/436.

It's still not clear why the tests are failing on Windows CI. Locally, I do not have an issue running the tests.

jacobperron avatar Jun 25 '20 23:06 jacobperron