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

Fix bug reading default value for combine_output #601

Merged
merged 1 commit into from Mar 22, 2018

Conversation

alexellis
Copy link
Member

Description

The default should be set to true so we maintain backwards.
compatibility. readconfig.go was altered due to bug reading default value.

Signed-off-by: Alex Ellis (VMware) alexellis2@gmail.com

Motivation and Context

Issue spotted by Ivana @iyovcheva

How Has This Been Tested?

This was tested by adding unit tests to readconfig_test.go for positive and
negative scenarios.

Also built a local watchdog and checked default behavior was fixed.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I've read the CONTRIBUTION guide
  • I have signed-off my commits with git commit -s
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@alexellis alexellis requested a review from ivanayov March 22, 2018 10:29
The default should be set to true so we maintain backwards.
compatibility.
readconfig.go was altered due to bug reading default value. This was
tested by adding unit tests to readconfig_test.go for positive and
negative scenarios.

Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
@alexellis alexellis merged commit a841e3d into master Mar 22, 2018
@alexellis alexellis deleted the fix_combine_output_defaults branch October 8, 2019 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants