alibaba / open-local

cloud-native local storage management system for stateful workload, low-latency with simplicity
Apache License 2.0
460 stars 81 forks source link

Fix konnectivity issue #238

Closed peter-wangxu closed 11 months ago

peter-wangxu commented 11 months ago

Fix that context was cancelled before the proxy connection setup completely which cause by GH-229

fixes: GH-232

codecov-commenter commented 11 months ago

Codecov Report

Patch coverage: 66.66% and project coverage change: +0.17% :tada:

Comparison is base (255e6d8) 32.10% compared to head (a25ef3f) 32.27%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #238 +/- ## ========================================== + Coverage 32.10% 32.27% +0.17% ========================================== Files 41 41 Lines 6411 6411 ========================================== + Hits 2058 2069 +11 + Misses 4064 4052 -12 - Partials 289 290 +1 ``` | [Flag](https://app.codecov.io/gh/alibaba/open-local/pull/238/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=alibaba) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/alibaba/open-local/pull/238/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=alibaba) | `32.27% <66.66%> (+0.17%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=alibaba#carryforward-flags-in-the-pull-request-comment) to find out more. | [Files Changed](https://app.codecov.io/gh/alibaba/open-local/pull/238?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=alibaba) | Coverage Δ | | |---|---|---| | [pkg/csi/nodeutils.go](https://app.codecov.io/gh/alibaba/open-local/pull/238?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=alibaba#diff-cGtnL2NzaS9ub2RldXRpbHMuZ28=) | `41.25% <50.00%> (ø)` | | | [pkg/csi/controllerserver.go](https://app.codecov.io/gh/alibaba/open-local/pull/238?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=alibaba#diff-cGtnL2NzaS9jb250cm9sbGVyc2VydmVyLmdv) | `57.64% <100.00%> (ø)` | | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/alibaba/open-local/pull/238/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=alibaba)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.