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

commit deaac658af8de25fbc1ed6c2c932b6a20d21a2f6
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 6 21:55:34 2026 +0000

    Update test catalog data for GHA workflow run 21761236253
    
    Commit: 
https://github.com/apache/kafka/commit/1515fddef07598ea56508fb82d2fb3546a52f831
    GitHub Run: https://github.com/apache/kafka/actions/runs/21761236253
---
 test-catalog/transaction-coordinator/tests.yaml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/test-catalog/transaction-coordinator/tests.yaml 
b/test-catalog/transaction-coordinator/tests.yaml
index 0930bf30f4a..f822089a7c9 100644
--- a/test-catalog/transaction-coordinator/tests.yaml
+++ b/test-catalog/transaction-coordinator/tests.yaml
@@ -29,11 +29,12 @@ org.apache.kafka.coordinator.transaction.TransactionLogTest:
 - ONGOING
 - PREPARE_ABORT
 - PREPARE_COMMIT
-- shouldReturnNullForTombstoneRecord
+- shouldReturnTxnTombstoneForNullValue
 - shouldThrowExceptionWriteInvalidTxn
 - testDeserializeFutureTransactionLogValue
 - testDeserializeHighestSupportedTransactionLogValue
-- testReadTxnRecordKeyThrowsOnUnknownVersion
+- testReadReturnsUnknownKeyVersionForInvalidKey
+- testReadReturnsUnknownValueVersionForInvalidValue
 - testSerializeTransactionLogValueToFlexibleVersion
 - testSerializeTransactionLogValueToHighestNonFlexibleVersion
 org.apache.kafka.coordinator.transaction.TransactionStateManagerConfigTest:

Reply via email to