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

commit dfedded29fe93611eac030af1dd17a6c7455eca2
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 6 08:26:24 2025 +0000

    Update test catalog data for GHA workflow run 12627443303
    
    Commit: 
https://github.com/apache/kafka/commit/b9354d68866249141a2b77ffded1d49fc9b6d378
    GitHub Run: https://github.com/apache/kafka/actions/runs/12627443303
---
 test-catalog/clients/tests.yaml                 |  9 +++++++--
 test-catalog/core/tests.yaml                    | 14 +++++++++++---
 test-catalog/group-coordinator/tests.yaml       |  9 +++++++++
 test-catalog/streams/tests.yaml                 |  1 +
 test-catalog/tools/tests.yaml                   | 11 +++++++++--
 test-catalog/transaction-coordinator/tests.yaml | 12 ++++++++++++
 6 files changed, 49 insertions(+), 7 deletions(-)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 8bc8c7b4e82..7c16b149041 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -967,6 +967,7 @@ 
org.apache.kafka.clients.consumer.internals.AbstractCoordinatorTest:
 - testWakeupAfterJoinGroupSent
 - testWakeupAfterJoinGroupSentExternalCompletion
 - testWakeupAfterSyncGroupReceived
+- testWakeupAfterSyncGroupReceivedExternalCompletion
 - testWakeupAfterSyncGroupSentExternalCompletion
 - testWakeupFromEnsureCoordinatorReady
 - testWakeupInOnJoinComplete
@@ -1181,7 +1182,8 @@ 
org.apache.kafka.clients.consumer.internals.ConsumerHeartbeatRequestManagerTest:
 - testSkippingHeartbeat
 - testSuccessfulHeartbeatTiming
 - testTimerNotDue
-- testUnsupportedVersion
+- testUnsupportedVersionFromBroker
+- testUnsupportedVersionFromClient
 - testValidateConsumerGroupHeartbeatRequest
 - testValidateConsumerGroupHeartbeatRequestAssignmentSentWhenLocalEpochChanges
 - testisExpiredByUsedForLogging
@@ -1670,6 +1672,8 @@ 
org.apache.kafka.clients.consumer.internals.FetchMetricsManagerTest:
 - testBytesFetched
 - testBytesFetchedTopic
 - testLatency
+- testMaybeUpdateAssignment
+- testMaybeUpdateAssignmentWithAdditionalRegisteredMetrics
 - testNodeLatency
 - testPartitionLag
 - testPartitionLead
@@ -2087,6 +2091,8 @@ 
org.apache.kafka.clients.consumer.internals.ShareHeartbeatRequestManagerTest:
 - testSkippingHeartbeat
 - testSuccessfulHeartbeatTiming
 - testTimerNotDue
+- testUnsupportedVersionGeneratedOnTheBroker
+- testUnsupportedVersionGeneratedOnTheClient
 org.apache.kafka.clients.consumer.internals.ShareMembershipManagerTest:
 - testDelayedMetadataUsedToCompleteAssignment
 - testFatalFailureWhenMemberAlreadyLeft
@@ -4704,7 +4710,6 @@ org.apache.kafka.common.utils.ConfigUtilsTest:
 - testConfigMapToRedactedStringWithSecrets
 - testGetBoolean
 org.apache.kafka.common.utils.Crc32CTest:
-- testUpdate
 - testValue
 org.apache.kafka.common.utils.ExitTest:
 - shouldAddShutdownHookImmediately
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index b691caff35e..ad8364d9971 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -804,6 +804,7 @@ kafka.clients.consumer.ConsumerIntegrationTest:
 - testFetchPartitionsAfterFailedListenerWithGroupProtocolConsumer
 - testFetchPartitionsWithAlwaysFailedListenerWithGroupProtocolClassic
 - testFetchPartitionsWithAlwaysFailedListenerWithGroupProtocolConsumer
