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

PS-9145: Fix openssl version detection in encryption_udf_digest_table.inc #5261

Merged
merged 2 commits into from
Mar 25, 2024

Conversation

oleksandr-kachan
Copy link
Contributor

https://perconadev.atlassian.net/browse/PS-9145

There is an issue with running component_encryption_udf MTR tests on el7
platform with alternative system openssl11 lib. Test script is not able
to find correct openssl binary which is needed to identify openssl version.

To fix the issue encryption_udf_digest_table.inc modyfied to read
openssl version from Tls_library_version variable.


Revert changes in have_openssl_binary_version.inc
Remove unused openssl_binary_version_do_not_skip option.

@oleksandr-kachan
Copy link
Contributor Author

oleksandr-kachan commented Mar 15, 2024

Copy link
Collaborator

@percona-ysorokin percona-ysorokin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

….inc

https://perconadev.atlassian.net/browse/PS-9145

There is an issue with running component_encryption_udf MTR tests on el7
platform with alternative system openssl11 lib. Test script is not able
to find correct openssl binary which is needed to identify openssl
version.

To fix the issue encryption_udf_digest_table.inc modyfied to read
openssl version from Tls_library_version variable.
@oleksandr-kachan oleksandr-kachan merged commit ba068d2 into percona:8.0 Mar 25, 2024
8 of 9 checks passed
@oleksandr-kachan oleksandr-kachan deleted the PS-9145-8.0 branch March 25, 2024 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants