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

commit a6ebc2a1d448b46377c01810bc4e8b9592c1ef09
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed May 27 22:00:25 2026 +0000

    Update test catalog data for GHA workflow run 26530778760
    
    Commit: 
https://github.com/apache/kafka/commit/80ee0a958cb7fc3b742960d3e46dd58f296d4ca9
    GitHub Run: https://github.com/apache/kafka/actions/runs/26530778760
---
 test-catalog/clients/tests.yaml                   |  9 ++++++++
 test-catalog/core/tests.yaml                      | 10 +++++++--
 test-catalog/metadata/tests.yaml                  | 11 +++++----
 test-catalog/server-common/tests.yaml             | 27 +++++++++++++++++++++++
 test-catalog/streams/integration-tests/tests.yaml |  5 +++++
 test-catalog/streams/tests.yaml                   |  3 +++
 6 files changed, 59 insertions(+), 6 deletions(-)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 686cad715d0..bbefd7df51d 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -2485,12 +2485,14 @@ 
org.apache.kafka.clients.consumer.internals.StreamsGroupHeartbeatRequestManagerT
 - testResetPollTimer
 - testResetPollTimerWhenExpired
 - testResettingHeartbeatState
+- testSendLeaveHeartbeatForStaticMember
 - testSendingHeartbeatIfHeartbeatCanBeSent
 - testSendingHeartbeatIfMemberIsJoiningOrAcknowledging
 - testSendingHeartbeatIfMemberIsLeaving
 - testSendingHeartbeatRequest
 - testSendingLeaveHeartbeatIfPollTimerExpired
 - testSendingLeaveHeartbeatRequestWhenPollTimerExpired
+- testSkipLeaveHeartbeatForRemainInGroupWithDynamicMember
 - testStreamsRebalanceDataHeartbeatIntervalMsUpdatedOnSuccess
 - testTopicAuthorizationFailedErrorResponse
 - testUnsupportedVersionFailureWhileSending
@@ -2508,11 +2510,18 @@ 
org.apache.kafka.clients.consumer.internals.StreamsMembershipManagerTest:
 - testIsGroupReadyWithMissingSourceTopicsStatus
 - testIsGroupReadyWithNoStatuses
 - testIsGroupReadyWithOtherStatuses
+- testIsLeavingGroupReturnsFalseForDynamicMemberWithRemainInGroupOperation
+- testIsLeavingGroupReturnsTrueForStaticMemberWithRemainInGroupOperation
 - testJoining
 - testLeaveGroupDuringReconciliationThenRejoin
+- testLeaveGroupEpochIsDynamicMemberEpochForStaticMemberWithLeaveGroupOperation
+- testLeaveGroupEpochIsStaticMemberEpochForStaticMember
+- testLeaveGroupEpochIsStaticMemberEpochForStaticMemberWithRemainInGroup
 - testLeaveGroupOnCloseWhenInGroupWithAssignment
 - testLeaveGroupOnCloseWhenNotInGroup
 - testLeaveGroupOnCloseWhenNotInGroupAndFenced
+- testLeaveGroupOnCloseWithRemainInGroupSkipsLeaveHeartbeat
+- testLeaveGroupOnCloseWithRemainInGroupWhenNotInGroup
 - testLeaveGroupWhenInGroupWithAssignment
 - testLeaveGroupWhenNotInGroup
 - testLeaveGroupWhenNotInGroupAndFenced
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 986c7b23bae..d713d73dbaa 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2482,8 +2482,7 @@ 
kafka.server.share.ShareCoordinatorMetadataCacheHelperImplTest:
 - testGetClusterNodesSuccess
 - testIsDlqAutoTopicCreateEnabledReturnsFalse
 - testIsDlqAutoTopicCreateEnabledReturnsTrue
