Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unit test TcpEventBusBridgeEventTest#testSendVoidMessageTrustAll fails #70

Open
erik777 opened this issue Apr 20, 2022 · 0 comments
Open
Labels

Comments

@erik777
Copy link

erik777 commented Apr 20, 2022

Version: 4.3.0-SNAPSHOT

This only breaks on one computer, but not another. Both run OpenJDK 11, although slightly different minor versions.

The one that fails is a laptop where the first test in that class passes, testSendVoidMessage. The primary difference between the two tests is the configuring of the SSL. The test that fails fails on the line:

  context.assertFalse(conn.failed());

because it gets true instead of false.

The laptop, however, has a newer version of OpenSSL: LAPTOP: OpenSSL 1.1.1n  FIPS 15 Mar 2022

The tower, where the unit tests all pass, has an older version: OpenSSL 1.1.0i-fips  14 Aug 2018

While I can't prove that an upgrade to OpenSSL breaks it, that does look like a high probability, and thus I figured you'd want to know so you can test and address it as over time more computers will be running the newer version.

The laptop runs Fedora 35, the tower runs Fedora 28.

@erik777 erik777 added the bug label Apr 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant