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 0f2e226e2c2 Update test catalog data for GHA workflow run 19366893367
0f2e226e2c2 is described below

commit 0f2e226e2c223f36fe2e3dcb6228ff59b7f3b9cc
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 14 17:18:34 2025 +0000

    Update test catalog data for GHA workflow run 19366893367
    
    Commit: 
https://github.com/apache/kafka/commit/21f19e0a1ae07d031b03a754eae63888eb299065
    GitHub Run: https://github.com/apache/kafka/actions/runs/19366893367
---
 test-catalog/coordinator-common/tests.yaml | 1 +
 test-catalog/group-coordinator/tests.yaml  | 4 ++++
 test-catalog/streams/tests.yaml            | 4 +---
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/test-catalog/coordinator-common/tests.yaml 
b/test-catalog/coordinator-common/tests.yaml
index b271e539e72..65b998ddcb1 100644
--- a/test-catalog/coordinator-common/tests.yaml
+++ b/test-catalog/coordinator-common/tests.yaml
@@ -105,6 +105,7 @@ 
org.apache.kafka.coordinator.common.runtime.CoordinatorRuntimeTest:
 - testScheduleWriteOperationWithBatchingWhenWriteFails
 - testStateChanges
 - testStateMachineIsReloadedWhenOutOfSync
+- testTimerIsScheduled
 - testTimerScheduleIfAbsent
 - testWriteEventCompletesOnlyOnce
 - testWriteEventWriteTimeoutTaskIsCancelledWhenHighWatermarkIsUpdated
diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 901d24e2415..09dfd3f91fc 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -16,6 +16,8 @@ org.apache.kafka.coordinator.group.GroupCoordinatorConfigTest:
 - testInvalidConfigs
 - testShareGroupAssignorFullClassNames
 - testShareGroupAssignors
+- testStreamsGroupInitialRebalanceDelayCustomValue
+- testStreamsGroupInitialRebalanceDelayDefaultValue
 org.apache.kafka.coordinator.group.GroupCoordinatorRecordHelpersTest:
 - testEmptyGroupMetadataRecord
 - testNewConsumerGroupCurrentAssignmentRecord
@@ -548,6 +550,7 @@ org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
 - testStaticMembersLeaveUnknownGroup
 - testStaticMembersUnknownInstanceBatchLeaveGroup
 - testStaticMembersValidBatchLeaveGroup
+- testStreamsGroupDeleteCancelsInitialRebalanceTimer
 - testStreamsGroupDescribeBeforeAndAfterCommittingOffset
 - testStreamsGroupDescribeNoErrors
 - testStreamsGroupDescribeOnConsumerGroup
@@ -569,6 +572,7 @@ org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
 - testStreamsGroupMemberJoiningWithStaleTopology
 - testStreamsGroupMemberRequestingShutdownApplication
 - testStreamsGroupMemberRequestingShutdownApplicationUponLeaving
+- testStreamsInitialRebalanceDelayEmptyDuringDelayAssignsAfterTimer
 - testStreamsLeavingMemberRemovesMemberAndBumpsGroupEpoch
 - testStreamsNewJoiningMemberTriggersNewTargetAssignment
 - testStreamsNewMemberIsRejectedWithMaximumMembersIsReached
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 3799884e5f7..4233f0146cd 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -252,7 +252,6 @@ org.apache.kafka.streams.StreamsConfigTest:
 - shouldGetDefaultValueProcessingExceptionHandler
 - shouldGetEmptyMapIfClientTagsAreNotSet
 - shouldLogWarningWhenStandbyReplicasSetWithStreamsProtocol
-- shouldLogWarningWhenStreamsProtocolIsUsed
 - shouldLogWarningWhenWarmupReplicasSetWithStreamsProtocol
 - shouldNotAllowAutoCreateTopicsForConsumers_WithCommonConsumerPrefix
 - shouldNotAllowAutoCreateTopicsForConsumers_WithSpecificConsumerPrefixes
@@ -3068,8 +3067,7 @@ 
org.apache.kafka.streams.processor.internals.TaskManagerTest:
 - shouldHandleTimeoutExceptionInTransitRestoredTaskToRunning
 - shouldHaveRemainingPartitionsUncleared
 - shouldIgnorePurgeDataErrors
-- shouldInitialiseNewStandbyTasks
-- shouldInitializeNewActiveTasks
+- shouldInitializeNewStandbyTasks
 - shouldKeepReassignedActiveTaskInStateUpdater
 - shouldKeepReassignedStandbyTaskInStateUpdater
 - shouldListNotPausedTasks

Reply via email to