This is an automated email from the ASF dual-hosted git repository.
github-actions[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 34a10064781 Update test catalog data for GHA workflow run 25391806665
34a10064781 is described below
commit 34a100647819fbf689473ddac5d13785f16cdde8
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue May 5 20:39:28 2026 +0000
Update test catalog data for GHA workflow run 25391806665
Commit:
https://github.com/apache/kafka/commit/c7b6797523c8af9d744e867047b03955bcd08200
GitHub Run: https://github.com/apache/kafka/actions/runs/25391806665
---
test-catalog/core/tests.yaml | 61 ----------------------------------------
test-catalog/metadata/tests.yaml | 16 +++++++++++
test-catalog/storage/tests.yaml | 44 +++++++++++++++++++++++++++++
test-catalog/streams/tests.yaml | 1 +
test-catalog/tools/tests.yaml | 1 +
5 files changed, 62 insertions(+), 61 deletions(-)
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 0912822930c..5763b73561a 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1029,51 +1029,6 @@ kafka.log.LogLoaderTest:
- testReopenThenTruncate
- testSkipLoadingIfEmptyProducerStateBeforeTruncation
- testSkipTruncateAndReloadIfNewMessageFormatAndCleanShutdown
-kafka.log.LogManagerTest:
-- testBrokerConfigChangeDeliveredToAllLogs
-- testCheckpointForOnlyAffectedLogs
-- testCheckpointLogStartOffsetForNormalTopic
-- testCheckpointLogStartOffsetForRemoteTopic
-- testCheckpointRecoveryPoints
-- testCleanShutdownFileWhenShutdownCalledBeforeStartupComplete
-- testCleanShutdownFileWithBrokerEpoch
-- testCleanupExpiredSegments
-- testCleanupSegmentsToMaintainSize
-- testConfigChangeGetsCleanedUp
-- testConfigChangesWithNoLogGettingInitialized
-- testCreateAndDeleteOverlyLongTopic
-- testCreateLog
-- testCreateLogOnTargetedLogDirectory
-- testCreateLogWithInvalidLogDir
-- testCreateLogWithLogDirFallback
-- testCreateLogWithTargetedLogDirectorySetAsUnassigned
-- testCreateLogWithTargetedLogDirectorySetAsUnknownWithoutAnyOfflineDirectories
-- testDoesntCleanLogsWithCompactDeletePolicy
-- testDoesntCleanLogsWithCompactPolicy
-- testFileReferencesAfterAsyncDelete
-- testGetNonExistentLog
-- testHandlingExceptionsDuringShutdown
-- testInvalidLogDirNotFailLogManager
-- testLeastLoadedAssignment
-- testLoadDirectoryIds
-- testLoadLogRenameLogThatShouldBeStray
-- testLoadLogsSkipRemoteIndexCache
-- testLock
-- testLogManagerMetrics
-- testLogRecoveryMetrics
-- testLogRecoveryMetricsShouldBeRemovedAfterLogRecovered
-- testMetricsAreRemovedWhenMovingCurrentToFutureLog
-- testMetricsExistWhenLogIsRecreatedBeforeDeletion
-- testNextLogDirs
-- testRecoveryDirectoryMappingWithRelativeDirectory
-- testRecoveryDirectoryMappingWithTrailingSlash
-- testReplaceCurrentWithFutureLogDoesNotCloseSourceLog
-- testShutdownWithZeroFileDeleteDelayMs
-- testTimeBasedFlush
-- testTopicConfigChangeStopCleaningIfCompactIsRemoved
-- testTopicConfigChangeUpdatesLogConfig
-- testTwoLogManagersUsingSameDirFails
-- testUpdateCordonedLogDirs
kafka.metrics.MetricsTest:
- testBrokerStateMetric
- testBrokerTopicMetricsBytesInOut
@@ -2251,22 +2206,6 @@ kafka.server.LogRecoveryTest:
- testHWCheckpointNoFailuresSingleLogSegment
- testHWCheckpointWithFailuresMultipleLogSegments
- testHWCheckpointWithFailuresSingleLogSegment
-kafka.server.MetadataCacheTest:
-- getAliveBrokersShouldNotBeMutatedByUpdateCache
-- getTopicMetadata
-- getTopicMetadataIsrNotAvailable
-- getTopicMetadataNonExistingTopics
-- getTopicMetadataPartitionLeaderNotAvailable
-- getTopicMetadataPartitionListenerNotAvailableOnLeader
-- getTopicMetadataReplicaNotAvailable
-- getTopicMetadataWithNonSupportedSecurityProtocol
-- testDescribeTopicResponse
-- testGetLeaderAndIsr
-- testGetLiveBrokerEpoch
-- testGetOfflineReplicasConsidersDirAssignment
-- testGetPartitionReplicaEndpoints
-- testIsBrokerFenced
-- testIsBrokerInControlledShutdown
kafka.server.MultipleListenersWithAdditionalJaasContextTest:
- testProduceConsume
kafka.server.MultipleListenersWithDefaultJaasContextTest:
diff --git a/test-catalog/metadata/tests.yaml b/test-catalog/metadata/tests.yaml
index 0259a9a0ae8..d0a6682d01d 100644
--- a/test-catalog/metadata/tests.yaml
+++ b/test-catalog/metadata/tests.yaml
@@ -741,6 +741,22 @@ org.apache.kafka.metadata.ListenerInfoTest:
- testToControllerRegistrationRequestFailsOnNullHost
- testToControllerRegistrationRequestFailsOnZeroPort
- testToString
+org.apache.kafka.metadata.MetadataCacheTest:
+- getAliveBrokersShouldNotBeMutatedByUpdateCache
+- getTopicMetadata
+- getTopicMetadataIsrNotAvailable
+- getTopicMetadataNonExistingTopics
+- getTopicMetadataPartitionLeaderNotAvailable
+- getTopicMetadataPartitionListenerNotAvailableOnLeader
+- getTopicMetadataReplicaNotAvailable
+- getTopicMetadataWithNonSupportedSecurityProtocol
+- testDescribeTopicResponse
+- testGetLeaderAndIsr
+- testGetLiveBrokerEpoch
+- testGetOfflineReplicasConsidersDirAssignment
+- testGetPartitionReplicaEndpoints
+- testIsBrokerFenced
+- testIsBrokerInControlledShutdown
org.apache.kafka.metadata.MetadataRecordSerdeTest:
- testDeserializeWithUnhandledFrameVersion
- testParsingMalformedFrameVersionVarint
diff --git a/test-catalog/storage/tests.yaml b/test-catalog/storage/tests.yaml
index 17d0fde7a86..8dd259f3818 100644
--- a/test-catalog/storage/tests.yaml
+++ b/test-catalog/storage/tests.yaml
@@ -351,7 +351,51 @@ org.apache.kafka.storage.internals.log.LogConcurrencyTest:
- testUncommittedDataNotConsumed
- testUncommittedDataNotConsumedFrequentSegmentRolls
org.apache.kafka.storage.internals.log.LogManagerTest:
+- testBrokerConfigChangeDeliveredToAllLogs
+- testCheckpointForOnlyAffectedLogs
+- testCheckpointLogStartOffsetForNormalTopic
+- testCheckpointLogStartOffsetForRemoteTopic
+- testCheckpointRecoveryPoints
+- testCleanShutdownFileWhenShutdownCalledBeforeStartupComplete
+- testCleanShutdownFileWithBrokerEpoch
+- testCleanupExpiredSegments
+- testCleanupSegmentsToMaintainSize
+- testConfigChangeGetsCleanedUp
+- testConfigChangesWithNoLogGettingInitialized
+- testCreateAndDeleteOverlyLongTopic
+- testCreateLog
+- testCreateLogOnTargetedLogDirectory
+- testCreateLogWithInvalidLogDir
+- testCreateLogWithLogDirFallback
+- testCreateLogWithTargetedLogDirectorySetAsUnassigned
+- testCreateLogWithTargetedLogDirectorySetAsUnknownWithoutAnyOfflineDirectories
+- testDoesntCleanLogsWithCompactDeletePolicy
+- testDoesntCleanLogsWithCompactPolicy
+- testFileReferencesAfterAsyncDelete
+- testGetNonExistentLog
+- testHandlingExceptionsDuringShutdown
+- testInvalidLogDirNotFailLogManager
- testIsStrayReplica
+- testLeastLoadedAssignment
+- testLoadDirectoryIds
+- testLoadLogRenameLogThatShouldBeStray
+- testLoadLogsSkipRemoteIndexCache
+- testLock
+- testLogManagerMetrics
+- testLogRecoveryMetrics
+- testLogRecoveryMetricsShouldBeRemovedAfterLogRecovered
+- testMetricsAreRemovedWhenMovingCurrentToFutureLog
+- testMetricsExistWhenLogIsRecreatedBeforeDeletion
+- testNextLogDirs
+- testRecoveryDirectoryMappingWithRelativeDirectory
+- testRecoveryDirectoryMappingWithTrailingSlash
+- testReplaceCurrentWithFutureLogDoesNotCloseSourceLog
+- testShutdownWithZeroFileDeleteDelayMs
+- testTimeBasedFlush
+- testTopicConfigChangeStopCleaningIfCompactIsRemoved
+- testTopicConfigChangeUpdatesLogConfig
+- testTwoLogManagersUsingSameDirFails
+- testUpdateCordonedLogDirs
- testWaitForAllToComplete
org.apache.kafka.storage.internals.log.LogOffsetMetadataTest:
- testMessageOffsetOnly
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 54734d384cc..87fffd8f2bd 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -3797,6 +3797,7 @@ org.apache.kafka.streams.query.PositionTest:
org.apache.kafka.streams.query.StateQueryResultTest:
- getOnlyPartitionResultMultipleResults
- getOnlyPartitionResultNoResultsTest
+- getOnlyPartitionResultWithSingleFailureResultTest
- getOnlyPartitionResultWithSingleResultTest
org.apache.kafka.streams.query.VersionedKeyQueryTest:
- shouldThrowNPEWithNullAsOftimestamp
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index 71b77e132c6..8114ff431a4 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -867,6 +867,7 @@
org.apache.kafka.tools.consumer.group.ResetConsumerGroupOffsetTest:
- testResetOffsetsWithPartitionNotExist
- testResetWithUnrecognizedNewConsumerOption
org.apache.kafka.tools.consumer.group.SaslClientsWithInvalidCredentialsTest:
+- initializationError
- testConsumerGroupServiceWithAuthenticationFailure
- testConsumerGroupServiceWithAuthenticationSuccess
org.apache.kafka.tools.consumer.group.ShareGroupCommandTest: