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 1f4b1195772 Update test catalog data for GHA workflow run 12671612894
1f4b1195772 is described below
commit 1f4b1195772e8c30432e54e70d7a2b1815a75dbf
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 8 16:08:55 2025 +0000
Update test catalog data for GHA workflow run 12671612894
Commit:
https://github.com/apache/kafka/commit/0721d21a57ee74c8faab8cab5ec2c06007629689
GitHub Run: https://github.com/apache/kafka/actions/runs/12671612894
---
test-catalog/clients/tests.yaml | 16 +++++++++--
test-catalog/connect/runtime/tests.yaml | 1 +
test-catalog/core/tests.yaml | 14 +++++++--
test-catalog/group-coordinator/tests.yaml | 38 +++++++++++++++++++++++++
test-catalog/metadata/tests.yaml | 13 +++++++++
test-catalog/raft/tests.yaml | 13 +++++++++
test-catalog/streams/tests.yaml | 1 +
test-catalog/tools/tests.yaml | 11 +++++--
test-catalog/transaction-coordinator/tests.yaml | 12 ++++++++
9 files changed, 112 insertions(+), 7 deletions(-)
diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 7e6d17ca952..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
@@ -4705,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 658a3eb8d9a..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
@@ -3001,6 +3005,7 @@ kafka.server.KafkaConfigTest:
- testControllerListenerNameDoesNotMapToPlaintextByDefaultForNonKRaft
- testControllerListenerNameMapsToPlaintextByDefaultForKRaft
- testControllerListenerNames
+- testControllerListenerNamesValidForKRaftControllerOnly
- testControllerListenersCanBeAdvertisedForKRaftCombined
- testControllerQuorumVoterStringsToNodes
- testCustomMetadataLogDir
@@ -3257,9 +3262,9 @@ kafka.server.OffsetsForLeaderEpochRequestTest:
kafka.server.PermissiveControllerMutationQuotaTest:
- testControllerMutationQuotaViolation
kafka.server.ProduceRequestTest:
-- quorum
- testCorruptLz4ProduceRequest
- testProduceToNonReplica
+- testProduceWithInvalidTimestamp
- testSimpleProduceRequest
- testZSTDProduceRequest
kafka.server.RaftClusterSnapshotTest:
@@ -3818,6 +3823,8 @@ kafka.test.api.ShareConsumerTest:
- testMultipleConsumersWithDifferentGroupIds
- testPollNoSubscribeFails
- testPollThrowsInterruptExceptionIfInterrupted
+- testShareAutoOffsetResetByDuration
+- testShareAutoOffsetResetByDurationInvalidFormat
- testShareAutoOffsetResetDefaultValue
- testShareAutoOffsetResetEarliest
- testShareAutoOffsetResetEarliestAfterLsoMovement
@@ -3853,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..b378cad2e7f 100644
--- a/test-catalog/raft/tests.yaml
+++ b/test-catalog/raft/tests.yaml
@@ -457,8 +457,17 @@ org.apache.kafka.raft.QuorumStateTest:
- testUnattachedVotedToUnattachedHigherEpoch
- testUnattachedVotedToUnattachedSameEpoch
- testUnattachedVotedToUnattachedVotedSameEpoch
+org.apache.kafka.raft.RaftEventSimulationTest:
+- canElectInitialLeader
+- canElectNewLeaderAfterOldLeaderFailure
+- canElectNewLeaderAfterOldLeaderPartitionedAway
+- canMakeProgressAfterBackToBackLeaderFailures
+- canMakeProgressIfMajorityIsReachable
+- canRecoverAfterAllNodesKilled
+- canRecoverFromSingleNodeCommittedDataLoss
org.apache.kafka.raft.RaftUtilTest:
- testErrorResponse
+- testFetchRequestV17Compatibility
- testSingletonBeginQuorumEpochRequestForAllVersion
- testSingletonBeginQuorumEpochResponseForAllVersion
- testSingletonDescribeQuorumRequestForAllVersion
@@ -468,6 +477,7 @@ org.apache.kafka.raft.RaftUtilTest:
- testSingletonFetchRequestForAllVersion
- testSingletonFetchResponseForAllVersion
- testSingletonFetchSnapshotRequestForAllVersion
+- testSingletonFetchSnapshotRequestV1Compatibility
- testSingletonFetchSnapshotResponseForAllVersion
- testSingletonVoteRequestForAllVersion
- testSingletonVoteResponseForAllVersion
@@ -577,7 +587,10 @@ org.apache.kafka.raft.internals.RecordsIteratorTest:
- testControlRecordIterationWithKraftVersion0
- testControlRecordIterationWithKraftVersion1
- testControlRecordTypeValues
+- testCrcValidation
- testEmptyRecords
+- testFileRecords
+- testMemoryRecords
- testWithAllSupportedControlRecords
org.apache.kafka.raft.internals.ThresholdPurgatoryTest:
- testCompleteAll
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