Re: [PR] KAFKA-16547: Add test for DescribeConfigsOptions#includeDocumentation [kafka]

2024-06-18 Thread via GitHub
chia7712 merged PR #16355: URL: https://github.com/apache/kafka/pull/16355 -- 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:

Re: [PR] KAFKA-16547: Add test for DescribeConfigsOptions#includeDocumentation [kafka]

2024-06-17 Thread via GitHub
frankvicky commented on PR #16355: URL: https://github.com/apache/kafka/pull/16355#issuecomment-2172550434 Hi @chia7712, I have refactor the test case, PTAL  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] KAFKA-16547: Add test for DescribeConfigsOptions#includeDocumentation [kafka]

2024-06-16 Thread via GitHub
chia7712 commented on code in PR #16355: URL: https://github.com/apache/kafka/pull/16355#discussion_r1642017586 ## core/src/test/scala/integration/kafka/api/PlaintextAdminIntegrationTest.scala: ## @@ -1001,6 +1001,29 @@ class PlaintextAdminIntegrationTest extends

Re: [PR] KAFKA-16547: Add test for DescribeConfigsOptions#includeDocumentation [kafka]

2024-06-16 Thread via GitHub
frankvicky commented on PR #16355: URL: https://github.com/apache/kafka/pull/16355#issuecomment-2171469766 Hi @chia7712, I have make a change based on your comment, PTAL -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] KAFKA-16547: Add test for DescribeConfigsOptions#includeDocumentation [kafka]

2024-06-16 Thread via GitHub
chia7712 commented on code in PR #16355: URL: https://github.com/apache/kafka/pull/16355#discussion_r1641728889 ## core/src/test/scala/integration/kafka/api/PlaintextAdminIntegrationTest.scala: ## @@ -1001,6 +1001,30 @@ class PlaintextAdminIntegrationTest extends

Re: [PR] KAFKA-16547: Add test for DescribeConfigsOptions#includeDocumentation [kafka]

2024-06-15 Thread via GitHub
frankvicky commented on PR #16355: URL: https://github.com/apache/kafka/pull/16355#issuecomment-2170997483 Hi @TaiJuWu I have make a change about assertions, PTAL  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] KAFKA-16547: Add test for DescribeConfigsOptions#includeDocumentation [kafka]

2024-06-15 Thread via GitHub
frankvicky commented on code in PR #16355: URL: https://github.com/apache/kafka/pull/16355#discussion_r1641587447 ## core/src/test/scala/integration/kafka/api/PlaintextAdminIntegrationTest.scala: ## @@ -1001,6 +1001,30 @@ class PlaintextAdminIntegrationTest extends

Re: [PR] KAFKA-16547: Add test for DescribeConfigsOptions#includeDocumentation [kafka]

2024-06-15 Thread via GitHub
frankvicky commented on code in PR #16355: URL: https://github.com/apache/kafka/pull/16355#discussion_r1641587398 ## core/src/test/scala/integration/kafka/api/PlaintextAdminIntegrationTest.scala: ## @@ -1001,6 +1001,30 @@ class PlaintextAdminIntegrationTest extends

Re: [PR] KAFKA-16547: Add test for DescribeConfigsOptions#includeDocumentation [kafka]

2024-06-15 Thread via GitHub
TaiJuWu commented on code in PR #16355: URL: https://github.com/apache/kafka/pull/16355#discussion_r1641243077 ## core/src/test/scala/integration/kafka/api/PlaintextAdminIntegrationTest.scala: ## @@ -1001,6 +1001,30 @@ class PlaintextAdminIntegrationTest extends

Re: [PR] KAFKA-16547: Add test for DescribeConfigsOptions#includeDocumentation [kafka]

2024-06-15 Thread via GitHub
TaiJuWu commented on code in PR #16355: URL: https://github.com/apache/kafka/pull/16355#discussion_r1641243077 ## core/src/test/scala/integration/kafka/api/PlaintextAdminIntegrationTest.scala: ## @@ -1001,6 +1001,30 @@ class PlaintextAdminIntegrationTest extends

Re: [PR] KAFKA-16547: Add test for DescribeConfigsOptions#includeDocumentation [kafka]

2024-06-15 Thread via GitHub
TaiJuWu commented on code in PR #16355: URL: https://github.com/apache/kafka/pull/16355#discussion_r1641243077 ## core/src/test/scala/integration/kafka/api/PlaintextAdminIntegrationTest.scala: ## @@ -1001,6 +1001,30 @@ class PlaintextAdminIntegrationTest extends

Re: [PR] KAFKA-16547: Add test for DescribeConfigsOptions#includeDocumentation [kafka]

2024-06-15 Thread via GitHub
TaiJuWu commented on code in PR #16355: URL: https://github.com/apache/kafka/pull/16355#discussion_r1641231798 ## core/src/test/scala/integration/kafka/api/PlaintextAdminIntegrationTest.scala: ## @@ -1001,6 +1001,30 @@ class PlaintextAdminIntegrationTest extends

[PR] KAFKA-16547: Add test for DescribeConfigsOptions#includeDocumentation [kafka]

2024-06-15 Thread via GitHub
frankvicky opened a new pull request, #16355: URL: https://github.com/apache/kafka/pull/16355 We currently do not have tests for the `includeDocumentation` query option. If the option is set to false, `ConfigEntry[documentation]` should be null. Otherwise, it should return the