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 1caf8ac0bd2 Update test catalog data for GHA workflow run 16463453882
1caf8ac0bd2 is described below

commit 1caf8ac0bd2557a5923d579303d50b772a523155
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 23 09:01:15 2025 +0000

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

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 84ad16b3e40..ea6c1b937e3 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -3059,6 +3059,8 @@ 
org.apache.kafka.clients.producer.internals.TransactionManagerTest:
 - testHasOngoingTransactionSuccessfulCommit
 - testHealthyPartitionRetriesDuringEpochBump
 - testIllegalGenerationInTxnOffsetCommitByGroupMetadata
+- testInitPidResponseWithKeepPreparedTrueAndNoOngoingTransaction
+- testInitPidResponseWithKeepPreparedTrueAndOngoingTransaction
 - testInitializeTransactionsTwiceRaisesError
 - testInitializeTransactionsWithKeepPreparedTxn
 - testInvalidProducerEpochConvertToProducerFencedInAddOffSetsToTxn
@@ -5246,6 +5248,12 @@ org.apache.kafka.common.utils.UtilsTest:
 - shouldAcceptValidDateFormats
 - shouldThrowOnInvalidDateFormatOrNullTimestamp
 - testAbs
+- testCastToStringObjectMap
+- testCastToStringObjectMapNonStringKey
+- testCastToStringObjectMapPropertiesAsInput
+- testCastToStringObjectMapPropertiesNonStringKey
+- testCastToStringObjectMapPropertiesWithDefaults
+- testCastToStringObjectMapPropertiesWithDefaultsAndSameKey
 - testCharacterArrayEquality
 - testCloseAll
 - testCloseAllQuietly
@@ -5270,6 +5278,9 @@ org.apache.kafka.common.utils.UtilsTest:
 - testMin
 - testMurmur2
 - testPropsToMap
+- testPropsToMapNonStringKey
+- testPropsToMapWithDefaults
+- testPropsToMapWithDefaultsAndSameKey
 - testReadBytes
 - testReadFullyIfEofIsReached
 - testReadFullyOrFailWithPartialFileChannelReads

Reply via email to