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 78f375cc48d Update test catalog data for GHA workflow run 19051258489
78f375cc48d is described below

commit 78f375cc48d734da87d370837e3c117906bea633
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 4 00:51:31 2025 +0000

    Update test catalog data for GHA workflow run 19051258489
    
    Commit: 
https://github.com/apache/kafka/commit/72532b6f738d2582354232d061d4d37ae5b52bee
    GitHub Run: https://github.com/apache/kafka/actions/runs/19051258489
---
 test-catalog/clients/tests.yaml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 7c74df556a5..a50aefec0e6 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -1188,8 +1188,6 @@ 
org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumerTest:
 - testReaperInvokedInPoll
 - testReaperInvokedInUnsubscribe
 - testRecordBackgroundEventQueueSizeAndBackgroundEventQueueTime
-- testRefreshCommittedOffsetsNotCalledIfNoGroupId
-- testRefreshCommittedOffsetsShouldNotResetIfFailedWithTimeout
 - testSeekToBeginning
 - testSeekToBeginningWithException
 - testSeekToEnd
@@ -1208,7 +1206,6 @@ 
org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumerTest:
 - testSuccessfulStartupShutdown
 - testUnsubscribeGeneratesUnsubscribeEvent
 - testUnsubscribeWithoutGroupId
-- testUpdatePatternSubscriptionEventGeneratedOnlyIfPatternUsed
 - testVerifyApplicationEventOnShutdown
 - testWakeupAfterEmptyFetch
 - testWakeupAfterNonEmptyFetch
@@ -2636,14 +2633,16 @@ 
org.apache.kafka.clients.consumer.internals.events.ApplicationEventProcessorTest
 - testAsyncCommitEventWithEmptyOffsets
 - testAsyncCommitEventWithException
 - testAsyncCommitEventWithoutCommitRequestManager
+- testAsyncPollEvent
 - testFetchCommittedOffsetsEvent
 - testListOffsetsEventIsProcessed
-- testPollEvent
 - testPrepClosingCommitEvents
 - testProcessUnsubscribeEventWithGroupId
 - testProcessUnsubscribeEventWithoutGroupId
 - testR2JPatternSubscriptionEventFailureWithMixedSubscriptionType
 - testR2JPatternSubscriptionEventSuccess
+- testRefreshCommittedOffsetsNotCalledIfNoGroupId
+- testRefreshCommittedOffsetsShouldNotResetIfFailedWithTimeout
 - testResetOffsetEvent
 - testSeekUnvalidatedEvent
 - testSeekUnvalidatedEventWithException
@@ -2663,6 +2662,9 @@ 
org.apache.kafka.clients.consumer.internals.events.ApplicationEventProcessorTest
 - testTopicSubscriptionChangeEvent
 - testTopicSubscriptionChangeEventWithIllegalSubscriptionState
 - testUpdatePatternSubscriptionEventOnlyTakesEffectWhenMetadataHasNewVersion
+- testUpdatePatternSubscriptionInvokedWhenMetadataUpdated
+- testUpdatePatternSubscriptionNotInvokedWhenMetadataNotUpdated
+- testUpdatePatternSubscriptionNotInvokedWhenNotUsingPatternSubscription
 org.apache.kafka.clients.consumer.internals.events.CompletableEventReaperTest:
 - testCompleted
 - testCompletedAndExpired

Reply via email to