ijuma commented on a change in pull request #10704: URL: https://github.com/apache/kafka/pull/10704#discussion_r640788402
########## File path: clients/src/test/java/org/apache/kafka/common/config/AbstractConfigTest.java ########## @@ -508,6 +509,55 @@ public void testDocumentationOfExpectNull() { assertNull(config.documentationOf("xyz")); } + @Test + public void testConcurrentUnusedUse() throws InterruptedException { Review comment: I think I'd remove it or at least tag it as an integration test. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org