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 5a3c2c3d5ea Update test catalog data for GHA workflow run 24202729980
5a3c2c3d5ea is described below

commit 5a3c2c3d5ea1beb966e7f7e145bdcd41494609cd
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 9 20:52:36 2026 +0000

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

diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index f21009476cc..d123bec974d 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -6,10 +6,9 @@ org.apache.kafka.coordinator.group.GroupConfigManagerTest:
 - testUpdateConfigWithNullGroupId
 - testUpdateGroupConfig
 org.apache.kafka.coordinator.group.GroupConfigTest:
+- testAllFieldsAbsentWhenNotConfigured
+- testAllFieldsPresentWhenConfigured
 - testAllGroupConfigSynonyms
-- testAssignmentIntervalMsAbsentWhenNotConfigured
-- testAssignmentIntervalMsNotValidatedWhenNotConfigured
-- testAssignorOffloadEnableAbsentWhenNotConfigured
 - testEvaluateDoesNotModifyInput
 - testEvaluateEmptyPropsReturnsEmpty
 - testEvaluateMaxBoundedValueAboveMaxIsCapped
@@ -20,6 +19,7 @@ org.apache.kafka.coordinator.group.GroupConfigTest:
 - testFromPropsWithDefaultValue
 - testInvalidConfigName
 - testInvalidProps
+- testNotValidatedWhenNotConfigured
 - testValidShareAutoOffsetResetValues
 - testValidShareIsolationLevelValues
 - testValidateWithAllGroupTypeConfigs

Reply via email to