RivenSun2 edited a comment on pull request #11800: URL: https://github.com/apache/kafka/pull/11800#issuecomment-1050656591
In fact, in the testcases we discussed in `AbstractConfigTest`, `config.unused()` and `config.unknown()` will not change after `TestSecurityConfig config` is initialized. The following `config.valuesWithPrefixOverride(prefix)` and `valuesWithPrefixOverride.get(xxxx)` will not cause the return value of `unused()` and `unknown()` to change. The main purpose of these testCases is to test whether the Map value returned by AbstractConfig#valuesWithPrefixOverride meets our expectations under different conditions. Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
