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

connector: use persistent requests.Session #146

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ktdreyer
Copy link
Member

@ktdreyer ktdreyer commented Feb 5, 2019

Instead of setting up and tearing down new request sessions for every HTTP request, use a persistent session object in the ErrataConnector class.

Instead of setting up and tearing down new request sessions for every
HTTP request, use a persistent session object in the ErrataConnector
class.
@ktdreyer
Copy link
Member Author

ktdreyer commented Feb 5, 2019

The unit tests pass, but since we're mocking a lot, I'd appreciate any live testing reports on this (good or bad)

@openshift-ci
Copy link

openshift-ci bot commented Sep 9, 2021

@ktdreyer: PR needs rebase.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant