-
Notifications
You must be signed in to change notification settings - Fork 8
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
fix: increase stability in K8 copyTo, copyFrom, and execContainer by reducing backpressure #684
Conversation
…ing backpressure Signed-off-by: Jeromy Cannon <[email protected]>
a4476b4
to
3d8a79f
Compare
Signed-off-by: Jeromy Cannon <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
E2E Test Report0 tests 0 ✅ 0s ⏱️ Results for commit e3acf7b. |
E2E Test Report0 tests 0 ✅ 0s ⏱️ Results for commit e3acf7b. |
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more Footnotes
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #684 +/- ##
==========================================
- Coverage 69.15% 66.47% -2.68%
==========================================
Files 40 38 -2
Lines 14560 14301 -259
Branches 779 959 +180
==========================================
- Hits 10069 9507 -562
- Misses 4444 4654 +210
- Partials 47 140 +93
|
## [0.31.1](v0.31.0...v0.31.1) (2024-10-18) ### Bug Fixes * increase stability in K8 copyTo, copyFrom, and execContainer by reducing backpressure ([#684](#684)) ([2a8fc4d](2a8fc4d)) * increase stability in resources/extract-platform.sh ([#682](#682)) ([7be759d](7be759d)) * increase stability in resources/support-zip.sh ([#683](#683)) ([33fa326](33fa326)) * **tests:** fix failing test case and correct package.json test runs ([#672](#672)) ([2c39105](2c39105))
🎉 This PR is included in version 0.31.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 0.31.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
This pull request changes the following:
Related Issues
K8
copyTo
,copyFrom
, andexecContainer
by reducing backpressure #681