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 b34c907a092 Update test catalog data for GHA workflow run 17164222607
b34c907a092 is described below

commit b34c907a0920cf0fac1694525805855d8c331928
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 22 22:47:42 2025 +0000

    Update test catalog data for GHA workflow run 17164222607
    
    Commit: 
https://github.com/apache/kafka/commit/511818e027bbfc5eecc7b3d53dbb7a833dea5bd2
    GitHub Run: https://github.com/apache/kafka/actions/runs/17164222607
---
 test-catalog/metadata/tests.yaml | 3 +++
 test-catalog/tools/tests.yaml    | 6 +++++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/test-catalog/metadata/tests.yaml b/test-catalog/metadata/tests.yaml
index b98efd0d1af..1df27b5677d 100644
--- a/test-catalog/metadata/tests.yaml
+++ b/test-catalog/metadata/tests.yaml
@@ -448,6 +448,9 @@ org.apache.kafka.image.MetadataImageTest:
 - testImage1RoundTrip
 - testImage2RoundTrip
 org.apache.kafka.image.MetadataVersionChangeTest:
+- testConstructorThrowsExceptionWhenBothVersionsAreNull
+- testConstructorThrowsExceptionWhenNewVersionIsNull
+- testConstructorThrowsExceptionWhenOldVersionIsNull
 - testIsDowngrade
 - testIsUpgrade
 - testMetadataVersionChangeExceptionToString
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index f651286237e..b8a4adb44e4 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -388,14 +388,17 @@ org.apache.kafka.tools.MetadataQuorumCommandUnitTest:
 - testGetNegativeControllerId
 - testRemoveControllerDryRun
 org.apache.kafka.tools.ProducerPerformanceTest:
+- testBootstrapServer
 - testClientIdOverride
 - testCompareStringSplitWithScannerDelimiter
 - testConfigPostProcessor
 - testDefaultClientId
 - testEnableTransaction
-- testEnableTransactionByProducerProps
+- testEnableTransactionByProducerProperty
 - testEnableTransactionByTransactionDurationMs
 - testEnableTransactionByTransactionId
+- testEnableTransactionByTransactionIdDeprecated
+- testEnsureDeprecatedAndModernArgumentsNotBothSpecified
 - testFractionalThroughput
 - testGenerateMonotonicPayload
 - testGenerateRandomPayloadByPayloadFile
@@ -841,6 +844,7 @@ org.apache.kafka.tools.reassign.ReassignPartitionsUnitTest:
 - testGenerateAssignmentWithInvalidPartitionsFails
 - testGetBrokerRackInformation
 - testGetReplicaAssignments
+- testGetReplicaToLogDir
 - testModifyBrokerInterBrokerThrottle
 - testModifyLogDirThrottle
 - testModifyTopicThrottles

Reply via email to