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 2d709dd58e8 Update test catalog data for GHA workflow run 15509587364
2d709dd58e8 is described below

commit 2d709dd58e8adfcf2805044970607f89c77a140d
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Jun 7 18:40:20 2025 +0000

    Update test catalog data for GHA workflow run 15509587364
    
    Commit: 
https://github.com/apache/kafka/commit/83fb40d74350664a051366545f3098950bfd5b67
    GitHub Run: https://github.com/apache/kafka/actions/runs/15509587364
---
 test-catalog/core/tests.yaml    | 5 +++--
 test-catalog/storage/tests.yaml | 3 +++
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index a6825d6ff5f..071674cfe00 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1187,7 +1187,6 @@ kafka.log.UnifiedLogTest:
 - testAbortedTransactionSpanningMultipleSegments
 - testActiveProducers
 - testActiveSegmentDeletionDueToRetentionTimeBreachWithRemoteStorage
-- testAllowNonZeroSequenceOnFirstAppendNonZeroEpoch
 - testAppendAndReadWithNonSequentialOffsets
 - testAppendAndReadWithSequentialOffsets
 - testAppendAsLeaderWithRaftLeader
@@ -1270,6 +1269,7 @@ kafka.log.UnifiedLogTest:
 - testNextTransactionVerificationGuardNotCleared
 - testNoOpWhenRemoteLogStorageIsDisabled
 - testNonSequentialAppend
+- testNonZeroSequenceOnFirstAppendNonZeroEpoch
 - testOffsetSnapshot
 - testOldProducerEpoch
 - testPeriodicProducerIdExpiration
@@ -1311,7 +1311,8 @@ kafka.log.UnifiedLogTest:
 - testTopicIdTransfersAfterDirectoryRename
 - testTransactionIndexUpdated
 - testTransactionIndexUpdatedThroughReplication
-- testTransactionIsOngoingAndVerificationGuard
+- testTransactionIsOngoingAndVerificationGuardTV1
+- testTransactionIsOngoingAndVerificationGuardTV2
 - testTruncateBelowFirstUnstableOffset
 - testTruncateFullyAndStart
 - testTruncateFullyAndStartBelowFirstUnstableOffset
diff --git a/test-catalog/storage/tests.yaml b/test-catalog/storage/tests.yaml
index 4cfca54e7ce..b57f3d763b2 100644
--- a/test-catalog/storage/tests.yaml
+++ b/test-catalog/storage/tests.yaml
@@ -392,6 +392,7 @@ org.apache.kafka.storage.internals.log.OffsetMapTest:
 org.apache.kafka.storage.internals.log.ProducerStateManagerTest:
 - testAcceptAppendWithSequenceGapsOnReplica
 - testAcceptAppendWithoutProducerStateOnReplica
+- testAllowNonZeroSequenceForTransactionsV1WithEmptyState
 - testAppendEmptyControlBatch
 - testAppendTxnMarkerWithNoProducerState
 - testBasicIdMapping
@@ -427,6 +428,8 @@ 
org.apache.kafka.storage.internals.log.ProducerStateManagerTest:
 - testRecoverFromSnapshotEmptyTransaction
 - testRecoverFromSnapshotFinishedTransaction
 - testRecoverFromSnapshotUnfinishedTransaction
+- testRejectNonZeroSequenceForDirectEpochBump
+- testRejectNonZeroSequenceForTransactionsV2WithEmptyState
 - testReloadSnapshots
 - testRemoveAllStraySnapshots
 - testRemoveAndMarkSnapshotForDeletion

Reply via email to