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

PR 522 followup #526

Merged
merged 3 commits into from
Mar 28, 2022
Merged

PR 522 followup #526

merged 3 commits into from
Mar 28, 2022

Conversation

absurdfarce
Copy link
Collaborator

@absurdfarce absurdfarce commented Mar 28, 2022

Follow-up to PR 522. Fix the formatting issue that was breaking the Jenkins build for Ubuntu Bionic and add an integration test to validate the change.

cert = PEM_read_bio_X509(bio, NULL, pem_password_callback, NULL))
{
for (X509* cert = PEM_read_bio_X509(bio, NULL, pem_password_callback, NULL); cert != NULL;
cert = PEM_read_bio_X509(bio, NULL, pem_password_callback, NULL)) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Formatting change which was leading to Jenkins build failures on PR 522. The format check was only failing on Ubuntu Bionic instances so it's worth validating that we're okay on the other platforms as well... last thing we need is to introduce a failure somewhere else via this change.

Cluster cluster = default_cluster().with_ssl(ssl);
connect(cluster);
write_and_read();
}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Simple integration test for the functionality added in PR 522.

Copy link
Contributor

@mpenick mpenick left a comment

Choose a reason for hiding this comment

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

LGTM

@absurdfarce absurdfarce changed the title Pr522 followup PR 522 followup Mar 28, 2022
@absurdfarce absurdfarce merged commit 734bd6c into master Mar 28, 2022
@absurdfarce absurdfarce deleted the pr522-followup branch March 28, 2022 21:37
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