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

commit f27f0d7194c3f1e6009fa39d286bdc93c84d8e55
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 31 00:43:28 2024 +0000

    Update test catalog data for GHA workflow run 11602107211
---
 test-catalog/clients/tests.yaml | 8 ++++++--
 test-catalog/core/tests.yaml    | 4 ++++
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 84e68156476..99d4c48724c 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -1046,11 +1046,11 @@ 
org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumerTest:
 - testSeekToEnd
 - testSeekToEndWithException
 - testSubscribeGeneratesEvent
+- testSubscribePatternGeneratesEvent
 - testSubscribeToEmptyListActsAsUnsubscribe
 - testSubscribeToNullTopicCollection
 - testSubscriptionOnEmptyTopic
 - testSubscriptionOnNullTopic
-- testSubscriptionRegexEvalOnPollOnlyIfMetadataChanges
 - testSuccessfulStartupShutdown
 - testUnsubscribeGeneratesUnsubscribeEvent
 - testUnsubscribeOnClose
@@ -2199,7 +2199,11 @@ 
org.apache.kafka.clients.consumer.internals.events.ApplicationEventProcessorTest
 - testResetOffsetEvent
 - testSeekUnvalidatedEvent
 - testSeekUnvalidatedEventWithException
-- testSubscriptionChangeEvent
+- testTopicPatternSubscriptionChangeEvent
+- testTopicPatternSubscriptionChangeEventWithIllegalSubscriptionState
+- testTopicSubscriptionChangeEvent
+- testTopicSubscriptionChangeEventWithIllegalSubscriptionState
+- testUpdatePatternSubscriptionEventOnlyTakesEffectWhenMetadataHasNewVersion
 org.apache.kafka.clients.consumer.internals.events.CompletableEventReaperTest:
 - testCompleted
 - testCompletedAndExpired
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 4c4418f5600..858e863d1d2 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -3849,12 +3849,16 @@ kafka.server.share.SharePartitionManagerTest:
 - testReleaseSessionWithIncorrectGroupId
 - testReleaseSessionWithIncorrectMemberId
 - testReleaseSessionWithNullShareSession
+- testReplicaManagerFetchException
+- testReplicaManagerFetchMultipleSharePartitionsException
 - testReplicaManagerFetchShouldNotProceed
 - testReplicaManagerFetchShouldProceed
 - testShareFetchContextResponseSize
 - testShareFetchProcessingExceptions
 - testSharePartitionInitializationExceptions
+- testSharePartitionInitializationFailure
 - testSharePartitionKey
+- testSharePartitionPartialInitializationFailure
 - testShareSessionExpiration
 - testShareSessionUpdateTopicIdsBrokerSide
 - testSubsequentShareSession

Reply via email to