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 baf2d65c044 Update test catalog data for GHA workflow run 12668905319
baf2d65c044 is described below
commit baf2d65c044e91d449d77d95eb499f7f5fda742c
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 8 13:49:35 2025 +0000
Update test catalog data for GHA workflow run 12668905319
Commit:
https://github.com/apache/kafka/commit/0c435e3855bda58d08e28001290ec305acdbbc64
GitHub Run: https://github.com/apache/kafka/actions/runs/12668905319
---
test-catalog/clients/tests.yaml | 17 +++++++++--
test-catalog/connect/runtime/tests.yaml | 1 +
test-catalog/core/tests.yaml | 15 +++++++---
test-catalog/group-coordinator/tests.yaml | 38 +++++++++++++++++++++++++
test-catalog/metadata/tests.yaml | 13 +++++++++
test-catalog/raft/tests.yaml | 2 ++
test-catalog/streams/tests.yaml | 1 +
test-catalog/tools/tests.yaml | 11 +++++--
test-catalog/transaction-coordinator/tests.yaml | 12 ++++++++
9 files changed, 102 insertions(+), 8 deletions(-)
diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 8bc8c7b4e82..fc3426489a0 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -822,6 +822,12 @@
org.apache.kafka.clients.consumer.KafkaShareConsumerMetricsTest:
- testClosingConsumerUnregistersConsumerMetrics
- testPollIdleRatio
- testPollTimeMetrics
+- testRegisteringCustomMetricsDoesntAffectConsumerMetrics
+- testRegisteringCustomMetricsWithSameNameDoesntAffectConsumerMetrics
+- testShouldNotCallMetricReporterMetricRemovalWithExistingConsumerMetric
+- testShouldOnlyCallMetricReporterMetricChangeOnceWithExistingConsumerMetric
+- testUnregisteringCustomMetricsWithSameNameDoesntAffectConsumerMetrics
+- testUnregisteringNonexistingMetricsDoesntCauseError
org.apache.kafka.clients.consumer.MockConsumerTest:
- endOffsetsShouldBeIdempotent
- shouldNotClearRecordsForPausedPartitions
@@ -967,6 +973,7 @@
org.apache.kafka.clients.consumer.internals.AbstractCoordinatorTest:
- testWakeupAfterJoinGroupSent
- testWakeupAfterJoinGroupSentExternalCompletion
- testWakeupAfterSyncGroupReceived
+- testWakeupAfterSyncGroupReceivedExternalCompletion
- testWakeupAfterSyncGroupSentExternalCompletion
- testWakeupFromEnsureCoordinatorReady
- testWakeupInOnJoinComplete
@@ -1181,7 +1188,8 @@
org.apache.kafka.clients.consumer.internals.ConsumerHeartbeatRequestManagerTest:
- testSkippingHeartbeat
- testSuccessfulHeartbeatTiming
- testTimerNotDue
-- testUnsupportedVersion
+- testUnsupportedVersionFromBroker
+- testUnsupportedVersionFromClient
- testValidateConsumerGroupHeartbeatRequest
- testValidateConsumerGroupHeartbeatRequestAssignmentSentWhenLocalEpochChanges
- testisExpiredByUsedForLogging
@@ -1670,6 +1678,8 @@
org.apache.kafka.clients.consumer.internals.FetchMetricsManagerTest:
- testBytesFetched
- testBytesFetchedTopic
- testLatency
+- testMaybeUpdateAssignment
+- testMaybeUpdateAssignmentWithAdditionalRegisteredMetrics
- testNodeLatency
- testPartitionLag
- testPartitionLead
@@ -2087,6 +2097,8 @@
org.apache.kafka.clients.consumer.internals.ShareHeartbeatRequestManagerTest:
- testSkippingHeartbeat
- testSuccessfulHeartbeatTiming
- testTimerNotDue
+- testUnsupportedVersionGeneratedOnTheBroker
+- testUnsupportedVersionGeneratedOnTheClient
org.apache.kafka.clients.consumer.internals.ShareMembershipManagerTest:
- testDelayedMetadataUsedToCompleteAssignment
- testFatalFailureWhenMemberAlreadyLeft
@@ -2308,6 +2320,7 @@ org.apache.kafka.clients.producer.KafkaProducerTest:
- configurableObjectsShouldSeeGeneratedClientId
- negativePartitionShouldThrow
- shouldCloseProperlyAndThrowIfInterrupted
+- shouldNotInvokeFlushInCallback
- testAbortTransaction
- testAcksAndIdempotenceForIdempotentProducers
- testCallbackAndInterceptorHandleError
@@ -4375,6 +4388,7 @@
org.apache.kafka.common.security.scram.internals.ScramSaslServerTest:
- authorizationIdNotEqualsAuthenticationId
- noAuthorizationIdSpecified
- validateFailedNonceExchange
+- validateFailedNonceExchangeWithPrependingClientNonce
- validateNonceExchange
org.apache.kafka.common.security.ssl.CommonNameLoggingSslEngineFactoryTest:
- testCarriageReturnLineFeed
@@ -4704,7 +4718,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/connect/runtime/tests.yaml
b/test-catalog/connect/runtime/tests.yaml
index 21d3b5d4c3d..933824aa824 100644
--- a/test-catalog/connect/runtime/tests.yaml
+++ b/test-catalog/connect/runtime/tests.yaml
@@ -1218,6 +1218,7 @@
org.apache.kafka.connect.storage.KafkaConfigBackingStoreTest:
- testRecordToRestartRequestOnlyFailedInconsistent
- testRemoveConnectorConfigSlowProducer
- testRestore
+- testRestoreCompactedDeletedConnector
- testRestoreConnectorDeletion
- testRestoreRestartRequestInconsistentState
- testRestoreTargetState
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index a8c8bb071c2..2395a1b06fa 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:
@@ -1132,6 +1133,7 @@ kafka.coordinator.group.GroupMetadataManagerTest:
- testGroupLoadWithConsumerAndTransactionalOffsetCommitsConsumerWins
- testGroupLoadWithConsumerAndTransactionalOffsetCommitsTransactionWins
- testGroupLoadedWithPendingCommits
+- testGroupMetadataKey
- testGroupMetadataRemoval
- testGroupMetadataRemovalWithLogAppendTime
- testGroupNotExists
@@ -1157,6 +1159,7 @@ kafka.coordinator.group.GroupMetadataManagerTest:
- testLoadWithCommittedAndAbortedTransactionalOffsetCommits
- testLogInfoFromCleanupGroupMetadata
- testMetrics
+- testOffsetCommitKey
- testOffsetExpirationOfActiveGroupSemantics
- testOffsetExpirationOfSimpleConsumer
- testOffsetExpirationSemantics
@@ -1348,8 +1351,6 @@ kafka.coordinator.transaction.TransactionLogTest:
- testReadTxnRecordKeyCanReadUnknownMessage
- testSerializeTransactionLogValueToFlexibleVersion
- testSerializeTransactionLogValueToHighestNonFlexibleVersion
-- testTransactionMetadataParsing
-- testTransactionMetadataTombstoneParsing
kafka.coordinator.transaction.TransactionMarkerChannelManagerTest:
- shouldAbortAppendToLogOnEndTxnWhenNotCoordinatorError
- shouldCompleteAppendToLogOnEndTxnWhenSendMarkersSucceed
@@ -1981,6 +1982,9 @@ kafka.network.DynamicConnectionQuotaTest:
- testDynamicListenerConnectionQuota
kafka.network.DynamicNumNetworkThreadsTest:
- testDynamicNumNetworkThreads
+kafka.network.ProcessorTest:
+- testParseRequestHeaderWithDisabledApi
+- testParseRequestHeaderWithUnsupportedApiVersion
kafka.network.RequestChannelTest:
- testAlterRequests
- testBuildEnvelopeResponse
@@ -2996,12 +3000,12 @@ kafka.server.KafkaConfigTest:
- testConsumerGroupHeartbeatIntervalValidation
- testConsumerGroupMigrationPolicy
- testConsumerGroupSessionTimeoutValidation
-- testControlPlaneListenerNameNotAllowedWithKRaft
- testControllerListenerDefinedForKRaftBroker
- testControllerListenerDefinedForKRaftController
- testControllerListenerNameDoesNotMapToPlaintextByDefaultForNonKRaft
- testControllerListenerNameMapsToPlaintextByDefaultForKRaft
- testControllerListenerNames
+- testControllerListenerNamesValidForKRaftControllerOnly
- testControllerListenersCanBeAdvertisedForKRaftCombined
- testControllerQuorumVoterStringsToNodes
- testCustomMetadataLogDir
@@ -3258,9 +3262,9 @@ kafka.server.OffsetsForLeaderEpochRequestTest:
kafka.server.PermissiveControllerMutationQuotaTest:
- testControllerMutationQuotaViolation
kafka.server.ProduceRequestTest:
-- quorum
- testCorruptLz4ProduceRequest
- testProduceToNonReplica
+- testProduceWithInvalidTimestamp
- testSimpleProduceRequest
- testZSTDProduceRequest
kafka.server.RaftClusterSnapshotTest:
@@ -3819,6 +3823,8 @@ kafka.test.api.ShareConsumerTest:
- testMultipleConsumersWithDifferentGroupIds
- testPollNoSubscribeFails
- testPollThrowsInterruptExceptionIfInterrupted
+- testShareAutoOffsetResetByDuration
+- testShareAutoOffsetResetByDurationInvalidFormat
- testShareAutoOffsetResetDefaultValue
- testShareAutoOffsetResetEarliest
- testShareAutoOffsetResetEarliestAfterLsoMovement
@@ -3854,6 +3860,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..5df24a42d24 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -780,3 +780,41 @@
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
+org.apache.kafka.coordinator.group.streams.topics.ChangelogTopicsTest:
+- shouldContainBothTypesOfPreExistingChangelogs
+- shouldContainNonSourceBasedChangelogs
+- shouldFailIfNoSourceTopics
+- shouldNotContainChangelogsForStatelessTasks
+- shouldNotContainSourceBasedChangelogs
+org.apache.kafka.coordinator.group.streams.topics.ConfiguredInternalTopicTest:
+- testAsStreamsGroupDescribeTopicInfo
+- testConstructorWithInvalidName
+- testConstructorWithNullName
+- testConstructorWithNullTopicConfigs
+- testConstructorWithZeroPartitions
+org.apache.kafka.coordinator.group.streams.topics.ConfiguredSubtopologyTest:
+- testAsStreamsGroupDescribeSubtopology
+- testConstructorWithNullRepartitionSinkTopics
+- testConstructorWithNullRepartitionSourceTopics
+- testConstructorWithNullSourceTopics
+- testConstructorWithNullStateChangelogTopics
+org.apache.kafka.coordinator.group.streams.topics.ConfiguredTopologyTest:
+- testAsStreamsGroupDescribeTopology
+- testConstructorWithInvalidTopologyEpoch
+- testConstructorWithNullInternalTopicsToBeCreated
+- testConstructorWithNullSubtopologies
+- testConstructorWithNullTopicConfigurationException
+- testIsReady
+org.apache.kafka.coordinator.group.streams.topics.TopicConfigurationExceptionTest:
+- testIncorrectlyPartitionedTopics
+- testMissingInternalTopics
+- testMissingSourceTopics
diff --git a/test-catalog/metadata/tests.yaml b/test-catalog/metadata/tests.yaml
index 32a25e8fbc4..1e8c9ea052b 100644
--- a/test-catalog/metadata/tests.yaml
+++ b/test-catalog/metadata/tests.yaml
@@ -84,6 +84,19 @@ org.apache.kafka.controller.ConfigurationControlManagerTest:
- testIncrementalAlterMultipleConfigValues
- testLegacyAlterConfigs
- testReplay
+org.apache.kafka.controller.EventPerformanceMonitorTest:
+- testDefaultPeriodNs
+- testDoNotLogFastEvent
+- testFormatNsAsDecimalMsWith100
+- testFormatNsAsDecimalMsWith123456789
+- testFormatNsAsDecimalMsWithZero
+- testGeneratePeriodicPerformanceMessageResetsState
+- testLogSlowEvent
+- testPeriodicPerformanceMessageWithNoEvents
+- testPeriodicPerformanceMessageWithOneEvent
+- testPeriodicPerformanceMessageWithThreeEvents
+- testSlowestEventWithNoEvents
+- testSlowestEventWithThreeEvents
org.apache.kafka.controller.FeatureControlManagerTest:
- testApplyMetadataVersionChangeRecord
- testCanUpgradeToHigherVersion
diff --git a/test-catalog/raft/tests.yaml b/test-catalog/raft/tests.yaml
index fd62b1fd09c..3b476b53b5b 100644
--- a/test-catalog/raft/tests.yaml
+++ b/test-catalog/raft/tests.yaml
@@ -459,6 +459,7 @@ org.apache.kafka.raft.QuorumStateTest:
- testUnattachedVotedToUnattachedVotedSameEpoch
org.apache.kafka.raft.RaftUtilTest:
- testErrorResponse
+- testFetchRequestV17Compatibility
- testSingletonBeginQuorumEpochRequestForAllVersion
- testSingletonBeginQuorumEpochResponseForAllVersion
- testSingletonDescribeQuorumRequestForAllVersion
@@ -468,6 +469,7 @@ org.apache.kafka.raft.RaftUtilTest:
- testSingletonFetchRequestForAllVersion
- testSingletonFetchResponseForAllVersion
- testSingletonFetchSnapshotRequestForAllVersion
+- testSingletonFetchSnapshotRequestV1Compatibility
- testSingletonFetchSnapshotResponseForAllVersion
- testSingletonVoteRequestForAllVersion
- testSingletonVoteResponseForAllVersion
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index a4a2cf16cf4..3f557b17726 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