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 2406462183f Update test catalog data for GHA workflow run 26236453192
2406462183f is described below

commit 2406462183fd91d57903d4fbab7ed55c8cd0762d
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu May 21 18:36:58 2026 +0000

    Update test catalog data for GHA workflow run 26236453192
    
    Commit: 
https://github.com/apache/kafka/commit/f7dbf0bf3bbbf7d0e035f72b3370d347361e53ae
    GitHub Run: https://github.com/apache/kafka/actions/runs/26236453192
---
 test-catalog/clients/tests.yaml           | 4 ++++
 test-catalog/group-coordinator/tests.yaml | 3 +++
 2 files changed, 7 insertions(+)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 60efb13ac74..686cad715d0 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -1495,11 +1495,15 @@ 
org.apache.kafka.clients.consumer.internals.ConsumerNetworkThreadTest:
 - testSendUnsentRequests
 - testStartupAndTearDown
 org.apache.kafka.clients.consumer.internals.ConsumerProtocolTest:
+- deserializeAssignmentThrowsSchemaExceptionForEveryTruncation
+- deserializeConsumerProtocolAssignmentThrowsSchemaExceptionForEveryTruncation
+- 
deserializeConsumerProtocolSubscriptionThrowsSchemaExceptionForEveryTruncation
 - deserializeFutureAssignmentVersion
 - deserializeFutureSubscriptionVersion
 - deserializeNewSubscriptionWithOldVersion
 - deserializeNullAssignmentUserData
 - deserializeOldSubscriptionVersion
+- deserializeSubscriptionThrowsSchemaExceptionForEveryTruncation
 - serializeDeserializeAssignment
 - serializeDeserializeAssignmentAllVersions
 - serializeDeserializeConsumerProtocolAssignmentAllVersions
diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index a7be2d76a5d..7472a5f77bd 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -305,6 +305,7 @@ org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
 - testClassicGroupJoinInconsistentProtocolType
 - testClassicGroupJoinOnShareGroup
 - testClassicGroupJoinOnStreamsGroup
+- testClassicGroupJoinToConsumerGroupFailsOnMalformedSubscriptionMetadata
 - testClassicGroupJoinWithEmptyConsumerGroup
 - testClassicGroupJoinWithEmptyStreamsGroup
 - testClassicGroupJoinWithNonEmptyStreamsGroup
@@ -353,6 +354,7 @@ org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
 - testConsumerGroupHeartbeatWithNonEmptyClassicGroup
 - testConsumerGroupHeartbeatWithPreparingRebalanceClassicGroup
 - testConsumerGroupHeartbeatWithStableClassicGroup
+- testConsumerGroupHeartbeatWithStableClassicGroupFailsOnMalformedProtocol
 - testConsumerGroupMaybeDelete
 - testConsumerGroupMemberClearsRegex
 - testConsumerGroupMemberEpochValidation
@@ -919,6 +921,7 @@ org.apache.kafka.coordinator.group.classic.ClassicGroupTest:
 - testCompleteAllSyncFutures
 - testCompleteJoinFuture
 - testCompleteSyncFuture
+- testComputeSubscribedTopicsHandlesMalformedMemberMetadata
 - testDeadToAwaitingRebalanceIllegalTransition
 - testDeadToDeadIllegalTransition
 - testDeadToPreparingRebalanceIllegalTransition

Reply via email to