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

Reverted UseSSL flag to false and removed invalid test case #671

Merged

Conversation

forestmvey
Copy link
Collaborator

Description

To conform to previous versions of the ODBC driver I have reverted the UseSSL flags default value to false. Removed one invalid test case that tested a mismatch between the UseSSL flag and a specified protocol in the host url. This functionality was not implemented as it broke the Windows UI fix that disallows a specified protocol not matching the UseSSL flag.

Issues Resolved

Leave default configuration for UseSSL flag as false.

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented.
    • New functionality has user manual doc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

forestmvey and others added 2 commits June 29, 2022 15:20
…st. Test case could not be completed due to breaking Windows UI changes for disabling checkboxes when host protocol is specified.

Signed-off-by: forestmvey <forestv@bitquilltech.com>
Reverted UseSSL flag to false and removed invalid test case
@forestmvey forestmvey requested a review from a team as a code owner June 30, 2022 15:06
@codecov-commenter
Copy link

codecov-commenter commented Jun 30, 2022

Codecov Report

Merging #671 (5146084) into main (058159d) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main     #671   +/-   ##
=========================================
  Coverage     94.69%   94.69%           
  Complexity     2816     2816           
=========================================
  Files           281      281           
  Lines          7592     7592           
  Branches        558      558           
=========================================
  Hits           7189     7189           
  Misses          349      349           
  Partials         54       54           
Flag Coverage Δ
query-workbench 62.76% <ø> (ø)
sql-engine 97.72% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 058159d...5146084. Read the comment docs.

@joshuali925 joshuali925 merged commit 58cfa88 into opensearch-project:main Jul 7, 2022
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.

None yet

5 participants