-
Notifications
You must be signed in to change notification settings - Fork 92
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
test: etcd ut #815
test: etcd ut #815
Conversation
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information |
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #815 +/- ##
==========================================
- Coverage 40.46% 40.12% -0.35%
==========================================
Files 265 265
Lines 26711 26730 +19
==========================================
- Hits 10809 10725 -84
- Misses 14739 14852 +113
+ Partials 1163 1153 -10 ☔ View full report in Codecov by Sentry. |
@@ -92,7 +88,7 @@ func (c *storeOperate) Get(key config.PathKey) ([]byte, error) { | |||
} | |||
|
|||
if len(resp.Kvs) == 0 { | |||
return nil, err | |||
return nil, nil |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why fix the return value?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
err pre contion aleady return
What this PR does:
Which issue(s) this PR fixes:
Fixes #790
Special notes for your reviewer:
Does this PR introduce a user-facing change?: