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

commit a995594d7ec121175494e82da124b61f3c9018cf
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 17 10:58:43 2025 +0000

    Update test catalog data for GHA workflow run 16340293057
    
    Commit: 
https://github.com/apache/kafka/commit/e8e4e0b6dba77837d7fd97821e10dbee46a4e16e
    GitHub Run: https://github.com/apache/kafka/actions/runs/16340293057
---
 test-catalog/coordinator-common/tests.yaml | 3 +++
 test-catalog/core/tests.yaml               | 8 ++++++++
 test-catalog/metadata/tests.yaml           | 2 ++
 test-catalog/server/tests.yaml             | 2 ++
 test-catalog/tools/tests.yaml              | 1 +
 5 files changed, 16 insertions(+)

diff --git a/test-catalog/coordinator-common/tests.yaml 
b/test-catalog/coordinator-common/tests.yaml
index 39e89dddfdb..09789cdc9f1 100644
--- a/test-catalog/coordinator-common/tests.yaml
+++ b/test-catalog/coordinator-common/tests.yaml
@@ -28,11 +28,14 @@ 
org.apache.kafka.coordinator.common.runtime.CoordinatorRuntimeMetricsImplTest:
 - testUpdateNumPartitionsMetrics
 org.apache.kafka.coordinator.common.runtime.CoordinatorRuntimeTest:
 - testAppendRecordBatchSize
+- testBufferShrinkWhenMaxMessageSizeReducedBelowInitialBufferSize
 - testCancelTimer
 - testClose
 - testCompleteTransactionEventCompletesOnlyOnce
 - 
testCoordinatorCompleteTransactionEventWriteTimeoutTaskIsCancelledWhenHighWatermarkIsUpdated
+- testCoordinatorDoNotRetainBufferLargeThanMaxMessageSize
 - testCoordinatorExecutor
+- testCoordinatorRetainExpandedBufferLessOrEqualToMaxMessageSize
 - testEmptyBatch
 - testHighWatermarkUpdate
 - testHighWatermarkUpdateWithDeferredEventExceptions
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 7646dc1a705..626a2a7d10a 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1805,6 +1805,8 @@ kafka.server.DelayedRemoteFetchTest:
 - testErrorLogReadInfo
 - testFetch
 - testFollowerFetch
+- testMultiplePartitions
+- testMultiplePartitionsWithFailedResults
 - testNotLeaderOrFollower
 - testRequestExpiry
 kafka.server.DelegationTokenRequestsOnPlainTextTest:
@@ -2156,6 +2158,7 @@ kafka.server.KafkaApisTest:
 - testHandleShareAcknowledgeRequestBatchValidationError
 - testHandleShareAcknowledgeRequestGroupAuthorizationError
 - testHandleShareAcknowledgeRequestInvalidRequestOnInitialEpoch
+- testHandleShareAcknowledgeRequestQuotaTagsVerification
 - testHandleShareAcknowledgeRequestReleaseAcquiredRecordsThrowError
 - testHandleShareAcknowledgeRequestSessionNotFound
 - testHandleShareAcknowledgeRequestSuccess
@@ -2173,6 +2176,7 @@ kafka.server.KafkaApisTest:
 - testHandleShareFetchRequestInvalidRequestOnFinalEpoch
 - testHandleShareFetchRequestInvalidRequestOnInitialEpoch
 - testHandleShareFetchRequestInvalidShareSessionError
+- testHandleShareFetchRequestQuotaTagsVerification
 - testHandleShareFetchRequestReleaseAcquiredRecordsThrowError
 - testHandleShareFetchRequestShareSessionNotFoundError
 - testHandleShareFetchRequestShareSessionSuccessfullyEstablished
@@ -2181,6 +2185,7 @@ kafka.server.KafkaApisTest:
 - testHandleShareFetchRequestSuccessfulShareSessionLifecycle
 - testHandleShareFetchRequestWhenShareSessionCacheIsFull
 - testHandleShareFetchShareGroupDisabled
+- testHandleShareFetchWithAcknowledgementQuotaTagsVerification
 - testHandleSyncGroupRequest
 - testHandleSyncGroupRequestAuthenticationFailed
 - testHandleSyncGroupRequestFutureFailed
@@ -2662,6 +2667,7 @@ kafka.server.ReplicaManagerTest:
 - testMaybeAddLogDirFetchers
 - testMaybeAddLogDirFetchersPausingCleaning
 - testMonitorableReplicaSelector
+- testMultipleRemoteFetchesInOneFetchRequest
 - testNotCallStopPartitionsForNonTieredTopics
 - testOffsetOutOfRangeExceptionWhenFetchMessages
 - testOffsetOutOfRangeExceptionWhenReadFromLog
@@ -2712,6 +2718,8 @@ kafka.server.RequestQuotaTest:
 - testResponseThrottleTime
 - testResponseThrottleTimeWhenBothFetchAndRequestQuotasViolated
 - testResponseThrottleTimeWhenBothProduceAndRequestQuotasViolated
+- testResponseThrottleTimeWhenBothShareFetchAndRequestQuotasViolated
+- testShareFetchUsesSameFetchSensor
 - testUnauthorizedThrottle
 - testUnthrottledClient
 kafka.server.SaslApiVersionsRequestTest:
diff --git a/test-catalog/metadata/tests.yaml b/test-catalog/metadata/tests.yaml
index 7254dbd9b2b..688f0d67d74 100644
--- a/test-catalog/metadata/tests.yaml
+++ b/test-catalog/metadata/tests.yaml
@@ -489,6 +489,7 @@ org.apache.kafka.image.loader.MetadataLoaderTest:
 - testCatchingUpState
 - testCreateAndClose
 - testInstallPublishers
+- testKRaftVersionFinalizedLevelMetric
 - testLastAppliedOffset
 - testLoadEmptyBatch
 - testLoadEmptySnapshot
@@ -500,6 +501,7 @@ org.apache.kafka.image.loader.MetadataLoaderTest:
 - testRemovePublisher
 - testSnapshotDuringTransaction
 org.apache.kafka.image.loader.metrics.MetadataLoaderMetricsTest:
+- testFinalizedFeatureLevelMetrics
 - testInitialValueOfCurrentControllerId
 - testManagedMetrics
 - testMetricNames
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index 22c6cc6ba51..08ca4454c0d 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -152,6 +152,8 @@ 
org.apache.kafka.server.metrics.ForwardingManagerMetricsTest:
 org.apache.kafka.server.metrics.LinuxIoMetricsCollectorTest:
 - testReadProcFile
 - testUnableToReadNonexistentProcFile
+org.apache.kafka.server.metrics.NodeMetricsTest:
+- testMetricsExported
 org.apache.kafka.server.purgatory.DelayedFutureTest:
 - testDelayedFuture
 org.apache.kafka.server.quota.ThrottledChannelTest:
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index a07dbb2c97c..762089c22d5 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -654,6 +654,7 @@ 
org.apache.kafka.tools.consumer.group.DeleteOffsetsConsumerGroupCommandIntegrati
 - testDeleteOffsetsOfStableConsumerGroupWithUnknownTopicPartition
 org.apache.kafka.tools.consumer.group.DescribeConsumerGroupTest:
 - testDescribeAllExistingGroups
+- testDescribeConsumerGroupWithoutLeaders
 - testDescribeExistingGroupWithNoMembers
 - testDescribeExistingGroups
 - testDescribeGroupMemberWithMigration

Reply via email to