Chia-Ping Tsai created KAFKA-16939:
--------------------------------------
Summary: Revisit ConfigCommandIntegrationTest
Key: KAFKA-16939
URL: https://issues.apache.org/jira/browse/KAFKA-16939
Project: Kafka
Issue Type: Test
Reporter: Chia-Ping Tsai
Assignee: Chia-Ping Tsai
ConfigCommandIntegrationTest has some invalid operations
1. the base command should not include the broker id [0]
2. don't set the broker id when we are looking for default value [1]
[0]
https://github.com/apache/kafka/blob/trunk/core/src/test/java/kafka/admin/ConfigCommandIntegrationTest.java#L477
[1]
https://github.com/apache/kafka/blob/trunk/core/src/test/java/kafka/admin/ConfigCommandIntegrationTest.java#L496
--
This message was sent by Atlassian Jira
(v8.20.10#820010)