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 86586022f7b Update test catalog data for GHA workflow run 19466161362
86586022f7b is described below

commit 86586022f7baf23a95371f7a9eda612ce6727a3a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 18 15:59:13 2025 +0000

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

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index b94800fe00d..a7727d2b3fc 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -819,6 +819,7 @@ org.apache.kafka.clients.consumer.KafkaConsumerTest:
 - testCommittedAuthenticationFailure
 - testCommittedThrowsTimeoutExceptionForNoResponse
 - testConstructorClose
+- testConstructorFailsOnNetworkClientConstructorFailure
 - testConstructorInvalidMetricReporters
 - testConsumerJmxPrefix
 - testCurrentLag
@@ -1113,6 +1114,9 @@ 
org.apache.kafka.clients.consumer.internals.AcknowledgementsTest:
 - testSingleStateSingleGap
 - testSingleStateSingleRecord
 org.apache.kafka.clients.consumer.internals.ApplicationEventHandlerTest:
+- testDelayInInitializeResources
+- testFailOnInitializeResources
+- testInterruptInInitializeResources
 - testRecordApplicationEventQueueSize
 org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumerTest:
 - testAssign
@@ -2220,6 +2224,7 @@ 
org.apache.kafka.clients.consumer.internals.ShareConsumerImplTest:
 - testCloseWithInvalidTopicException
 - testCloseWithTopicAuthorizationException
 - testCompleteQuietly
+- testConstructorFailsOnNetworkClientConstructorFailure
 - testControlRecordsOnEmptyFetch
 - testEnsurePollEventSentOnConsumerPoll
 - testExplicitModeRenewAndAcknowledgeOnPoll

Reply via email to