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 3d116feadbd Update test catalog data for GHA workflow run 21934972005
3d116feadbd is described below

commit 3d116feadbdc8ba01da609430ff4b0bbead30d6e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 12 08:10:39 2026 +0000

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

diff --git a/test-catalog/coordinator-common/tests.yaml 
b/test-catalog/coordinator-common/tests.yaml
index ee436b8c0b5..624991c1783 100644
--- a/test-catalog/coordinator-common/tests.yaml
+++ b/test-catalog/coordinator-common/tests.yaml
@@ -79,16 +79,20 @@ 
org.apache.kafka.coordinator.common.runtime.CoordinatorRuntimeTest:
 - testScheduleNonAtomicWriteOperationWhenWriteFails
 - testScheduleNonAtomicWriteOperationWithRecordTooLarge
 - testScheduleReadAllOp
+- testScheduleReadAllOpWhenClosed
 - testScheduleReadOp
+- testScheduleReadOpWhenClosed
 - testScheduleReadOpWhenOpsFails
 - testScheduleReadOpWhenPartitionInactive
 - testScheduleTimer
 - testScheduleTransactionCompletion
+- testScheduleTransactionCompletionWhenClosed
 - testScheduleTransactionCompletionWhenEpochValidationFails
 - testScheduleTransactionCompletionWhenReplayFails
 - testScheduleTransactionCompletionWhenWriteFails
 - testScheduleTransactionCompletionWhenWriteTimesOut
 - testScheduleTransactionalWriteOp
+- testScheduleTransactionalWriteOpWhenClosed
 - testScheduleTransactionalWriteOpWhenVerificationFails
 - testScheduleTransactionalWriteOperationWithBatching
 - testScheduleUnloading
@@ -97,8 +101,10 @@ 
org.apache.kafka.coordinator.common.runtime.CoordinatorRuntimeTest:
 - testScheduleUnloadingWithEmptyEpoch
 - testScheduleUnloadingWithException
 - testScheduleUnloadingWithStalePartitionEpoch
+- testScheduleWriteAllOpWhenClosed
 - testScheduleWriteAllOperation
 - testScheduleWriteOp
+- testScheduleWriteOpWhenClosed
 - testScheduleWriteOpWhenInactive
 - testScheduleWriteOpWhenOpFails
 - testScheduleWriteOpWhenReplayFails

Reply via email to