Skip to content

Config params not properly parsed #2087

@mpoke

Description

@mpoke

Summary of Bug

Configuration params with the key = [ ] structure are not properly passed. The expected value should be an empty list, however, the outcome is a nil value.

In general, we should be able to differentiate between the following scenarios:

  • no key in the config file
    • Log that default value is used instead
  • key =
    • Log a warning that the config is incorrect. Use default value instead.
  • key = [ ]
    • The value for the key is an empty list
  • key = ["value1", "value2"]
    • The value for the key is this list.

Version

v8, v9


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
  • Is a spike necessary to map out how the issue should be approached?

Metadata

Metadata

Assignees

Labels

type: bugIssues that need priority attention -- something isn't working

Type

No type
No fields configured for issues without a type.

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions