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

commit c7bda1ec33110fc08cc7f50ecfab64e73bb41cc8
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu May 15 01:06:55 2025 +0000

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

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 6b3cfe49feb..6edbc2608c5 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -2628,6 +2628,7 @@ org.apache.kafka.clients.producer.KafkaProducerTest:
 - shouldNotInvokeFlushInCallback
 - testAbortTransaction
 - testAcksAndIdempotenceForIdempotentProducers
+- testBeginTransactionNotAllowedInPreparedTransactionState
 - testCallbackAndInterceptorHandleError
 - testClientInstanceId
 - testClientInstanceIdInvalidTimeout
@@ -2683,8 +2684,12 @@ org.apache.kafka.clients.producer.KafkaProducerTest:
 - testPartitionAddedToTransaction
 - testPartitionerClose
 - testPartitionsForWithNullTopic
+- testPrepareTransactionFailsWhen2PCDisabled
+- testPrepareTransactionSuccess
 - testProducerJmxPrefix
 - testRetriesAndIdempotenceForIdempotentProducers
+- testSendNotAllowedInPreparedTransactionState
+- testSendOffsetsNotAllowedInPreparedTransactionState
 - testSendToInvalidTopic
 - testSendTxnOffsetsWithGroupId
 - testSendTxnOffsetsWithGroupIdTransactionV2
@@ -3056,6 +3061,7 @@ 
org.apache.kafka.clients.producer.internals.TransactionManagerTest:
 - testNotReadyForSendAfterFatalError
 - testNotReadyForSendBeforeBeginTransaction
 - testNotReadyForSendBeforeInitTransactions
+- testPrepareTransaction
 - testProducerFencedExceptionInInitProducerId
 - testProducerFencedInAddOffSetsToTxn
 - testProducerFencedInAddPartitionToTxn

Reply via email to