-- testIsDlqEnabledOnTopicReturnsFalseValue
-- testIsDlqEnabledOnTopicReturnsFalseWhenConfigValueNotBoolean
+- testIsDlqEnabledOnTopicReturnsFalse
 - testIsDlqEnabledOnTopicReturnsFalseWhenTopicConfigEmpty
 - testIsDlqEnabledOnTopicReturnsFalseWhenTopicConfigNull
 - testIsDlqEnabledOnTopicReturnsTrue
@@ -2499,6 +2498,13 @@ 
kafka.server.share.ShareCoordinatorMetadataCacheHelperImplTest:
 - testShareGroupDlqTopicPrefixReturnsPrefix
 - testShareGroupDlqTopicReturnsEmptyWhenGroupConfigIsEmpty
 - testShareGroupDlqTopicReturnsTopicName
+- testTopicNameReturnsEmptyOnException
+- testTopicNameReturnsEmptyWhenNotPresent
+- testTopicNameReturnsNameWhenPresent
+- testTopicPartitionDataReturnsEmptyTopicIdWhenZeroUuid
+- testTopicPartitionDataReturnsFullData
+- testTopicPartitionDataWithMissingPartitionLeader
+- testTopicPartitionDataWithoutNumPartitions
 kafka.server.share.ShareFetchUtilsTest:
 - FileRecords
 - MemoryRecords
diff --git a/test-catalog/metadata/tests.yaml b/test-catalog/metadata/tests.yaml
index d0a6682d01d..c7e6d00d2bd 100644
--- a/test-catalog/metadata/tests.yaml
+++ b/test-catalog/metadata/tests.yaml
@@ -854,20 +854,22 @@ 
org.apache.kafka.metadata.authorizer.StandardAuthorizerTest:
 - testSimpleAuthorizations
 - testStartWithEarlyStartListeners
 - testTopicAclWithOperationAll
-org.apache.kafka.metadata.bootstrap.BootstrapDirectoryTest:
-- testMissingDirectory
-- testReadFromConfigurationFile
-- testReadFromEmptyConfiguration
 org.apache.kafka.metadata.bootstrap.BootstrapMetadataTest:
 - testCopyWithModifiedFeatureRecord
 - testCopyWithNewFeatureRecord
 - testFeatureLevelForFeature
 - testFeatureLevelForFeatureThatIsNotSet
 - testFeatureLevelForMetadataVersion
+- testFromCheckpointFileNotFound
+- testFromDirectoryWithLegacyBootstrapCheckpoint
 - testFromRecordsList
 - testFromRecordsListWithOldMetadataVersion
 - testFromRecordsListWithoutMetadataVersion
 - testFromVersion
+- testFromVersions
+- testFromVersionsExcludesZeroLevelFeatures
+- testMissingDirectory
+- testReadFromEmptyDirectory
 org.apache.kafka.metadata.placement.PartitionAssignmentTest:
 - testConsistentEqualsAndHashCode
 - testPartitionAssignmentReplicas
@@ -913,6 +915,7 @@ org.apache.kafka.metadata.storage.FormatterTest:
 - testInvalidFeatureFlag
 - testOneDirectoryFormattedAndOthersNotFormatted
 - testOneDirectoryFormattedAndOthersNotFormattedWithIgnoreFormatted
+- testSkipsBootstrapSnapshotWhenDisabled
 - testStandaloneWithIgnoreFormatted
 org.apache.kafka.metadata.storage.ScramParserTest:
 - testConfiguredIterations
diff --git a/test-catalog/server-common/tests.yaml 
b/test-catalog/server-common/tests.yaml
index 0bcccaa0062..d1f0e597a66 100644
--- a/test-catalog/server-common/tests.yaml
+++ b/test-catalog/server-common/tests.yaml
@@ -321,6 +321,33 @@ org.apache.kafka.server.share.SharePartitionKeyTest:
 - testValidateRejectsNull
 - testValidateRejectsTooFewSegments
 - testValidateSimpleKey
