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

updates async test to skip if SSL not installed #34

Closed

Conversation

kjaymiller
Copy link
Contributor

Pull Request check-list

Please make sure to review and check all of these items:

  • Do tests and lints pass with this change?
  • Do the CI tests pass with this change (enable it first in your forked repo and wait for the github action build to finish)?
  • Is the new or changed code fully tested?
  • Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?
  • Is there an example added to the examples folder (if applicable)?

NOTE: these things are not required to open a PR and can be done
afterwards / while the PR is open.

Description of change

Creates parity in testing on the sync/async tests of the connection pool by skipping the ssl tests if ssl is not installed on the async tests.

Resolves #26

@codecov-commenter
Copy link

codecov-commenter commented Jul 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (main@01db8ba). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #34   +/-   ##
=======================================
  Coverage        ?   75.02%           
=======================================
  Files           ?      132           
  Lines           ?    34352           
  Branches        ?        0           
=======================================
  Hits            ?    25774           
  Misses          ?     8578           
  Partials        ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@aiven-sal
Copy link
Member

Hi Jay!
There are some commits in this branch that shouldn't be here.
I suggest you to run:

git fetch
git rebase -i origin/main

and delete all commits except 53cd1db
then force-push

@kjaymiller
Copy link
Contributor Author

Created new PR #36

@kjaymiller kjaymiller closed this Jul 5, 2024
ahmedsobeh pushed a commit that referenced this pull request Jul 7, 2024
Signed-off-by: Jay Miller <kjaymiller@gmail.com>

### Pull Request check-list

_Please make sure to review and check all of these items:_

- [x] Do tests and lints pass with this change?
- [x] Do the CI tests pass with this change (enable it first in your
forked repo and wait for the github action build to finish)?
- [x] Is the new or changed code fully tested?
- [ ] Is a documentation update included (if this change modifies
existing APIs, or introduces new ones)?
- [ ] Is there an example added to the examples folder (if applicable)?
- [ ] Was the change added to CHANGES file?

_NOTE: these things are not required to open a PR and can be done
afterwards / while the PR is open._

### Description of change

PR that fixes commits from #34. 

Creates parity in testing on the sync/async tests of the connection pool
by skipping the ssl tests if ssl is not installed on the async tests.

Resolves #26

---------

Signed-off-by: Jay Miller <kjaymiller@gmail.com>
Signed-off-by: Salvatore Mesoraca <salvatore.mesoraca@aiven.io>
Co-authored-by: Salvatore Mesoraca <salvatore.mesoraca@aiven.io>
@kjaymiller kjaymiller deleted the jm-updates-skipif-on-async branch August 8, 2024 13:08
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.

missing pytest.mark.skipif on TestSSLConnectionURLParsing
3 participants