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 6da8a8f24f1 Update test catalog data for GHA workflow run 13627959880
6da8a8f24f1 is described below

commit 6da8a8f24f1fe08531636b53e305486d1dbc2029
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 3 12:42:30 2025 +0000

    Update test catalog data for GHA workflow run 13627959880
    
    Commit: 
https://github.com/apache/kafka/commit/a24fedfba00d249bbacb1f1e139771ed196614e8
    GitHub Run: https://github.com/apache/kafka/actions/runs/13627959880
---
 test-catalog/clients/tests.yaml |  8 ++++++++
 test-catalog/core/tests.yaml    | 14 ++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 1ec4839995b..783e0277f5c 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -1886,6 +1886,12 @@ org.apache.kafka.clients.consumer.internals.FetcherTest:
 - testUpdatePositionWithLastRecordMissingFromBatch
 - testWhenFetchResponseReturnsALeaderShipChangeErrorAndNewLeaderInformation
 - testWhenFetchResponseReturnsALeaderShipChangeErrorButNoNewLeaderInformation
+org.apache.kafka.clients.consumer.internals.HeartbeatRequestStateTest:
+- testCanSendRequestAndTimeToNextHeartbeatMs
+- testOnFailedAttempt
+- testResetTimer
+- testUpdateHeartbeatIntervalMs
+- testUpdateHeartbeatIntervalMsWithSameInterval
 org.apache.kafka.clients.consumer.internals.HeartbeatTest:
 - testPollTimeout
 - testResetSession
@@ -2090,6 +2096,7 @@ 
org.apache.kafka.clients.consumer.internals.ShareConsumerImplTest:
 - testAcknowledgementCommitCallbackRegistrationEvent
 - testAcknowledgementCommitCallbackRegistrationEvent_Null
 - testBackgroundError
+- testCloseWithTopicAuthorizationException
 - testCompleteQuietly
 - testEnsurePollEventSentOnConsumerPoll
 - testFailConstructor
@@ -2109,6 +2116,7 @@ 
org.apache.kafka.clients.consumer.internals.ShareConsumerImplTest:
 - testSubscriptionOnNullTopic
 - testSuccessfulStartupShutdown
 - testUnsubscribeGeneratesUnsubscribeEvent
+- testUnsubscribeWithTopicAuthorizationException
 - testVerifyApplicationEventOnShutdown
 - testWakeupAfterEmptyFetch
 - testWakeupAfterNonEmptyFetch
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 27c808a7fb9..ab8b5c77d16 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2260,6 +2260,18 @@ kafka.server.AuthHelperTest:
 - testComputeDescribeClusterResponseV1WithUnknownEndpointType
 - testComputeDescribeClusterResponseWhereControllerIsNotFound
 - testFilterByAuthorized
+kafka.server.AutoTopicCreationManagerTest:
+- testCreateNonInternalTopic
+- testCreateOffsetTopic
+- testCreateShareStateTopic
+- testCreateStreamsInternalTopics
+- testCreateStreamsInternalTopicsPassesPrincipal
+- testCreateStreamsInternalTopicsWithDefaultConfig
+- testCreateStreamsInternalTopicsWithEmptyTopics
+- testCreateTxnTopic
+- testTopicCreationWithMetadataContextNoRetryUponUnsupportedVersion
+- testTopicCreationWithMetadataContextPassPrincipal
+- testTopicCreationWithMetadataContextWhenPrincipalSerdeNotDefined
 kafka.server.BootstrapControllersIntegrationTest:
 - testAcls
 - testAclsByControllers
@@ -2917,6 +2929,8 @@ kafka.server.KafkaApisTest:
 - testStreamsGroupHeartbeatRequestInternalTopicNames
 - testStreamsGroupHeartbeatRequestInvalidTopicNames
 - testStreamsGroupHeartbeatRequestProtocolDisabled
+- testStreamsGroupHeartbeatRequestWithInternalTopicsToCreate
+- testStreamsGroupHeartbeatRequestWithInternalTopicsToCreateMissingCreateACL
 - testStreamsGroupHeartbeatReturnsUnsupportedVersion
 - testSyncGroupProtocolTypeAndNameAreMandatorySinceV5
 - testTransactionalParametersSetCorrectly

Reply via email to