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 39f5451543a Update test catalog data for GHA workflow run 17322087189
39f5451543a is described below

commit 39f5451543a340fb25b01f4bd11e44c44ceb55a9
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 29 14:16:29 2025 +0000

    Update test catalog data for GHA workflow run 17322087189
    
    Commit: 
https://github.com/apache/kafka/commit/65f789f5608a010e1dcd745f51f773d45af6d4b3
    GitHub Run: https://github.com/apache/kafka/actions/runs/17322087189
---
 test-catalog/clients/tests.yaml |  1 +
 test-catalog/tools/tests.yaml   | 10 +++++++++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 700e9f90c03..d6b8687040b 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -2917,6 +2917,7 @@ 
org.apache.kafka.clients.producer.internals.RecordAccumulatorTest:
 - testRetryBackoff
 - testSoonToExpireBatchesArePickedUpForExpiry
 - testSplitAndReenqueue
+- testSplitAndReenqueuePreventInfiniteRecursion
 - testSplitBatchOffAccumulator
 - testSplitFrequency
 - testStressfulSituation
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index 9967fb12cc7..e66908fdfe6 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -47,6 +47,9 @@ org.apache.kafka.tools.ClusterToolTest:
 - testClusterId
 - testClusterIdWithBootstrapController
 - testClusterTooOldToHaveId
+- testCommandConfig
+- testCommandConfigAndDeprecatedConfigPresent
+- testDeprecatedConfig
 - testLegacyModeClusterCannotUnregisterBroker
 - testListEndpointsArgumentWithBootstrapController
 - testListEndpointsArgumentWithBootstrapServer
@@ -326,8 +329,10 @@ org.apache.kafka.tools.LeaderElectionCommandErrorTest:
 - testPartitionWithoutTopic
 - testTopicWithoutPartition
 org.apache.kafka.tools.LeaderElectionCommandTest:
-- testAdminConfigCustomTimeouts
 - testAllTopicPartition
+- testCommandConfig
+- testCommandConfigAndDeprecatedConfigPresent
+- testDeprecatedAdminConfig
 - testElectionResultOutput
 - testPathToJsonFile
 - testPreferredReplicaElection
@@ -443,6 +448,9 @@ org.apache.kafka.tools.ResetIntegrationTest:
 - shouldNotAllowToResetWhenSpecifiedInternalTopicIsNotInternal
 - shouldNotAllowToResetWhileStreamsIsRunning
 - shouldOverwriteGroupProtocolOtherThanClassic
+- testCommandConfig
+- testCommandConfigAndDeprecatedConfigPresent
+- testDeprecatedConfig
 - testReprocessingByDurationAfterResetWithoutIntermediateUserTopic
 - testReprocessingFromDateTimeAfterResetWithoutIntermediateUserTopic
 - testReprocessingFromFileAfterResetWithoutIntermediateUserTopic

Reply via email to