+- testLeaderEpoch
 kafka.cluster.AssignmentStateTest:
 - testPartitionAssignmentStatus
 kafka.cluster.BrokerEndPointTest:
@@ -1133,6 +1134,7 @@ kafka.coordinator.group.GroupMetadataManagerTest:
 - testGroupLoadWithConsumerAndTransactionalOffsetCommitsConsumerWins
 - testGroupLoadWithConsumerAndTransactionalOffsetCommitsTransactionWins
 - testGroupLoadedWithPendingCommits
+- testGroupMetadataKey
 - testGroupMetadataRemoval
 - testGroupMetadataRemovalWithLogAppendTime
 - testGroupNotExists
@@ -1158,6 +1160,7 @@ kafka.coordinator.group.GroupMetadataManagerTest:
 - testLoadWithCommittedAndAbortedTransactionalOffsetCommits
 - testLogInfoFromCleanupGroupMetadata
 - testMetrics
+- testOffsetCommitKey
 - testOffsetExpirationOfActiveGroupSemantics
 - testOffsetExpirationOfSimpleConsumer
 - testOffsetExpirationSemantics
@@ -1352,8 +1355,6 @@ kafka.coordinator.transaction.TransactionLogTest:
 - testReadTxnRecordKeyCanReadUnknownMessage
 - testSerializeTransactionLogValueToFlexibleVersion
 - testSerializeTransactionLogValueToHighestNonFlexibleVersion
-- testTransactionMetadataParsing
-- testTransactionMetadataTombstoneParsing
 kafka.coordinator.transaction.TransactionMarkerChannelManagerTest:
 - shouldAbortAppendToLogOnEndTxnWhenNotCoordinatorError
 - shouldCompleteAppendToLogOnEndTxnWhenSendMarkersSucceed
@@ -1985,6 +1986,9 @@ kafka.network.DynamicConnectionQuotaTest:
 - testDynamicListenerConnectionQuota
 kafka.network.DynamicNumNetworkThreadsTest:
 - testDynamicNumNetworkThreads
+kafka.network.ProcessorTest:
+- testParseRequestHeaderWithDisabledApi
+- testParseRequestHeaderWithUnsupportedApiVersion
 kafka.network.RequestChannelTest:
 - testAlterRequests
 - testBuildEnvelopeResponse
@@ -3040,6 +3044,7 @@ kafka.server.KafkaConfigTest:
 - testControllerListenerNameDoesNotMapToPlaintextByDefaultForNonKRaft
 - testControllerListenerNameMapsToPlaintextByDefaultForKRaft
 - testControllerListenerNames
+- testControllerListenerNamesValidForKRaftControllerOnly
 - testControllerListenersCanBeAdvertisedForKRaftCombined
 - testControllerQuorumVoterStringsToNodes
 - testCustomMetadataLogDir
@@ -3296,9 +3301,9 @@ kafka.server.OffsetsForLeaderEpochRequestTest:
 kafka.server.PermissiveControllerMutationQuotaTest:
 - testControllerMutationQuotaViolation
 kafka.server.ProduceRequestTest:
-- quorum
 - testCorruptLz4ProduceRequest
 - testProduceToNonReplica
+- testProduceWithInvalidTimestamp
 - testSimpleProduceRequest
 - testZSTDProduceRequest
 kafka.server.RaftClusterSnapshotTest:
@@ -3867,6 +3872,8 @@ kafka.test.api.ShareConsumerTest:
 - testMultipleConsumersWithDifferentGroupIds
 - testPollNoSubscribeFails
 - testPollThrowsInterruptExceptionIfInterrupted
+- testShareAutoOffsetResetByDuration
+- testShareAutoOffsetResetByDurationInvalidFormat
 - testShareAutoOffsetResetDefaultValue
 - testShareAutoOffsetResetEarliest
 - testShareAutoOffsetResetEarliestAfterLsoMovement
