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

commit f14da498a9d1c4fe3f1fd03a872e7b5af1638b1c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 16 16:49:53 2025 +0000

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

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index e539626d2f7..f65fb20a592 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -1126,9 +1126,12 @@ 
org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumerTest:
 - testClearWakeupTriggerAfterPoll
 - testCloseAwaitPendingAsyncCommitComplete
 - testCloseAwaitPendingAsyncCommitIncomplete
+- 
testCloseInvokesStreamsRebalanceListenerOnAllTasksLostWhenMemberEpochZeroOrNegative
+- testCloseInvokesStreamsRebalanceListenerOnTasksRevokedWhenMemberEpochPositive
 - testCloseLeavesGroup
 - testCloseLeavesGroupDespiteInterrupt
 - testCloseLeavesGroupDespiteOnPartitionsLostError
+- testCloseWrapsStreamsRebalanceListenerException
 - testCommitAsyncShouldCopyOffsets
 - testCommitAsyncUserSuppliedCallbackNoException
 - testCommitAsyncUserSuppliedCallbackWithException
@@ -2482,6 +2485,23 @@ 
org.apache.kafka.clients.consumer.internals.StreamsRebalanceDataTest:
 - testTaskIdCompareTo
 - testTaskIdEqualsAndHashCode
 - topicInfoShouldNotAcceptNulls
+org.apache.kafka.clients.consumer.internals.StreamsRebalanceListenerInvokerTest:
+- testInvokeAllTasksLostWithInterruptException
+- testInvokeAllTasksLostWithListener
+- testInvokeAllTasksLostWithOtherException
+- testInvokeAllTasksLostWithWakeupException
+- testInvokeAllTasksRevokedWithListener
+- testInvokeMethodsWithNoListener
+- testInvokeTasksAssignedWithInterruptException
+- testInvokeTasksAssignedWithListener
+- testInvokeTasksAssignedWithOtherException
+- testInvokeTasksAssignedWithWakeupException
+- testInvokeTasksRevokedWithInterruptException
+- testInvokeTasksRevokedWithListener
+- testInvokeTasksRevokedWithOtherException
+- testInvokeTasksRevokedWithWakeupException
+- testSetRebalanceListenerOverwritesExisting
+- testSetRebalanceListenerWithNull
 org.apache.kafka.clients.consumer.internals.SubscriptionStateTest:
 - cantAssignPartitionForUnmatchedPattern
 - cantAssignPartitionForUnsubscribedTopics

Reply via email to