-
Notifications
You must be signed in to change notification settings - Fork 3
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
[AD-599] Adapt to use all DSN configuration on mongo cxx driver connection #118
[AD-599] Adapt to use all DSN configuration on mongo cxx driver connection #118
Conversation
MacOS Big Sur 11 Debug Build Unit Test Results 1 files ±0 1 suites ±0 39s ⏱️ ±0s Results for commit 35236ce. ± Comparison against base commit e9bd3e2. This pull request removes 1 and adds 3 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Windows 2022 (x64) Build Unit Test Results 1 files ±0 1 suites ±0 1m 5s ⏱️ +2s Results for commit 35236ce. ± Comparison against base commit e9bd3e2. This pull request removes 1 and adds 3 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Windows 2022 (x32) Build Unit Test Results 1 files ±0 1 suites ±0 1m 11s ⏱️ +10s Results for commit 35236ce. ± Comparison against base commit e9bd3e2. This pull request removes 1 and adds 3 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Ubuntu 20.04 Debug Build Unit Test Results 1 files ±0 1 suites ±0 33s ⏱️ +4s Results for commit 35236ce. ± Comparison against base commit e9bd3e2. This pull request removes 1 and adds 3 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit
Co-authored-by: Alina (Xi) Li <[email protected]>
MacOS Big Sur 11 Debug Build Code Coverage Result
|
Ubuntu 20.04 Debug Build Unit Test Results Check
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…ction (#118) * adapted all dsn configuration to be used on mongo cxx driver * fixed local test connection and unit tests * [AD-599] Set the allow_invalid_certificates option. * Apply suggestions from code review Co-authored-by: Alina (Xi) Li <[email protected]> * Apply suggestions from code review Co-authored-by: Bruce Irschick <[email protected]> Co-authored-by: Alina (Xi) Li <[email protected]>
…ction (#118) * adapted all dsn configuration to be used on mongo cxx driver * fixed local test connection and unit tests * [AD-599] Set the allow_invalid_certificates option. * Apply suggestions from code review Co-authored-by: Alina (Xi) Li <[email protected]> * Apply suggestions from code review Co-authored-by: Bruce Irschick <[email protected]> Co-authored-by: Alina (Xi) Li <[email protected]>
Summary
Adapt to use all DSN configuration on mongo cxx driver connection
Description
Adapted mongo options to be applied in the cpp connection string.
Changed to comply with mongo API 4.0 which is case sensitive
Related Issue
https://bitquill.atlassian.net/browse/AD-599
https://bitquill.atlassian.net/browse/AD-598
Additional Reviewers
@affonsoBQ
@alexey-temnikov
@alinaliBQ
@andiem-bq
@birschick-bq
@mitchell-elholm
@RoyZhang2022