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

commit cb30012ed63ef9d88aca60181b6c7d9ec9a53658
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Jun 6 01:48:07 2026 +0000

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

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 69c7b19cd76..f5410d769ba 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -4610,6 +4610,10 @@ org.apache.kafka.common.requests.RequestResponseTest:
 - verifyFetchResponseFullWrites
 org.apache.kafka.common.requests.RequestUtilsTest:
 - testIsFatalException
+org.apache.kafka.common.requests.StreamsGroupHeartbeatResponseTest:
+- testAcceptableRecoveryLagFieldVersionCompatibility
+- testAcceptableRecoveryLagWithMaxValue
+- testAcceptableRecoveryLagWithZeroValue
 org.apache.kafka.common.requests.SyncGroupRequestTest:
 - testRequestVersionCompatibilityFailBuild
 org.apache.kafka.common.requests.TxnOffsetCommitRequestTest:
diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 6c8a914f4a3..61767826499 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -638,12 +638,15 @@ 
org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
 - testStreamsGroupDynamicConfigs
 - testStreamsGroupEndpointInformationIncludesNewMember
 - testStreamsGroupEndpointInformationOnlyWhenEpochGreater
-- testStreamsGroupEpochIncreaseWithAssignmentConfigChanges
+- testStreamsGroupEpochIncreaseWithNumStandbyReplicasConfigChanges
+- testStreamsGroupEpochShouldNotIncreaseWithAcceptableRecoveryLagConfigChange
 - testStreamsGroupEvaluatedConfigs
 - testStreamsGroupHeartbeatAlwaysSetsStatus
 - testStreamsGroupHeartbeatOnConsumerGroup
 - testStreamsGroupHeartbeatOnShareGroup
 - testStreamsGroupHeartbeatPartialResponseWhenNothingChanges
+- testStreamsGroupHeartbeatResponseVersion0
+- testStreamsGroupHeartbeatResponseVersion1
 - testStreamsGroupHeartbeatWithEmptyClassicGroup
 - testStreamsGroupHeartbeatWithNonEmptyClassicGroup
 - testStreamsGroupMemberCanRejoinWithEpochZero

Reply via email to