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

commit e1fa47f629bf7dc7d243ece6e1b0cb18d87da2b7
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 26 10:50:37 2026 +0000

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

diff --git a/test-catalog/coordinator-common/tests.yaml 
b/test-catalog/coordinator-common/tests.yaml
index 5958291f839..ee436b8c0b5 100644
--- a/test-catalog/coordinator-common/tests.yaml
+++ b/test-catalog/coordinator-common/tests.yaml
@@ -115,6 +115,20 @@ 
org.apache.kafka.coordinator.common.runtime.CoordinatorRuntimeTest:
 - testWriteEventCompletesOnlyOnce
 - testWriteEventWriteTimeoutTaskIsCancelledWhenHighWatermarkIsUpdated
 - testWriteOpIsNotReleasedWhenStateMachineIsNotCaughtUpAfterLoad
+org.apache.kafka.coordinator.common.runtime.CoordinatorTimerImplTest:
+- testCancelAll
+- testDefaultRetryBackoff
+- testScheduleIfAbsentWhenAbsent
+- testScheduleIfAbsentWhenPresent
+- testTaskCleanupOnFailedFutureWithoutOperationExecution
+- testTimerCancelledAfterExpiryButBeforeWriteOperation
+- testTimerCancelledBeforeExpiry
+- testTimerIgnoredOnCoordinatorLoadInProgressException
+- testTimerIgnoredOnNotCoordinatorException
+- testTimerNoRetryOnFailure
+- testTimerOverridden
+- testTimerRetryOnFailure
+- testTimerSuccessfulLifecycle
 org.apache.kafka.coordinator.common.runtime.DeferredEventCollectionTest:
 - testAddAndSize
 - testCompleteCallsAllEvents

Reply via email to