This is an automated email from the ASF dual-hosted git repository.

github-actions[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 a141b77ac0c Update test catalog data for GHA workflow run 28091374325
a141b77ac0c is described below

commit a141b77ac0cc0aea2303a5c8d3a19f7a57fa95c6
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 24 13:57:10 2026 +0000

    Update test catalog data for GHA workflow run 28091374325
    
    Commit: 
https://github.com/apache/kafka/commit/2904f5c4928cba71b2eba9135bee9e31458a920c
    GitHub Run: https://github.com/apache/kafka/actions/runs/28091374325
---
 .../clients/clients-integration-tests/tests.yaml   |  4 +++
 test-catalog/core/tests.yaml                       |  9 -------
 test-catalog/group-coordinator/tests.yaml          | 30 ++++++++++++++++++++++
 test-catalog/server/tests.yaml                     | 12 +++++++++
 4 files changed, 46 insertions(+), 9 deletions(-)

diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml 
b/test-catalog/clients/clients-integration-tests/tests.yaml
index dd6d46f15e9..f7120ba6539 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -354,6 +354,10 @@ 
org.apache.kafka.clients.consumer.ShareConsumerCallbackTest:
 - testAcknowledgementCommitCallbackSuccessfulAcknowledgementOnCommitSync
 - testAcknowledgementCommitCallbackThrowsException
 - testAcknowledgementSentOnSubscriptionChange
+org.apache.kafka.clients.consumer.ShareConsumerDLQTest:
+- testRejectedRecordsWrittenToAutoCreatedDlq
+- testRejectedRecordsWrittenToDlqWithCopyRecordDisabled
+- testReleasedRecordsExceedingDeliveryCountWrittenToDlq
 org.apache.kafka.clients.consumer.ShareConsumerDeliveryTest:
 - testAlterReadCommittedToReadUncommittedIsolationLevelWithRejectAck
 - testAlterReadCommittedToReadUncommittedIsolationLevelWithReleaseAck
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 3d5c16f5489..48b3f6d3c5b 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1210,15 +1210,6 @@ kafka.server.ApiVersionsRequestTest:
 kafka.server.ApiVersionsResponseIntegrationTest:
 - testSendV3ApiVersionsRequest
 - testSendV4ApiVersionsRequest
-kafka.server.AuthHelperTest:
-- testAuthorize
-- testComputeDescribeClusterResponseSuccess
-- testComputeDescribeClusterResponseV0WithUnexpectedEndpointType
-- testComputeDescribeClusterResponseV0WithUnknownEndpointType
-- testComputeDescribeClusterResponseV1WithUnexpectedEndpointType
-- testComputeDescribeClusterResponseV1WithUnknownEndpointType
-- testComputeDescribeClusterResponseWhereControllerIsNotFound
-- testFilterByAuthorized
 kafka.server.BrokerLifecycleManagerTest:
 - testAlwaysSendsAccumulatedOfflineDirs
 - testControlledShutdown
diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 77fbcae6a1d..a082018e24c 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -232,6 +232,18 @@ 
org.apache.kafka.coordinator.group.GroupCoordinatorServiceTest:
 - testSyncGroupWhenNotStarted
 - testSyncGroupWithException
 
org.apache.kafka.coordinator.group.GroupCoordinatorServiceTopologyDescriptionTest:
+- testCleanupCycleClearsBackoffOnPluginSuccess
+- testCleanupCycleClearsStoredEpochOnPluginSuccess
+- testCleanupCycleEmptyEligibility
+- testCleanupCycleNoOpWhenNoPlugin
+- testCleanupCyclePreservesBackoffOnPluginFailure
+- testCleanupCycleSingleFlightHoldsFlagUntilClearWriteSettles
+- testCleanupCycleSingleFlightReleasesFlagAfterCycleCompletes
+- testCleanupCycleSingleFlightReleasesFlagOnEmptyPartitionList
+- 
testCleanupCycleSingleFlightReleasesFlagOnSynchronousThrowDuringChainConstruction
+- testCleanupCycleSingleFlightSkipsConcurrentCycle
+- testCleanupCycleSkipsClearOnPluginFailure
+- testCleanupCycleSkipsFollowUpWorkOncePastShutdown
 - testDeleteGroupsMixedPluginOutcome
 - testDeleteGroupsPluginFailureReturnsGroupDeletionFailed
 - testDeleteGroupsPluginSuccessProceedsToTombstone
@@ -254,7 +266,9 @@ 
org.apache.kafka.coordinator.group.GroupCoordinatorServiceTopologyDescriptionTes
 - testHeartbeatSkipsFlagWhenFailedAtCurrentEpoch
 - testHeartbeatSkipsFlagWhenStaleTopologyStatusPresent
 - testHeartbeatSkipsFlagWhenStoredMatchesCurrent
+- testShutdownCancelsScheduledCleanupTask
 - testShutdownClosesPlugin
+- testShutdownSafeWhenNoCleanupTaskScheduled
 - testUpdateBackoffArmedWhenStoredEpochWriteFailsAfterPluginSuccess
 - testUpdateGroupDisappearsBetweenPluginSuccessAndWriteDropsBackoffEntry
 - testUpdatePermanentFailurePersistsFailedEpoch
@@ -269,8 +283,12 @@ 
org.apache.kafka.coordinator.group.GroupCoordinatorServiceTopologyDescriptionTes
 - testUpdateSuccessPersistsStoredEpoch
 - testUpdateTransientFailureWritesNoRecord
 org.apache.kafka.coordinator.group.GroupCoordinatorShardTest:
+- testCleanupGroupMetadataDefersStreamsGroupWithStoredTopologyEpoch
 - testCleanupGroupMetadataForConsumerGroup
 - testCleanupGroupMetadataForShareGroup
+- testCleanupGroupMetadataIgnoresStoredTopologyEpochWhenNoPluginConfigured
+- testCleanupGroupMetadataTombstoneStreamsGroupWithoutStoredTopologyEpoch
+- testClearStoredDescriptionTopologyEpochDelegatesToGroupMetadataManager
 - testCommitOffset
 - testCommitTransactionalOffset
 - testCompleteDeleteShareGroupOffsetsSuccess
@@ -284,6 +302,8 @@ 
org.apache.kafka.coordinator.group.GroupCoordinatorShardTest:
 - testInitiateDeleteShareGroupOffsetsNonEmptyShareGroup
 - testInitiateDeleteShareGroupOffsetsSuccess
 - testInitiateDeleteShareGroupOffsetsSuccessWithErrorTopics
+- testListStreamsGroupsNeedingTopologyCleanupFiltersByAllPredicates
+- testListStreamsGroupsNeedingTopologyCleanupSwallowsPerGroupError
 - testOnLoaded
 - testOnMetadataUpdate
 - testOnTopicsDeleted
@@ -372,6 +392,9 @@ org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
 - testClassicGroupSyncToConsumerGroupWithInconsistentGroupProtocol
 - testClassicGroupSyncToConsumerGroupWithUnknownMemberId
 - testClassicMemberJoinToConsumerGroupWithDisabledMigrationPolicy
+- testClearStoredDescriptionTopologyEpochClearsWhenEpochMatches
+- testClearStoredDescriptionTopologyEpochNoOpsForMissingGroup
+- testClearStoredDescriptionTopologyEpochNoOpsWhenEpochMismatches
 - testCombineInitMaps
 - testCompleteDeleteShareGroupOffsets
 - testCompleteDeleteShareGroupOffsetsEmptyResult
@@ -766,6 +789,13 @@ org.apache.kafka.coordinator.group.OffsetAndMetadataTest:
 org.apache.kafka.coordinator.group.OffsetExpirationConditionImplTest:
 - testIsOffsetExpired
 org.apache.kafka.coordinator.group.OffsetMetadataManagerTest:
+- testAllOffsetsExpiredReturnsFalseWhenExpirationConditionEmpty
+- testAllOffsetsExpiredReturnsFalseWhenGroupHasNoOffsetsButHasOpenTxn
+- testAllOffsetsExpiredReturnsFalseWhenOpenTxnOnPartitionWithoutCommittedOffset
+- testAllOffsetsExpiredReturnsFalseWhenPendingTransactionalOffset
+- testAllOffsetsExpiredReturnsFalseWhenSubscribedToTopic
+- testAllOffsetsExpiredReturnsTrueWhenAllOffsetsPastRetentionAndUnsubscribed
+- testAllOffsetsExpiredReturnsTrueWhenGroupHasNoOffsetsAndNoOpenTxn
 - testCleanupExpiredOffsets
 - testCleanupExpiredOffsetsEmptyOffsetExpirationCondition
 - testCleanupExpiredOffsetsGroupDoesNotExist
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index b519195bb77..539a9a10569 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -87,6 +87,18 @@ org.apache.kafka.server.AssignmentsManagerTest:
 - testStartAndShutdown
 - testSuccessfulAssignment
 - testUnSuccessfulRequestCausesRetransmission
+org.apache.kafka.server.AuthHelperTest:
+- testAuthorize
+- testComputeDescribeClusterResponseSuccess
+- testComputeDescribeClusterResponseV0WithUnexpectedEndpointType
+- testComputeDescribeClusterResponseV0WithUnknownEndpointType
+- testComputeDescribeClusterResponseV1WithUnexpectedEndpointType
+- testComputeDescribeClusterResponseV1WithUnknownEndpointType
+- testComputeDescribeClusterResponseWhereControllerIsNotFound
+- testFilterByAuthorized
+- testFilterByAuthorizedIsResilientToMismatchedAuthorizeResults
+- testPartitionByAuthorized
+- testPartitionByAuthorizedWithoutAuthorizer
 org.apache.kafka.server.BootstrapControllersIntegrationTest:
 - testAcls
 - testAclsByControllers

Reply via email to