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

commit b704856f039faf091003464ffd6b0d7f2e755df9
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 18 03:42:56 2026 +0000

    Update test catalog data for GHA workflow run 23220009535
    
    Commit: 
https://github.com/apache/kafka/commit/b43d70885dbf293f0ce79db20372ce470c9f69cb
    GitHub Run: https://github.com/apache/kafka/actions/runs/23220009535
---
 test-catalog/group-coordinator/tests.yaml | 8 +++++++-
 test-catalog/tools/tests.yaml             | 3 +++
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 06cda2df65b..560a0ed337a 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -9,6 +9,7 @@ org.apache.kafka.coordinator.group.GroupConfigTest:
 - testEvaluateDoesNotModifyInput
 - testEvaluateEmptyPropsReturnsEmpty
 - testEvaluateMaxBoundedValueAboveMaxIsCapped
+- testEvaluateMinBoundedValueBelowMinIsCapped
 - testEvaluateValueAboveMaxIsCapped
 - testEvaluateValueBelowMinIsCapped
 - testFromPropsInvalid
@@ -24,11 +25,16 @@ 
org.apache.kafka.coordinator.group.GroupCoordinatorConfigTest:
 - testConfigs
 - testConsumerGroupAssignorFullClassNames
 - testConsumerGroupAssignors
-- testInvalidConfigs
+- testInvalidConsumerConfigs
+- testInvalidStreamsConfigs
 - testShareGroupAssignorFullClassNames
 - testShareGroupAssignors
 - testStreamsGroupInitialRebalanceDelayCustomValue
 - testStreamsGroupInitialRebalanceDelayDefaultValue
+- testStreamsGroupMinTaskOffsetIntervalCustomValue
+- testStreamsGroupMinTaskOffsetIntervalDefaultValue
+- testStreamsGroupTaskOffsetIntervalCustomValue
+- testStreamsGroupTaskOffsetIntervalDefaultValue
 org.apache.kafka.coordinator.group.GroupCoordinatorRecordHelpersTest:
 - testEmptyGroupMetadataRecord
 - testNewConsumerGroupCurrentAssignmentRecord
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index c242965b1ef..be14b1a8c35 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -63,7 +63,10 @@ org.apache.kafka.tools.ClusterToolTest:
 org.apache.kafka.tools.ConfigCommandIntegrationTest:
 - testAddConfigKeyValuesUsingCommand
 - testAlterReadOnlyConfigInKRaftThenShouldFail
+- testAlterStreamsGroupHeartbeatInterval
 - testAlterStreamsGroupNumOfStandbyReplicas
+- testAlterStreamsGroupSessionTimeout
+- testAlterStreamsGroupTaskOffsetInterval
 - testBrokerLoggerConfigUpdate
 - testClientMetricsConfigUpdate
 - testDescribeGroupWithoutDynamicConfigs

Reply via email to