Skip to content
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

bugfix: fix merge flag default value in config #1246

Merged
merged 1 commit into from Apr 28, 2018
Merged

bugfix: fix merge flag default value in config #1246

merged 1 commit into from Apr 28, 2018

Conversation

Ace-Tang
Copy link
Contributor

if flag not be passed, we should not merge it with demon config
file, the bug only exist in slice and array type of flag, since
we do not do conflict check to this type of flag.

Signed-off-by: Ace-Tang aceapril@126.com

Ⅰ. Describe what this PR did

Ⅱ. Does this pull request fix one issue?

Ⅲ. Describe how you did it

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

if flag not be passed, we should not merge it with demon config
file, the bug only exist in slice and array type of flag, since
we do not do conflict check to this type of flag.

Signed-off-by: Ace-Tang <aceapril@126.com>
@pouchrobot pouchrobot added kind/bug This is bug report for project size/M labels Apr 27, 2018
@codecov-io
Copy link

Codecov Report

Merging #1246 into master will decrease coverage by 0.02%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1246      +/-   ##
==========================================
- Coverage   15.31%   15.28%   -0.03%     
==========================================
  Files         172      172              
  Lines       10665    10681      +16     
==========================================
  Hits         1633     1633              
- Misses       8912     8928      +16     
  Partials      120      120
Impacted Files Coverage Δ
daemon/config/config.go 7.89% <0%> (-2.11%) ⬇️

@Ace-Tang Ace-Tang requested a review from yyb196 April 27, 2018 16:25
@Letty5411
Copy link
Contributor

LGTM

@pouchrobot pouchrobot added the LGTM one maintainer or community participant agrees to merge the pull reuqest. label Apr 28, 2018
@Letty5411 Letty5411 merged commit 9d50b4c into AliyunContainerService:master Apr 28, 2018
@Ace-Tang Ace-Tang deleted the fix_listen branch April 29, 2018 14:52
@Ace-Tang Ace-Tang restored the fix_listen branch May 2, 2018 02:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug This is bug report for project LGTM one maintainer or community participant agrees to merge the pull reuqest. size/M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants