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

fixed watch.stream bug of not working with apis with follow kwarg #216

Merged
merged 1 commit into from
Aug 17, 2022

Conversation

mcreng
Copy link
Contributor

@mcreng mcreng commented Aug 17, 2022

This PR should fix #215.

It still does not prevent the same issue from happening again. Not sure if there is a good way to prevent it.

@codecov
Copy link

codecov bot commented Aug 17, 2022

Codecov Report

Merging #216 (e94adcb) into master (65ce783) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #216   +/-   ##
=======================================
  Coverage   26.98%   26.98%           
=======================================
  Files         728      728           
  Lines       97983    97983           
=======================================
  Hits        26444    26444           
  Misses      71539    71539           
Impacted Files Coverage Δ
kubernetes_asyncio/watch/watch.py 93.45% <100.00%> (ø)
kubernetes_asyncio/watch/watch_test.py 97.22% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@tomplus
Copy link
Owner

tomplus commented Aug 17, 2022

Thanks for your contribution.

I'm merging it now but later we can add an e2e test which uses the follow kwarg to prevent similar regression.
E2E tests dir: kubernetes_asyncio/e2e_test/

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.

watch.stream no longer works with apis with follow kwarg
2 participants