@@ -3902,6 +3909,7 @@ kafka.tools.DumpLogSegmentsTest:
 - testPrintDataLog
 - testPrintDataLogPartialBatches
 - testShareGroupStateMessageParser
+- testTransactionLogMessageParser
 kafka.tools.StorageToolTest:
 - testBootstrapScramRecords
 - testConfigToLogDirectories
diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 5a03947ba5e..bfa218609d8 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -780,3 +780,12 @@ 
org.apache.kafka.coordinator.group.modern.share.ShareGroupTest:
 - testValidateOffsetCommit
 - testValidateOffsetDelete
 - testValidateOffsetFetch
+org.apache.kafka.coordinator.group.streams.assignor.GroupSpecImplTest:
+- testMembers
+org.apache.kafka.coordinator.group.streams.assignor.MockAssignorTest:
+- testBasicScenario
+- testDoubleAssignment
+- testSingleMember
+- testTwoMembersTwoSubtopologies
+- testTwoMembersTwoSubtopologiesStickiness
+- testZeroMembers
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 3f4b4503957..332b2260b01 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -178,6 +178,7 @@ org.apache.kafka.streams.StreamsBuilderTest:
 - shouldWrapProcessorsForStreamStreamSelfJoinWithSharedStoreOptimization
 - shouldWrapProcessorsForStreamTableJoin
 - shouldWrapProcessorsForStreamTableJoinWithGracePeriod
+- shouldWrapProcessorsForSuppress
 - shouldWrapProcessorsForTableAggregate
 - shouldWrapProcessorsForTableReduce
 - shouldWrapProcessorsForTableTableInnerJoin
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index 3e3f3f02880..f33dd3f0694 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -619,8 +619,15 @@ 
org.apache.kafka.tools.consumer.group.SaslClientsWithInvalidCredentialsTest:
 - testConsumerGroupServiceWithAuthenticationFailure
 - testConsumerGroupServiceWithAuthenticationSuccess
 org.apache.kafka.tools.consumer.group.ShareGroupCommandTest:
-- testDescribeShareGroups
-- testDescribeShareGroupsGetOffsets
+- testDescribeMembersOfAllExistingGroups
+- testDescribeMembersOfExistingGroup
+- testDescribeNonexistentGroup
+- testDescribeOffsetsOfAllExistingGroups
+- testDescribeOffsetsOfExistingGroup
+- testDescribeShareGroupsInvalidVerboseOption
+- testDescribeShareGroupsOffsetsInvalidVerboseOption
+- testDescribeStateOfExistingGroup
+- testDescribeStatesOfAllExistingGroups
 - testGroupStatesFromString
 - testListShareGroups
 - testListShareGroupsWithStates
diff --git a/test-catalog/transaction-coordinator/tests.yaml 
b/test-catalog/transaction-coordinator/tests.yaml
index ebb5cb60758..92f8f490465 100644
--- a/test-catalog/transaction-coordinator/tests.yaml
+++ b/test-catalog/transaction-coordinator/tests.yaml
@@ -3,6 +3,18 @@ org.apache.kafka.coordinator.transaction.ProducerIdManagerTest:
 - testInvalidRanges
 - testRetryBackoff
 - testUnrecoverableErrors
+org.apache.kafka.coordinator.transaction.TransactionCoordinatorRecordSerdeTest:
+- testDeserialize
+- testDeserializeAllRecordTypes
+- testDeserializeWithInvalidKeyBytes
+- testDeserializeWithInvalidRecordType
+- testDeserializeWithInvalidValueBytes
+- testDeserializeWithKeyEmptyBuffer
+- testDeserializeWithTombstoneForValue
+- testDeserializeWithValueEmptyBuffer
+- testSerializeKey
+- testSerializeNullValue
+- testSerializeValue
 org.apache.kafka.coordinator.transaction.TransactionLogConfigTest:
 - ShouldDefineAllConfigInConfigDef
 - ShouldGetDynamicValueFromAbstractConfig

Reply via email to