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 720a8ca3ca5 Update test catalog data for GHA workflow run 19534932585
720a8ca3ca5 is described below

commit 720a8ca3ca58cddbf9578833bcd092a1ed331f7e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 20 13:46:38 2025 +0000

    Update test catalog data for GHA workflow run 19534932585
    
    Commit: 
https://github.com/apache/kafka/commit/56c46f8315e500cc2cbfe4429f1d78be61934104
    GitHub Run: https://github.com/apache/kafka/actions/runs/19534932585
---
 test-catalog/clients/clients-integration-tests/tests.yaml | 3 +++
 test-catalog/clients/tests.yaml                           | 6 +++++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml 
b/test-catalog/clients/clients-integration-tests/tests.yaml
index d5bcf34f65d..6edaf45e59a 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -229,6 +229,7 @@ org.apache.kafka.clients.consumer.PlaintextConsumerTest:
 - testAsyncConsumeCoordinatorFailover
 - testAsyncConsumerAutoOffsetReset
 - testAsyncConsumerCloseLeavesGroupOnInterrupt
+- testAsyncConsumerCloseOnBrokerShutdown
 - testAsyncConsumerClusterResourceListener
 - testAsyncConsumerConsumeMessagesWithCreateTime
 - testAsyncConsumerConsumeMessagesWithLogAppendTime
@@ -264,6 +265,7 @@ org.apache.kafka.clients.consumer.PlaintextConsumerTest:
 - testAsyncConsumerStaticConsumerDetectsNewPartitionCreatedAfterRestart
 - testClassicConsumerAutoOffsetReset
 - testClassicConsumerCloseLeavesGroupOnInterrupt
+- testClassicConsumerCloseOnBrokerShutdown
 - testClassicConsumerClusterResourceListener
 - testClassicConsumerConsumeMessagesWithCreateTime
 - testClassicConsumerConsumeMessagesWithLogAppendTime
@@ -325,6 +327,7 @@ org.apache.kafka.clients.consumer.ShareConsumerTest:
 - testConfiguredExplicitAcknowledgeCommitSuccess
 - testConfiguredImplicitAcknowledgeExplicitAcknowledgeFails
 - testConsumerCloseInGroupSequential
+- testConsumerCloseOnBrokerShutdown
 - testControlRecordsSkipped
 - 
testDeliveryCountDifferentBehaviorWhenClosingSessionWithExplicitAcknowledgement
 - testDeliveryCountNotIncreaseAfterSessionClose
diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 33fdff320b5..9e80a01ad6a 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -161,7 +161,7 @@ org.apache.kafka.clients.admin.ConfigTest:
 - testEquals
 - testHashCodeAndEqualsWithNull
 org.apache.kafka.clients.admin.ConsumerGroupDescriptionTest:
-- testState
+- testGroupState
 org.apache.kafka.clients.admin.ConsumerGroupListingTest:
 - testState
 org.apache.kafka.clients.admin.DeleteConsumerGroupOffsetsResultTest:
@@ -461,6 +461,7 @@ org.apache.kafka.clients.admin.KafkaAdminClientTest:
 org.apache.kafka.clients.admin.ListConsumerGroupsOptionsTest:
 - testState
 org.apache.kafka.clients.admin.ListGroupsOptionsTest:
+- testConsumerGroupStates
 - testForConsumerGroups
 - testForShareGroups
 - testForStreamsGroups
@@ -2016,11 +2017,13 @@ 
org.apache.kafka.clients.consumer.internals.KafkaConsumerMetricsTest:
 - shouldRecordCommittedTime
 - shouldRemoveMetricsOnClose
 org.apache.kafka.clients.consumer.internals.NetworkClientDelegateTest:
+- testCheckDisconnectsWithOnClose
 - testEnsureCorrectCompletionTimeOnComplete
 - testEnsureCorrectCompletionTimeOnFailure
 - testEnsureTimerSetOnAdd
 - testHasAnyPendingRequests
 - testPollResultTimer
+- testPollWithOnClose
 - testPropagateMetadataError
 - testPropagateMetadataErrorWithErrorEvent
 - testRecordUnsentRequestsQueueTime
@@ -2168,6 +2171,7 @@ 
org.apache.kafka.clients.consumer.internals.ShareConsumeRequestManagerTest:
 - testAcknowledgementCommitCallbackMultiplePartitionCommitAsync
 - testBatchingAcknowledgeRequestStates
 - testCallbackHandlerConfig
+- testCloseFutureCompletedWhenMemberIdIsNull
 - testCloseInternalClosesShareFetchMetricsManager
 - testCloseShouldBeIdempotent
 - testCloseWithSubscriptionChange

Reply via email to