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
- testSetAttributes
org.apache.kafka.common.metrics.KafkaMetricTest:
- testConstructorWithNullProvider
- testIsMeasurable
- testIsMeasurableWithGaugeProvider
- testKafkaMetricAcceptsNonMeasurableNonGaugeProvider
- testMeasurableValueReturnsZeroWhenNotMeasurable
org.apache.kafka.common.metrics.KafkaMetricsContextTest:
- testCreationWithNullNamespaceAndLabels
- testCreationWithValidNamespaceAndLabels

View File

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

View File

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

View File

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

View File

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

View File

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