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 35867c397ea Update test catalog data for GHA workflow run 17738063252
35867c397ea is described below

commit 35867c397eade1942e191ab1b15eef7b5a02e251
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 15 17:35:41 2025 +0000

    Update test catalog data for GHA workflow run 17738063252
    
    Commit: 
https://github.com/apache/kafka/commit/8628d74c494d07ceca1b55f36274491c2dd01fcd
    GitHub Run: https://github.com/apache/kafka/actions/runs/17738063252
---
 test-catalog/core/tests.yaml                    |  8 --------
 test-catalog/transaction-coordinator/tests.yaml | 14 ++++++++++++++
 2 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index e82fceb5856..f68f422b7d7 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -789,14 +789,6 @@ kafka.coordinator.transaction.TransactionCoordinatorTest:
 - testRetryInitProducerIdAfterProducerIdRotation
 - testTV2AllowsEpochReBumpingAfterFailedWrite
 - testVerifyPartitionHandling
-kafka.coordinator.transaction.TransactionLogTest:
-- shouldReadWriteMessages
-- shouldThrowExceptionWriteInvalidTxn
-- testDeserializeFutureTransactionLogValue
-- testDeserializeHighestSupportedTransactionLogValue
-- testReadTxnRecordKeyCanReadUnknownMessage
-- testSerializeTransactionLogValueToFlexibleVersion
-- testSerializeTransactionLogValueToHighestNonFlexibleVersion
 kafka.coordinator.transaction.TransactionMarkerChannelManagerTest:
 - shouldAbortAppendToLogOnEndTxnWhenNotCoordinatorError
 - shouldCompleteAppendToLogOnEndTxnWhenSendMarkersSucceed
diff --git a/test-catalog/transaction-coordinator/tests.yaml 
b/test-catalog/transaction-coordinator/tests.yaml
index 1d0dd2cd268..917a1a347d1 100644
--- a/test-catalog/transaction-coordinator/tests.yaml
+++ b/test-catalog/transaction-coordinator/tests.yaml
@@ -18,6 +18,20 @@ 
org.apache.kafka.coordinator.transaction.TransactionCoordinatorRecordSerdeTest:
 org.apache.kafka.coordinator.transaction.TransactionLogConfigTest:
 - ShouldDefineAllConfigInConfigDef
 - ShouldGetStaticValueFromClassAttribute
+org.apache.kafka.coordinator.transaction.TransactionLogTest:
+- COMPLETE_ABORT
+- COMPLETE_COMMIT
+- EMPTY
+- ONGOING
+- PREPARE_ABORT
+- PREPARE_COMMIT
+- shouldReturnEmptyWhenForTombstoneRecord
+- shouldThrowExceptionWriteInvalidTxn
+- testDeserializeFutureTransactionLogValue
+- testDeserializeHighestSupportedTransactionLogValue
+- testReadTxnRecordKeyCanReadUnknownMessage
+- testSerializeTransactionLogValueToFlexibleVersion
+- testSerializeTransactionLogValueToHighestNonFlexibleVersion
 org.apache.kafka.coordinator.transaction.TransactionStateManagerConfigTest:
 - ShouldDefineAllConfigInConfigDef
 - ShouldGetStaticValueFromClassAttribute

Reply via email to