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

Remove forced ssl_key config in acceptance test harness #15396

Merged
merged 1 commit into from
Aug 9, 2022

Conversation

terencecho
Copy link
Contributor

What

In the acceptance test harness, we create a config for postgres to be used. We specify if the ssl key should be included or not through a parameter when setting up the config. We do not include this key in the config for our cloud acceptance test as we always assume ssl is true, so we do not allow it to be configurable.

This change was introduced through this PR: #14749,
but it seems like it was added back in this PR: #14781.

Probably some timing conflict since they were both merged on the same day.

@terencecho terencecho requested a review from ryankfu August 8, 2022 16:17
Copy link
Contributor

@ryankfu ryankfu left a comment

Choose a reason for hiding this comment

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

No real comments, thanks for addressing this and identifying not only where it was initially changed and what PR reverted it back. It helps me realize I need to be more diligent with my merge conflicts to avoid these scenarios where an overwrite back can occur. Also really appreciate the links to the PRs too 👍

@terencecho terencecho temporarily deployed to more-secrets August 8, 2022 17:22 Inactive
@terencecho terencecho temporarily deployed to more-secrets August 8, 2022 20:30 Inactive
@terencecho terencecho merged commit dd23156 into master Aug 9, 2022
@terencecho terencecho deleted the tcho/fix-cloud-acceptance-test branch August 9, 2022 17:28
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