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 2b9d9590431 Update test catalog data for GHA workflow run 11824392720
2b9d9590431 is described below

commit 2b9d9590431928d633fe33cff57f4786d1151990
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 13 23:20:08 2024 +0000

    Update test catalog data for GHA workflow run 11824392720
    
    Commit: 
https://github.com/apache/kafka/commit/b6b2c9ebc45bd60572c24355886620dbdc406ce9
    GitHub Run: https://github.com/apache/kafka/actions/runs/11824392720
---
 test-catalog/clients/tests.yaml | 5 +++--
 test-catalog/core/tests.yaml    | 1 +
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 51d78506717..bef60129191 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -996,6 +996,9 @@ 
org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumerTest:
 - testClearWakeupTriggerAfterPoll
 - testCloseAwaitPendingAsyncCommitComplete
 - testCloseAwaitPendingAsyncCommitIncomplete
+- testCloseLeavesGroup
+- testCloseLeavesGroupDespiteInterrupt
+- testCloseLeavesGroupDespiteOnPartitionsLostError
 - testCloseWithInvalidTopicException
 - testCommitAsyncUserSuppliedCallbackNoException
 - testCommitAsyncUserSuppliedCallbackWithException
@@ -1014,7 +1017,6 @@ 
org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumerTest:
 - testEnsurePollExecutedCommitAsyncCallbacks
 - testEnsureShutdownExecutedCommitAsyncCallbacks
 - testFailOnClosedConsumer
-- testFailedPartitionRevocationOnClose
 - testGroupIdNotNullAndValid
 - testGroupIdNull
 - testGroupMetadataAfterCreationWithGroupIdIsNotNull
@@ -1061,7 +1063,6 @@ 
org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumerTest:
 - testSubscriptionOnNullTopic
 - testSuccessfulStartupShutdown
 - testUnsubscribeGeneratesUnsubscribeEvent
-- testUnsubscribeOnClose
 - testUnsubscribeWithInvalidTopicException
 - testUnsubscribeWithoutGroupId
 - testVerifyApplicationEventOnShutdown
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index d4f737c4779..5fe9ddbec04 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -562,6 +562,7 @@ kafka.api.PlaintextConsumerSubscriptionTest:
 - testUnsubscribeTopic
 kafka.api.PlaintextConsumerTest:
 - testAutoOffsetReset
+- testCloseLeavesGroupOnInterrupt
 - testClusterResourceListener
 - testConsumeMessagesWithCreateTime
 - testConsumeMessagesWithLogAppendTime

Reply via email to