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 3a1f2c8c40d Update test catalog data for GHA workflow run 12903341008
3a1f2c8c40d is described below

commit 3a1f2c8c40de4d7d6454d040bd5efe9440f3701f
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 22 09:54:38 2025 +0000

    Update test catalog data for GHA workflow run 12903341008
    
    Commit: 
https://github.com/apache/kafka/commit/239708f52ec1d10a5c9e640c957f50ac59dfe41c
    GitHub Run: https://github.com/apache/kafka/actions/runs/12903341008
---
 test-catalog/clients/tests.yaml | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 939e46d92ce..46b8d8579b9 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -2169,6 +2169,29 @@ 
org.apache.kafka.clients.consumer.internals.ShareSessionHandlerTest:
 - testPartitionRemoval
 - testShareSession
 - testTopicIdReplaced
+org.apache.kafka.clients.consumer.internals.StreamsRebalanceDataTest:
+- assignmentShouldNotAcceptNulls
+- assignmentShouldNotBeModifiable
+- emptyAssignmentShouldNotBeModifiable
+- shouldCopyAssignment
+- shouldCopyEmptyAssignment
+- streamsRebalanceDataShouldBeConstructedWithEmptyAssignment
+- streamsRebalanceDataShouldNotAcceptNulls
+- streamsRebalanceDataShouldNotHaveModifiableSubtopologies
+- subtopologyShouldNotAcceptNulls
+- subtopologyShouldNotBeModifiable
+- taskIdShouldNotAcceptNulls
+- testAssignmentEqualsAndHashCode
+- testTaskIdCompareTo
+- testTaskIdEqualsAndHashCode
+- topicInfoShouldNotAcceptNulls
+org.apache.kafka.clients.consumer.internals.StreamsRebalanceEventsProcessorTest:
+- shouldInvokeOnAllTasksLostCallback
+- shouldInvokeOnTasksAssignedCallback
+- shouldInvokeOnTasksRevokedCallback
+- shouldReThrowErrorFromOnAllTasksLostCallbackAndPassErrorToBackground
+- shouldReThrowErrorFromOnTasksAssignedCallbackAndPassErrorToBackground
+- shouldReThrowErrorFromOnTasksRevokedCallbackAndPassErrorToBackground
 org.apache.kafka.clients.consumer.internals.SubscriptionStateTest:
 - cantAssignPartitionForUnmatchedPattern
 - cantAssignPartitionForUnsubscribedTopics

Reply via email to