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 4a151f69054 Update test catalog data for GHA workflow run 14647737403
4a151f69054 is described below
commit 4a151f69054fb42dd570646304876f3ddcf19326
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 24 19:52:52 2025 +0000
Update test catalog data for GHA workflow run 14647737403
Commit:
https://github.com/apache/kafka/commit/d6133f6997e0de3931f3d98b30950aeeefd23e70
GitHub Run: https://github.com/apache/kafka/actions/runs/14647737403
---
test-catalog/clients/tests.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index df59c6d7946..cdfdcef139c 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -2621,6 +2621,7 @@ org.apache.kafka.clients.producer.KafkaProducerTest:
- testInitTransactionTimeout
- testInitTransactionWhileThrottled
- testInitTransactionsResponseAfterTimeout
+- testInitTransactionsWithKeepPreparedTxnAndTwoPhaseCommit
- testInterceptorConstructClose
-
testInterceptorConstructorConfigurationWithExceptionShouldCloseRemainingInstances
- testInterceptorPartitionSetOnTooLargeRecord
@@ -2730,6 +2731,7 @@ org.apache.kafka.clients.producer.ProducerConfigTest:
- testInvalidCompressionType
- testInvalidMetadataRecoveryStrategy
- testInvalidSecurityProtocol
+- testTwoPhaseCommitIncompatibleWithTransactionTimeout
- testUpperboundCheckOfEnableIdempotence
org.apache.kafka.clients.producer.ProducerRecordTest:
- testEqualsAndHashCode
@@ -2977,6 +2979,7 @@
org.apache.kafka.clients.producer.internals.TransactionManagerTest:
- testHealthyPartitionRetriesDuringEpochBump
- testIllegalGenerationInTxnOffsetCommitByGroupMetadata
- testInitializeTransactionsTwiceRaisesError
+- testInitializeTransactionsWithKeepPreparedTxn
- testInvalidProducerEpochConvertToProducerFencedInAddOffSetsToTxn
- testInvalidProducerEpochConvertToProducerFencedInAddPartitionToTxn
- testInvalidProducerEpochConvertToProducerFencedInEndTxn