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 6fab894f9d5 Update test catalog data for GHA workflow run 20708614345
6fab894f9d5 is described below
commit 6fab894f9d5b560c35eb3a0174a4c84e894f9056
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 5 10:11:24 2026 +0000
Update test catalog data for GHA workflow run 20708614345
Commit:
https://github.com/apache/kafka/commit/4d81de035e07499eac48fe0bbc12af73efc885a6
GitHub Run: https://github.com/apache/kafka/actions/runs/20708614345
---
test-catalog/transaction-coordinator/tests.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test-catalog/transaction-coordinator/tests.yaml
b/test-catalog/transaction-coordinator/tests.yaml
index 5f8ca6ff01b..278b9a07943 100644
--- a/test-catalog/transaction-coordinator/tests.yaml
+++ b/test-catalog/transaction-coordinator/tests.yaml
@@ -28,11 +28,11 @@ org.apache.kafka.coordinator.transaction.TransactionLogTest:
- ONGOING
- PREPARE_ABORT
- PREPARE_COMMIT
-- shouldReturnEmptyWhenForTombstoneRecord
+- shouldReturnNullForTombstoneRecord
- shouldThrowExceptionWriteInvalidTxn
- testDeserializeFutureTransactionLogValue
- testDeserializeHighestSupportedTransactionLogValue
-- testReadTxnRecordKeyCanReadUnknownMessage
+- testReadTxnRecordKeyThrowsOnUnknownVersion
- testSerializeTransactionLogValueToFlexibleVersion
- testSerializeTransactionLogValueToHighestNonFlexibleVersion
org.apache.kafka.coordinator.transaction.TransactionStateManagerConfigTest: