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 54d96ace165 Update test catalog data for GHA workflow run 19512711545
54d96ace165 is described below

commit 54d96ace165c0d649136a018a9654b8cca35e494
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 19 21:08:05 2025 +0000

    Update test catalog data for GHA workflow run 19512711545
    
    Commit: 
https://github.com/apache/kafka/commit/c1ded050672886f527bc63cbf8652db2655256ca
    GitHub Run: https://github.com/apache/kafka/actions/runs/19512711545
---
 test-catalog/coordinator-common/tests.yaml | 1 +
 test-catalog/core/tests.yaml               | 6 ++++++
 2 files changed, 7 insertions(+)

diff --git a/test-catalog/coordinator-common/tests.yaml 
b/test-catalog/coordinator-common/tests.yaml
index a84e4573498..3c303fcd545 100644
--- a/test-catalog/coordinator-common/tests.yaml
+++ b/test-catalog/coordinator-common/tests.yaml
@@ -86,6 +86,7 @@ 
org.apache.kafka.coordinator.common.runtime.CoordinatorRuntimeTest:
 - testScheduleReadOpWhenPartitionInactive
 - testScheduleTimer
 - testScheduleTransactionCompletion
+- testScheduleTransactionCompletionWhenEpochValidationFails
 - testScheduleTransactionCompletionWhenReplayFails
 - testScheduleTransactionCompletionWhenWriteFails
 - testScheduleTransactionCompletionWhenWriteTimesOut
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index f88d17ef3b1..0d4b1465627 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -710,6 +710,8 @@ kafka.coordinator.group.CoordinatorPartitionWriterTest:
 - testRegisterDeregisterListener
 - testWriteRecords
 - testWriteRecordsWithFailure
+- testWriteTransactionMarker
+- testWriteTransactionMarkerWithTVUnknownThrowsException
 kafka.coordinator.transaction.ProducerIntegrationTest:
 - testTransactionWithAndWithoutSend
 - testTransactionWithInvalidSendAndEndTxnRequestSent
@@ -1214,6 +1216,7 @@ kafka.log.UnifiedLogTest:
 - testLastStableOffsetWithMixedProducerData
 - testLeaderEpochCacheClearedAfterDowngradeInAppendedMessages
 - testLeaderEpochCacheCreatedAfterMessageFormatUpgrade
+- testLeaderRejectsTVUnknownForTransactionMarker
 - testLoadEmptyLog
 - testLoadPartitionDirWithNoSegmentsShouldNotThrow
 - testLoadingLogDeletesProducerStateSnapshotsPastLogEndOffset
@@ -1261,6 +1264,7 @@ kafka.log.UnifiedLogTest:
 - testRecoveryPointNotIncrementedOnProducerStateSnapshotFlushFailure
 - testRemoteLogStorageIsDisabledOnInternalAndRemoteLogMetadataTopic
 - testRenamingDirWithoutReinitialization
+- testReplicationWithTVUnknownAllowed
 - testRetentionDeletesProducerStateSnapshots
 - testRetentionIdempotency
 - testRetentionOnLocalLogDeletionWhenRemoteLogCopyDisabled
@@ -1274,6 +1278,7 @@ kafka.log.UnifiedLogTest:
 - testStaleProducerEpochReturnsRecoverableErrorForTV1Clients
 - testStaleProducerEpochReturnsRecoverableErrorForTV2Clients
 - testStartOffsetsRemoteLogStorageIsEnabled
+- testTV2MarkerWithBumpedEpochSucceeds
 - testTakeSnapshotOnRollAndDeleteSnapshotOnRecoveryPointCheckpoint
 - testThatGarbageCollectingSegmentsDoesntChangeOffset
 - testTimeBasedLogRollDuringAppend
@@ -2327,6 +2332,7 @@ kafka.server.KafkaApisTest:
 - testValidateAcknowledgementBatchesForRenew
 - testWriteShareGroupStateAuthorizationFailed
 - testWriteShareGroupStateSuccess
+- testWriteTxnMarkersEpochValidationError
 - testWriteTxnMarkersShouldAllBeIncludedInTheResponse
 kafka.server.KafkaConfigTest:
 - testAcceptsLargeId

Reply via email to