Update test catalog data for GHA workflow run 18246400475

Commit: d76442e5a6
GitHub Run: https://github.com/apache/kafka/actions/runs/18246400475
This commit is contained in:
github-actions[bot] 2025-10-04 20:04:06 +00:00
parent 74d11490be
commit cf769d28d5
6 changed files with 14 additions and 9 deletions

View File

@ -3642,8 +3642,11 @@ org.apache.kafka.common.metrics.KafkaMbeanTest:
- testSetAttribute - testSetAttribute
- testSetAttributes - testSetAttributes
org.apache.kafka.common.metrics.KafkaMetricTest: org.apache.kafka.common.metrics.KafkaMetricTest:
- testConstructorWithNullProvider
- testIsMeasurable - testIsMeasurable
- testIsMeasurableWithGaugeProvider - testIsMeasurableWithGaugeProvider
- testKafkaMetricAcceptsNonMeasurableNonGaugeProvider
- testMeasurableValueReturnsZeroWhenNotMeasurable
org.apache.kafka.common.metrics.KafkaMetricsContextTest: org.apache.kafka.common.metrics.KafkaMetricsContextTest:
- testCreationWithNullNamespaceAndLabels - testCreationWithNullNamespaceAndLabels
- testCreationWithValidNamespaceAndLabels - testCreationWithValidNamespaceAndLabels

View File

@ -385,6 +385,7 @@ org.apache.kafka.controller.metrics.ControllerMetricsChangesTest:
- testTopicChange - testTopicChange
- testTopicElectionResult - testTopicElectionResult
org.apache.kafka.controller.metrics.QuorumControllerMetricsTest: org.apache.kafka.controller.metrics.QuorumControllerMetricsTest:
- testAvgIdleRatio
- testLastAppliedRecordMetrics - testLastAppliedRecordMetrics
- testMetricNames - testMetricNames
- testTimeSinceLastHeartbeatReceivedMs - testTimeSinceLastHeartbeatReceivedMs

View File

@ -722,9 +722,6 @@ org.apache.kafka.raft.internals.ThresholdPurgatoryTest:
- testExpiration - testExpiration
- testExternalCompletion - testExternalCompletion
- testThresholdCompletion - testThresholdCompletion
org.apache.kafka.raft.internals.TimeRatioTest:
- testRatio
- testRatioMisalignedWindow
org.apache.kafka.raft.internals.TreeMapLogHistoryTest: org.apache.kafka.raft.internals.TreeMapLogHistoryTest:
- testAddAt - testAddAt
- testClear - testClear

View File

@ -15,6 +15,7 @@ org.apache.kafka.queue.KafkaEventQueueTest:
- testDeferredIsQueuedAfterTriggering - testDeferredIsQueuedAfterTriggering
- testHandleEvents - testHandleEvents
- testHandleExceptionThrowingAnException - testHandleExceptionThrowingAnException
- testIdleTimeCallback
- testInterruptedExceptionHandling - testInterruptedExceptionHandling
- testInterruptedWithDeferredEvents - testInterruptedWithDeferredEvents
- testInterruptedWithEmptyQueue - testInterruptedWithEmptyQueue
@ -193,6 +194,9 @@ org.apache.kafka.server.metrics.KafkaYammerMetricsTest:
- testTaggedMetricName - testTaggedMetricName
- testTaggedMetricNameWithEmptyValue - testTaggedMetricNameWithEmptyValue
- testUntaggedMetric - testUntaggedMetric
org.apache.kafka.server.metrics.TimeRatioTest:
- testRatio
- testRatioMisalignedWindow
org.apache.kafka.server.mutable.BoundedListTest: org.apache.kafka.server.mutable.BoundedListTest:
- testAddAll - testAddAll
- testAddingToBoundedList - testAddingToBoundedList

View File

