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 951209c9243 Update test catalog data for GHA workflow run 12668956764
951209c9243 is described below

commit 951209c92432e2233d25011c670a78e75781bef7
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 8 13:59:25 2025 +0000

    Update test catalog data for GHA workflow run 12668956764
    
    Commit: 
https://github.com/apache/kafka/commit/236e40b6cb67d8e91bfb108d42b782c3b3710ad2
    GitHub Run: https://github.com/apache/kafka/actions/runs/12668956764
---
 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                    |  2 --
 test-catalog/streams/tests.yaml                 |  1 -
 test-catalog/tools/tests.yaml                   | 11 ++-----
 test-catalog/transaction-coordinator/tests.yaml | 12 --------
 9 files changed, 7 insertions(+), 101 deletions(-)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index fc3426489a0..7e6d17ca952 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -822,12 +822,6 @@ 
org.apache.kafka.clients.consumer.KafkaShareConsumerMetricsTest:
 - testClosingConsumerUnregistersConsumerMetrics
 - testPollIdleRatio
 - testPollTimeMetrics
-- testRegisteringCustomMetricsDoesntAffectConsumerMetrics
-- testRegisteringCustomMetricsWithSameNameDoesntAffectConsumerMetrics
-- testShouldNotCallMetricReporterMetricRemovalWithExistingConsumerMetric
-- testShouldOnlyCallMetricReporterMetricChangeOnceWithExistingConsumerMetric
-- testUnregisteringCustomMetricsWithSameNameDoesntAffectConsumerMetrics
-- testUnregisteringNonexistingMetricsDoesntCauseError
 org.apache.kafka.clients.consumer.MockConsumerTest:
 - endOffsetsShouldBeIdempotent
 - shouldNotClearRecordsForPausedPartitions
@@ -973,7 +967,6 @@ 
org.apache.kafka.clients.consumer.internals.AbstractCoordinatorTest:
 - testWakeupAfterJoinGroupSent
 - testWakeupAfterJoinGroupSentExternalCompletion
 - testWakeupAfterSyncGroupReceived
-- testWakeupAfterSyncGroupReceivedExternalCompletion
 - testWakeupAfterSyncGroupSentExternalCompletion
 - testWakeupFromEnsureCoordinatorReady
 - testWakeupInOnJoinComplete
@@ -1188,8 +1181,7 @@ 
org.apache.kafka.clients.consumer.internals.ConsumerHeartbeatRequestManagerTest:
 - testSkippingHeartbeat
 - testSuccessfulHeartbeatTiming
 - testTimerNotDue
-- testUnsupportedVersionFromBroker
-- testUnsupportedVersionFromClient
+- testUnsupportedVersion
 - testValidateConsumerGroupHeartbeatRequest
 - testValidateConsumerGroupHeartbeatRequestAssignmentSentWhenLocalEpochChanges
 - testisExpiredByUsedForLogging
@@ -1678,8 +1670,6 @@ 
org.apache.kafka.clients.consumer.internals.FetchMetricsManagerTest:
 - testBytesFetched
 - testBytesFetchedTopic
 - testLatency
-- testMaybeUpdateAssignment
-- testMaybeUpdateAssignmentWithAdditionalRegisteredMetrics
 - testNodeLatency
 - testPartitionLag
 - testPartitionLead
@@ -2097,8 +2087,6 @@ 
org.apache.kafka.clients.consumer.internals.ShareHeartbeatRequestManagerTest:
 - testSkippingHeartbeat
 - testSuccessfulHeartbeatTiming
 - testTimerNotDue
-- testUnsupportedVersionGeneratedOnTheBroker
-- testUnsupportedVersionGeneratedOnTheClient
 org.apache.kafka.clients.consumer.internals.ShareMembershipManagerTest:
 - testDelayedMetadataUsedToCompleteAssignment
 - testFatalFailureWhenMemberAlreadyLeft
@@ -2320,7 +2308,6 @@ org.apache.kafka.clients.producer.KafkaProducerTest:
 - configurableObjectsShouldSeeGeneratedClientId
 - negativePartitionShouldThrow
 - shouldCloseProperlyAndThrowIfInterrupted
-- shouldNotInvokeFlushInCallback
 - testAbortTransaction
 - testAcksAndIdempotenceForIdempotentProducers
 - testCallbackAndInterceptorHandleError
@@ -4718,6 +4705,7 @@ 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 933824aa824..21d3b5d4c3d 100644
--- a/test-catalog/connect/runtime/tests.yaml
+++ b/test-catalog/connect/runtime/tests.yaml
@@ -1218,7 +1218,6 @@ 
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 2395a1b06fa..658a3eb8d9a 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -804,7 +804,6 @@ kafka.clients.consumer.ConsumerIntegrationTest:
 - testFetchPartitionsAfterFailedListenerWithGroupProtocolConsumer
 - testFetchPartitionsWithAlwaysFailedListenerWithGroupProtocolClassic
 - testFetchPartitionsWithAlwaysFailedListenerWithGroupProtocolConsumer
-- testLeaderEpoch
 kafka.cluster.AssignmentStateTest:
 - testPartitionAssignmentStatus
 kafka.cluster.BrokerEndPointTest:
@@ -1133,7 +1132,6 @@ kafka.coordinator.group.GroupMetadataManagerTest:
 - testGroupLoadWithConsumerAndTransactionalOffsetCommitsConsumerWins
 - testGroupLoadWithConsumerAndTransactionalOffsetCommitsTransactionWins
 - testGroupLoadedWithPendingCommits
-- testGroupMetadataKey
 - testGroupMetadataRemoval
 - testGroupMetadataRemovalWithLogAppendTime
 - testGroupNotExists
