Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

fix initiliazed => initialized #762

Merged
merged 1 commit into from
Aug 1, 2019
Merged

Conversation

BingGuanqi
Copy link
Contributor

fix initiliazed => initialized

Signed-off-by: Guanqi Bing [email protected]

Ⅰ. Describe what this PR did

Ⅱ. Does this pull request fix one issue?

Ⅲ. Why don't you add test cases (unit test/integration test)? (你真的觉得不需要加测试吗?)

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

@pouchrobot
Copy link
Collaborator

We found this is your first time to contribute to Dragonfly, @BingGuanqi
👏 We really appreciate it.
Just remind that you have read the contribution guide: https://github.com/dragonflyoss/Dragonfly/blob/master/CONTRIBUTING.md
If you didn't, you should do that first. If done, welcome again and please enjoy hacking! 🍻

@yeya24
Copy link
Collaborator

yeya24 commented Aug 1, 2019

Thanks for your contribution. Could you sign off your commit please? You can check here.

@codecov-io
Copy link

Codecov Report

Merging #762 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #762      +/-   ##
==========================================
+ Coverage   46.55%   46.56%   +0.01%     
==========================================
  Files         113      113              
  Lines        6352     6352              
==========================================
+ Hits         2957     2958       +1     
  Misses       3156     3156              
+ Partials      239      238       -1
Impacted Files Coverage Δ
dfget/core/uploader/peer_server_executor.go 91.52% <100%> (ø) ⬆️
supernode/daemon/mgr/scheduler/manager.go 24.81% <0%> (+0.75%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 37dd54b...d35a84c. Read the comment docs.

@@ -52,7 +52,7 @@ func StartPeerServerProcess(cfg *config.Config) (port int, err error) {
if defaultExecutor != nil {
return defaultExecutor.StartPeerServerProcess(cfg)
}
return 0, fmt.Errorf("executor of peer server isn't be initiliazed")
return 0, fmt.Errorf("executor of peer server isn't be initialized")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

executor of peer server hasn't been initialized may be better,WDYT?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do think so. Could you help to fix that? @BingGuanqi

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure. I have already fixed that

fix initiliazed => initialized

Signed-off-by: BingGuanqi <[email protected]>
@starnop
Copy link
Contributor

starnop commented Aug 1, 2019

LGTM.

@starnop starnop merged commit a8cb7a5 into dragonflyoss:master Aug 1, 2019
starnop added a commit to starnop/Dragonfly that referenced this pull request Nov 27, 2019
inoc603 pushed a commit to inoc603/Dragonfly that referenced this pull request Dec 23, 2019
sungjunyoung pushed a commit to sungjunyoung/Dragonfly that referenced this pull request May 8, 2022
* fix: back source weight

Signed-off-by: Gaius <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants