This is an automated email from the ASF dual-hosted git repository.

github-actions[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 659677cae82 Update test catalog data for GHA workflow run 25070381175
659677cae82 is described below

commit 659677cae823c00114d983c8b7302e057042f650
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 28 23:56:45 2026 +0000

    Update test catalog data for GHA workflow run 25070381175
    
    Commit: 
https://github.com/apache/kafka/commit/07e0caefef7fbb433939e75c7fd37deb9bd1385a
    GitHub Run: https://github.com/apache/kafka/actions/runs/25070381175
---
 test-catalog/group-coordinator/tests.yaml | 4 ++++
 test-catalog/tools/tests.yaml             | 1 +
 2 files changed, 5 insertions(+)

diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 37fee624a2f..1270ec160ba 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -43,8 +43,12 @@ 
org.apache.kafka.coordinator.group.GroupCoordinatorConfigTest:
 - testShareGroupAssignors
 - testStreamsGroupInitialRebalanceDelayCustomValue
 - testStreamsGroupInitialRebalanceDelayDefaultValue
+- testStreamsGroupMaxWarmupReplicasCustomValue
+- testStreamsGroupMaxWarmupReplicasDefaultValue
 - testStreamsGroupMinTaskOffsetIntervalCustomValue
 - testStreamsGroupMinTaskOffsetIntervalDefaultValue
+- testStreamsGroupNumWarmupReplicasCustomValue
+- testStreamsGroupNumWarmupReplicasDefaultValue
 - testStreamsGroupTaskOffsetIntervalCustomValue
 - testStreamsGroupTaskOffsetIntervalDefaultValue
 org.apache.kafka.coordinator.group.GroupCoordinatorRecordHelpersTest:
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index 5f1701b4cba..2669ffee82e 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -66,6 +66,7 @@ org.apache.kafka.tools.ConfigCommandIntegrationTest:
 - testAlterReadOnlyConfigInKRaftThenShouldFail
 - testAlterStreamsGroupHeartbeatInterval
 - testAlterStreamsGroupNumOfStandbyReplicas
+- testAlterStreamsGroupNumWarmupReplicas
 - testAlterStreamsGroupSessionTimeout
 - testAlterStreamsGroupTaskOffsetInterval
 - testBrokerLoggerConfigUpdate

Reply via email to