@@ -1159,7 +1157,6 @@ kafka.coordinator.group.GroupMetadataManagerTest:
 - testLoadWithCommittedAndAbortedTransactionalOffsetCommits
 - testLogInfoFromCleanupGroupMetadata
 - testMetrics
-- testOffsetCommitKey
 - testOffsetExpirationOfActiveGroupSemantics
 - testOffsetExpirationOfSimpleConsumer
 - testOffsetExpirationSemantics
@@ -1351,6 +1348,8 @@ kafka.coordinator.transaction.TransactionLogTest:
 - testReadTxnRecordKeyCanReadUnknownMessage
 - testSerializeTransactionLogValueToFlexibleVersion
 - testSerializeTransactionLogValueToHighestNonFlexibleVersion
+- testTransactionMetadataParsing
+- testTransactionMetadataTombstoneParsing
 kafka.coordinator.transaction.TransactionMarkerChannelManagerTest:
 - shouldAbortAppendToLogOnEndTxnWhenNotCoordinatorError
 - shouldCompleteAppendToLogOnEndTxnWhenSendMarkersSucceed
@@ -1982,9 +1981,6 @@ kafka.network.DynamicConnectionQuotaTest:
 - testDynamicListenerConnectionQuota
 kafka.network.DynamicNumNetworkThreadsTest:
 - testDynamicNumNetworkThreads
-kafka.network.ProcessorTest:
-- testParseRequestHeaderWithDisabledApi
-- testParseRequestHeaderWithUnsupportedApiVersion
 kafka.network.RequestChannelTest:
 - testAlterRequests
 - testBuildEnvelopeResponse
@@ -3005,7 +3001,6 @@ kafka.server.KafkaConfigTest:
 - testControllerListenerNameDoesNotMapToPlaintextByDefaultForNonKRaft
 - testControllerListenerNameMapsToPlaintextByDefaultForKRaft
 - testControllerListenerNames
-- testControllerListenerNamesValidForKRaftControllerOnly
 - testControllerListenersCanBeAdvertisedForKRaftCombined
 - testControllerQuorumVoterStringsToNodes
 - testCustomMetadataLogDir
@@ -3262,9 +3257,9 @@ kafka.server.OffsetsForLeaderEpochRequestTest:
 kafka.server.PermissiveControllerMutationQuotaTest:
 - testControllerMutationQuotaViolation
 kafka.server.ProduceRequestTest:
+- quorum
 - testCorruptLz4ProduceRequest
 - testProduceToNonReplica
-- testProduceWithInvalidTimestamp
 - testSimpleProduceRequest
 - testZSTDProduceRequest
 kafka.server.RaftClusterSnapshotTest:
@@ -3823,8 +3818,6 @@ kafka.test.api.ShareConsumerTest:
 - testMultipleConsumersWithDifferentGroupIds
 - testPollNoSubscribeFails
 - testPollThrowsInterruptExceptionIfInterrupted
-- testShareAutoOffsetResetByDuration
-- testShareAutoOffsetResetByDurationInvalidFormat
 - testShareAutoOffsetResetDefaultValue
 - testShareAutoOffsetResetEarliest
 - testShareAutoOffsetResetEarliestAfterLsoMovement
@@ -3860,7 +3853,6 @@ 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 5df24a42d24..5a03947ba5e 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -780,41 +780,3 @@ 
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 1e8c9ea052b..32a25e8fbc4 100644
--- a/test-catalog/metadata/tests.yaml
+++ b/test-catalog/metadata/tests.yaml
@@ -84,19 +84,6 @@ 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 3b476b53b5b..fd62b1fd09c 100644
--- a/test-catalog/raft/tests.yaml
+++ b/test-catalog/raft/tests.yaml
@@ -459,7 +459,6 @@ org.apache.kafka.raft.QuorumStateTest:
 - testUnattachedVotedToUnattachedVotedSameEpoch
 org.apache.kafka.raft.RaftUtilTest:
 - testErrorResponse
-- testFetchRequestV17Compatibility
 - testSingletonBeginQuorumEpochRequestForAllVersion
 - testSingletonBeginQuorumEpochResponseForAllVersion
 - testSingletonDescribeQuorumRequestForAllVersion
@@ -469,7 +468,6 @@ 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 3f557b17726..a4a2cf16cf4 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -178,7 +178,6 @@ 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 f33dd3f0694..3e3f3f02880 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -619,15 +619,8 @@ 
org.apache.kafka.tools.consumer.group.SaslClientsWithInvalidCredentialsTest:
 - testConsumerGroupServiceWithAuthenticationFailure
 - testConsumerGroupServiceWithAuthenticationSuccess
 org.apache.kafka.tools.consumer.group.ShareGroupCommandTest:
-- testDescribeMembersOfAllExistingGroups
-- testDescribeMembersOfExistingGroup
-- testDescribeNonexistentGroup
-- testDescribeOffsetsOfAllExistingGroups
-- testDescribeOffsetsOfExistingGroup
-- testDescribeShareGroupsInvalidVerboseOption
-- testDescribeShareGroupsOffsetsInvalidVerboseOption
-- testDescribeStateOfExistingGroup
-- testDescribeStatesOfAllExistingGroups
+- testDescribeShareGroups
+- testDescribeShareGroupsGetOffsets
 - testGroupStatesFromString
 - testListShareGroups
 - testListShareGroupsWithStates
diff --git a/test-catalog/transaction-coordinator/tests.yaml 
b/test-catalog/transaction-coordinator/tests.yaml
index 92f8f490465..ebb5cb60758 100644
--- a/test-catalog/transaction-coordinator/tests.yaml
+++ b/test-catalog/transaction-coordinator/tests.yaml
@@ -3,18 +3,6 @@ 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