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 28d61e376e3 Update test catalog data for GHA workflow run 16686289217
28d61e376e3 is described below

commit 28d61e376e3c639f40d37af0a59d6a42be98613c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Aug 2 01:03:36 2025 +0000

    Update test catalog data for GHA workflow run 16686289217
    
    Commit: 
https://github.com/apache/kafka/commit/05d71ad1a8cda4bdaa776be0506cb279ec72b1be
    GitHub Run: https://github.com/apache/kafka/actions/runs/16686289217
---
 test-catalog/core/tests.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 4b7377c045f..51ccb0880f2 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2964,6 +2964,8 @@ kafka.server.share.SharePartitionManagerTest:
 - testToForgetPartitions
 - testZeroSizeShareSession
 kafka.server.share.SharePartitionTest:
+- inFlightStateCommitSuccessAndArchiveStateTransition
+- inFlightStateRollbackAndArchiveStateTransition
 - testAcknowledgeAfterAcquisitionLockTimeout
 - testAcknowledgeBatchAndOffsetPostLsoMovement
 - testAcknowledgeBatchPostLsoMovement
@@ -3042,6 +3044,8 @@ kafka.server.share.SharePartitionTest:
 - testAcquisitionLockTimeoutForBatchesPostStartOffsetMovement
 - testAcquisitionLockTimeoutForBatchesPostStartOffsetMovementToMiddleOfBatch
 - testAcquisitionLockTimeoutForBatchesPostStartOffsetMovementToStartOfBatch
+- testAcquisitionLockTimeoutWithConcurrentAcknowledgement
+- testAcquisitionLockTimeoutWithWriteStateRPCFailure
 - testCacheUpdateWhenBatchHasOngoingTransition
 - testCacheUpdateWhenOffsetStateHasOngoingTransition
 - testCanAcquireRecordsAfterAcceptAcknowledgement
@@ -3074,6 +3078,7 @@ kafka.server.share.SharePartitionTest:
 - testLsoMovementToEndOffsetWhereEndOffsetIsAvailable
 - testLsoMovementWithGapsInCachedStateMap
 - testLsoMovementWithGapsInCachedStateMapAndAcknowledgedBatch
+- testLsoMovementWithWriteStateRPCFailuresInAcknowledgement
 - testMaxDeliveryCountLimitExceededForRecordBatch
 - testMaxDeliveryCountLimitExceededForRecordsSubset
 - testMaxDeliveryCountLimitExceededForRecordsSubsetAndCachedStateNotCleared

Reply via email to