@ -241,6 +241,7 @@ org.apache.kafka.streams.integration.ResetPartitionTimeIntegrationTest:
org.apache.kafka.streams.integration.RestoreIntegrationTest: org.apache.kafka.streams.integration.RestoreIntegrationTest:
- shouldInvokeUserDefinedGlobalStateRestoreListener - shouldInvokeUserDefinedGlobalStateRestoreListener
- shouldProcessDataFromStoresWithLoggingDisabled - shouldProcessDataFromStoresWithLoggingDisabled
- shouldRecordRestoreMetrics
- shouldRecycleStateFromStandbyTaskPromotedToActiveTaskAndNotRestore - shouldRecycleStateFromStandbyTaskPromotedToActiveTaskAndNotRestore
- shouldRestoreNullRecord - shouldRestoreNullRecord
- shouldRestoreStateFromChangelogTopic - shouldRestoreStateFromChangelogTopic

View File

@ -297,7 +297,6 @@ org.apache.kafka.streams.StreamsConfigTest:
- shouldSetGroupProtocolToClassic - shouldSetGroupProtocolToClassic
- shouldSetGroupProtocolToClassicByDefault - shouldSetGroupProtocolToClassicByDefault
- shouldSetGroupProtocolToStreams - shouldSetGroupProtocolToStreams
- shouldSetInternalLeaveGroupOnCloseConfigToFalseInConsumer
- shouldSetMinTrafficRackAwareAssignmentConfig - shouldSetMinTrafficRackAwareAssignmentConfig
- shouldSetRackAwareAssignmentTags - shouldSetRackAwareAssignmentTags
- shouldSpecifyCorrectKeySerdeClassOnError - shouldSpecifyCorrectKeySerdeClassOnError
@ -2580,8 +2579,10 @@ org.apache.kafka.streams.processor.internals.StateRestoreCallbackAdapterTest:
- shouldThrowOnRestore - shouldThrowOnRestore
- shouldThrowOnRestoreAll - shouldThrowOnRestoreAll
org.apache.kafka.streams.processor.internals.StoreChangelogReaderTest: org.apache.kafka.streams.processor.internals.StoreChangelogReaderTest:
- shouldCallRecordRestoreTimeAtTheEndOfRestore
- shouldCheckCompletionIfPositionLargerThanEndOffset - shouldCheckCompletionIfPositionLargerThanEndOffset
- shouldInitializeChangelogAndCheckForCompletion - shouldInitializeChangelogAndCheckForCompletion
- shouldNotCallRecordRestoreTimeIfRestoreDoesNotComplete
- shouldNotRegisterSameStoreMultipleTimes - shouldNotRegisterSameStoreMultipleTimes
- shouldNotRegisterStoreWithoutMetadata - shouldNotRegisterStoreWithoutMetadata
- shouldNotThrowOnUnknownRevokedPartition - shouldNotThrowOnUnknownRevokedPartition
@ -2870,7 +2871,6 @@ org.apache.kafka.streams.processor.internals.StreamsPartitionAssignorTest:
- shouldThrowIllegalStateExceptionIfAnyTopicsMissingFromChangelogEndOffsets - shouldThrowIllegalStateExceptionIfAnyTopicsMissingFromChangelogEndOffsets
- shouldThrowKafkaExceptionIfReferenceContainerConfigIsNotTaskManagerInstance - shouldThrowKafkaExceptionIfReferenceContainerConfigIsNotTaskManagerInstance
- shouldThrowKafkaExceptionIfReferenceContainerNotConfigured - shouldThrowKafkaExceptionIfReferenceContainerNotConfigured
- shouldThrowOnEagerSubscription
- shouldThrowTaskAssignmentExceptionWhenUnableToResolvePartitionCount - shouldThrowTaskAssignmentExceptionWhenUnableToResolvePartitionCount
- shouldThrowTimeoutExceptionWhenCreatingChangelogTopicsTimesOut - shouldThrowTimeoutExceptionWhenCreatingChangelogTopicsTimesOut
- shouldThrowTimeoutExceptionWhenCreatingRepartitionTopicsTimesOut - shouldThrowTimeoutExceptionWhenCreatingRepartitionTopicsTimesOut
@ -4551,7 +4551,7 @@ org.apache.kafka.streams.state.internals.MeteredKeyValueStoreTest:
- shouldPassDefaultChangelogTopicNameToStateStoreSerdeIfLoggingDisabled - shouldPassDefaultChangelogTopicNameToStateStoreSerdeIfLoggingDisabled
- shouldPutAllToInnerStoreAndRecordPutAllMetric - shouldPutAllToInnerStoreAndRecordPutAllMetric
- shouldPutIfAbsentAndRecordPutIfAbsentMetric - shouldPutIfAbsentAndRecordPutIfAbsentMetric
- shouldRecordRestoreLatencyOnInit - shouldRecordRestoreLatencyOnRecordRestoreTime
- shouldRemoveMetricsEvenIfWrappedStoreThrowsOnClose - shouldRemoveMetricsEvenIfWrappedStoreThrowsOnClose
- shouldRemoveMetricsOnClose - shouldRemoveMetricsOnClose
- shouldSetFlushListenerOnWrappedCachingStore - shouldSetFlushListenerOnWrappedCachingStore
@ -4586,7 +4586,7 @@ org.apache.kafka.streams.state.internals.MeteredSessionStoreTest:
- shouldNotThrowNullPointerExceptionIfFetchSessionReturnsNull - shouldNotThrowNullPointerExceptionIfFetchSessionReturnsNull
- shouldPassChangelogTopicNameToStateStoreSerde - shouldPassChangelogTopicNameToStateStoreSerde
- shouldPassDefaultChangelogTopicNameToStateStoreSerdeIfLoggingDisabled - shouldPassDefaultChangelogTopicNameToStateStoreSerdeIfLoggingDisabled
- shouldRecordRestoreTimeOnInit - shouldRecordRestoreLatencyOnRecordRestoreTime
- shouldRemoveFromStoreAndRecordRemoveMetric - shouldRemoveFromStoreAndRecordRemoveMetric
- shouldRemoveMetricsEvenIfWrappedStoreThrowsOnClose - shouldRemoveMetricsEvenIfWrappedStoreThrowsOnClose
- shouldRemoveMetricsOnClose - shouldRemoveMetricsOnClose
@ -4664,7 +4664,6 @@ org.apache.kafka.streams.state.internals.MeteredVersionedKeyValueStoreTest:
- shouldNotSetFlushListenerIfInnerIsNotCaching - shouldNotSetFlushListenerIfInnerIsNotCaching
- shouldPassChangelogTopicNameToStateStoreSerde - shouldPassChangelogTopicNameToStateStoreSerde
- shouldPassDefaultChangelogTopicNameToStateStoreSerdeIfLoggingDisabled - shouldPassDefaultChangelogTopicNameToStateStoreSerdeIfLoggingDisabled
- shouldRecordMetricsOnInit
- shouldRemoveMetricsOnCloseEvenIfInnerThrows - shouldRemoveMetricsOnCloseEvenIfInnerThrows
- shouldThrowNullPointerOnDeleteIfKeyIsNull - shouldThrowNullPointerOnDeleteIfKeyIsNull
- shouldThrowNullPointerOnGetIfKeyIsNull - shouldThrowNullPointerOnGetIfKeyIsNull
@ -4691,7 +4690,7 @@ org.apache.kafka.streams.state.internals.MeteredWindowStoreTest:
- shouldPassDefaultChangelogTopicNameToStateStoreSerdeIfLoggingDisabled - shouldPassDefaultChangelogTopicNameToStateStoreSerdeIfLoggingDisabled
- shouldPutToInnerStoreAndRecordPutMetrics - shouldPutToInnerStoreAndRecordPutMetrics
- shouldRecordFlushLatency - shouldRecordFlushLatency
- shouldRecordRestoreLatencyOnInit - shouldRecordRestoreLatencyOnRecordRestoreTime
- shouldRemoveMetricsEvenIfWrappedStoreThrowsOnClose - shouldRemoveMetricsEvenIfWrappedStoreThrowsOnClose
- shouldRemoveMetricsOnClose - shouldRemoveMetricsOnClose
- shouldReturnNoRecordWhenFetchedKeyHasExpired - shouldReturnNoRecordWhenFetchedKeyHasExpired