Skip to content

Conversation

@absurdfarce
Copy link
Contributor

@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
Contributor 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
Contributor 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