This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch test-catalog
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/test-catalog by this push:
new 042992119f2 Update test catalog data for GHA workflow run 17940941766
042992119f2 is described below
commit 042992119f2a652c58e1be7dd2f1317d46dab282
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 23 11:25:24 2025 +0000
Update test catalog data for GHA workflow run 17940941766
Commit:
https://github.com/apache/kafka/commit/dbe9d34e47452059b78a73f782c4911ec7e366f7
GitHub Run: https://github.com/apache/kafka/actions/runs/17940941766
---
test-catalog/tools/tests.yaml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index 744baa0f591..f3f0282e6be 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -177,16 +177,23 @@ org.apache.kafka.tools.ConsoleProducerTest:
- testProducerConfigFromFileUsingCommandConfig
- testValidConfigsBootstrapServer
org.apache.kafka.tools.ConsumerPerformanceTest:
+- testBootstrapServerNotPresent
- testClientIdOverride
+- testCommandConfigWithConsumerConfigPresent
+- testCommandProperty
- testConfigBootStrapServer
- testConfigWithInclude
- testConfigWithTopicAndInclude
- testConfigWithUnrecognizedOption
- testConfigWithoutTopicAndInclude
+- testConsumerConfigDeprecated
- testDefaultClientId
- testDetailedHeaderMatchBody
+- testMessagesDeprecated
- testMetricsRetrievedBeforeConsumerClosed
- testNonDetailedHeaderMatchBody
+- testNumOfRecordsNotPresent
+- testNumOfRecordsWithMessagesPresent
org.apache.kafka.tools.DelegationTokenCommandTest:
- testCheckArgsInvalidArgs
- testCheckArgsMissingRequiredArgs
@@ -476,12 +483,19 @@ org.apache.kafka.tools.ResetIntegrationWithSslTest:
- testReprocessingFromScratchAfterResetWithoutIntermediateUserTopic
- testResetWhenInternalTopicsAreSpecified
org.apache.kafka.tools.ShareConsumerPerformanceTest:
+- testBootstrapServerNotPresent
- testClientIdOverride
+- testCommandConfigWithConsumerConfigPresent
+- testCommandProperty
- testConfigBootStrapServer
- testConfigWithUnrecognizedOption
+- testConsumerConfigDeprecated
- testDefaultClientId
- testHeaderMatchBody
+- testMessagesDeprecated
- testMetricsRetrievedBeforeConsumerClosed
+- testNumOfRecordsNotPresent
+- testNumOfRecordsWithMessagesPresent
org.apache.kafka.tools.StreamsResetterTest:
- shouldDeleteTopic
- shouldDetermineInternalTopicBasedOnTopicName1