This is an automated email from the ASF dual-hosted git repository.

github-actions[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 fde2f07e7dd Update test catalog data for GHA workflow run 30233383494
fde2f07e7dd is described below

commit fde2f07e7dd2a2be5e38865dcd5c1ed90cfa4317
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 27 05:52:49 2026 +0000

    Update test catalog data for GHA workflow run 30233383494
    
    Commit: 
https://github.com/apache/kafka/commit/a3123b01ecac52306d603c54099fcaa498b5bea8
    GitHub Run: https://github.com/apache/kafka/actions/runs/30233383494
---
 test-catalog/tools/tests.yaml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index c1e1219deb8..5406edb3de5 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -494,12 +494,20 @@ org.apache.kafka.tools.ProducerPerformanceTest:
 - testGenerateRandomPayloadByRecordSize
 - testGenerateRandomPayloadException
 - testInvalidConfigPostProcessor
+- testInvalidRecordKeyRange
+- testKeyDistributionNoneByDefault
+- testKeyDistributionRandom
+- testKeyDistributionRange
+- testKeyDistributionRequiresKeyRange
+- testKeyRangeRequiresKeyDistribution
 - testMultipleProducerProperty
 - testMutuallyExclusiveGroup
 - testNoTransactionRelatedConfigs
+- testNullKeyWhenDistributionNone
 - testNumberOfCallsForSendAndClose
 - testNumberOfFailedSendAndClose
 - testNumberOfSuccessfulSendAndClose
+- testRandomSeedCustomValue
 - testReadPayloadFile
 - testReadPayloadFileWithAlternateDelimiters
 - testReadProps

Reply via email to