-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed issue caused by config names that have uppercase characters (#37)…
… (#41) * Fixed issue caused by config names that have uppercase characters * Fixed unit test and add more test cases We decided to follow the Python CDP CLI semantics for case sensitivity to be compatible between the two tools and least surprises to the end user. Python INI file parsing defaults to case sensitive section names, but case insensitive option names. We do the same in the go SDK. This commit adds some more unit tests. --------- Co-authored-by: Enis Soztutar <enis@cloudera.com>
- Loading branch information
1 parent
1112fe0
commit 4a38f4d
Showing
5 changed files
with
299 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.