+org.apache.kafka.server.share.dlq.ShareGroupDLQStateManagerTest:
+- testConstructorRejectsNullCacheHelper
+- testConstructorRejectsNullClient
+- testConstructorRejectsNullTime
+- testConstructorRejectsNullTimer
+- testDlqCreateTopicFatalErrorFailsFuture
+- testDlqCreateTopicNoClusterNodesFailsFuture
+- testDlqCreateTopicPartialFailuresThenSucceeds
+- testDlqCreateTopicRetriesExhaustedFailsWithNetworkException
+- testDlqCreateTopicThenProduceSucceeds
+- testDlqEmptyTopicNameFailsValidation
+- testDlqExistingTopicWithoutDlqConfigFailsValidation
+- testDlqHappyPathExistingTopic
+- testDlqProduceDisconnectIsRetriedNotImmediatelyFailed
+- testDlqProduceEmptyResponseFailsFuture
+- testDlqProduceFatalErrorFailsFuture
+- testDlqProducePartialFailuresThenSucceeds
+- testDlqProduceRetriesExhaustedFailsWithNetworkException
+- testDlqResolvesSourceTopicNameViaCacheHelperWhenMissing
+- testDlqTopicMissingAndAutoCreateDisabledFailsValidation
+- testDlqTopicPrefixEmptyStringSkipsPrefixCheck
+- testDlqTopicPrefixMismatchFailsValidation
+- testDlqTopicStartingWithUnderscoreFailsValidation
+- testDlqTwoEnqueuedRecordsBothComplete
+- testDlqValidationFailureCompletesFutureBeforeStart
+- testStartIsIdempotent
+- testStopWithoutStartIsNoOp
 org.apache.kafka.server.share.persister.DefaultStatePersisterTest:
 - testDefaultPersisterClose
 - testDeleteStateResponseToResultFailedFuture
diff --git a/test-catalog/streams/integration-tests/tests.yaml 
b/test-catalog/streams/integration-tests/tests.yaml
index 7a1c1c1c60f..7d9f214accb 100644
--- a/test-catalog/streams/integration-tests/tests.yaml
+++ b/test-catalog/streams/integration-tests/tests.yaml
@@ -186,6 +186,11 @@ 
org.apache.kafka.streams.integration.KTableSourceTopicRestartIntegrationTest:
 - shouldRestoreAndProgressWhenTopicWrittenToDuringRestorationWithEosV2Enabled
 org.apache.kafka.streams.integration.KafkaStreamsCloseOptionsIntegrationTest:
 - testCloseOptions
+- testCloseOptionsDefaultClassicProtocol
+- testCloseOptionsDefaultStreamsProtocol
+- testCloseOptionsLeaveGroupStreamsProtocol
+- testCloseOptionsRemainInGroupClassicProtocol
+- testCloseOptionsRemainInGroupStreamsProtocol
 org.apache.kafka.streams.integration.KafkaStreamsTelemetryIntegrationTest:
 - passedMetricsShouldNotLeakIntoClientMetrics
 - shouldPassCorrectMetricsDynamicInstances
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index daed9633127..38695c34c12 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -2875,6 +2875,9 @@ 
org.apache.kafka.streams.processor.internals.StreamThreadTest:
 - shouldReturnNullIfProducerTelemetryDisabled
 - shouldReturnNullIfRestoreConsumerTelemetryDisabled
 - shouldReturnStandbyTaskMetadataWhileRunningState
+- shouldRouteDefaultToConsumerDefaultForStreamsProtocol
+- shouldRouteDefaultToRemainInGroupForClassicProtocol
+- shouldRouteRemainInGroupToRemainInGroupForStreamsProtocol
 - shouldShutdownTaskManagerOnClose
 - shouldShutdownTaskManagerOnCloseWithoutStart
 - shouldThrowTaskMigratedExceptionHandlingRevocation

Reply via email to