-
Notifications
You must be signed in to change notification settings - Fork 185
stream+ws_client: Optional capture-all #178
stream+ws_client: Optional capture-all #178
Conversation
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
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. I understand the commands that are listed here. |
Welcome @rawler! |
Side-note; As a user of the stream-API, the usage is not immediately clear, and it's also a bit inflexible. (Stdout is not necessarily characters?) I think this has room for some breaking API-improvements;
I made a short attempt to add explicit |
daaf9b5
to
2a2e74b
Compare
I signed it |
2b61e72
to
4a9317d
Compare
bytes() += bytes() copies both buffers into a new one, causing exponential cost and gradual slow-down. Replacing with StringIO improves that
4a9317d
to
368d0d7
Compare
/assign @mbohlool |
Codecov Report
@@ Coverage Diff @@
## master #178 +/- ##
=======================================
Coverage 93.41% 93.41%
=======================================
Files 13 13
Lines 1398 1398
=======================================
Hits 1306 1306
Misses 92 92 Continue to review full report at Codecov.
|
/assign |
/lgtm Thanks for the improvement! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rawler, roycaihw The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This PR is a proposal to fix kubernetes-client/python#1013.
The fix is two-fold: