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 55d8d1dbc82 Update test catalog data for GHA workflow run 22185490003
55d8d1dbc82 is described below
commit 55d8d1dbc82d218b4d7f95299c2bb6d29a8f3341
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 19 18:26:25 2026 +0000
Update test catalog data for GHA workflow run 22185490003
Commit:
https://github.com/apache/kafka/commit/a45d36ca5d5b6f48d4313d50d1f7b6c5e6c905a4
GitHub Run: https://github.com/apache/kafka/actions/runs/22185490003
---
test-catalog/clients/tests.yaml | 1 +
test-catalog/core/tests.yaml | 9 +++++++++
test-catalog/metadata/tests.yaml | 3 +++
test-catalog/server/tests.yaml | 6 ++++++
4 files changed, 19 insertions(+)
diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 6fbb275bf9c..e2ae1f2cec1 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -312,6 +312,7 @@ org.apache.kafka.clients.admin.KafkaAdminClientTest:
- testDescribeLogDirs
- testDescribeLogDirsOfflineDir
- testDescribeLogDirsPartialFailure
+- testDescribeLogDirsWithCordonedDir
- testDescribeLogDirsWithVolumeBytes
- testDescribeMetadataQuorumFailure
- testDescribeMetadataQuorumRetriableError
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 232a967d82e..f22ef23ad88 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1089,10 +1089,12 @@ kafka.log.LogManagerTest:
- testLoadLogRenameLogThatShouldBeStray
- testLoadLogsSkipRemoteIndexCache
- testLock
+- testLogManagerMetrics
- testLogRecoveryMetrics
- testLogRecoveryMetricsShouldBeRemovedAfterLogRecovered
- testMetricsAreRemovedWhenMovingCurrentToFutureLog
- testMetricsExistWhenLogIsRecreatedBeforeDeletion
+- testNextLogDirs
- testRecoveryDirectoryMappingWithRelativeDirectory
- testRecoveryDirectoryMappingWithTrailingSlash
- testReplaceCurrentWithFutureLogDoesNotCloseSourceLog
@@ -1101,6 +1103,7 @@ kafka.log.LogManagerTest:
- testTopicConfigChangeStopCleaningIfCompactIsRemoved
- testTopicConfigChangeUpdatesLogConfig
- testTwoLogManagersUsingSameDirFails
+- testUpdateCordonedLogDirs
kafka.log.UnifiedLogTest:
- testAbortedTransactionSpanningMultipleSegments
- testActiveProducers
@@ -1563,11 +1566,13 @@ kafka.server.AutoTopicCreationManagerTest:
- testTopicsInBackoffAreNotRetried
- testTopicsOutOfBackoffCanBeRetried
kafka.server.BrokerLifecycleManagerTest:
+- testAlwaysSendsAccumulatedCordonedDirs
- testAlwaysSendsAccumulatedOfflineDirs
- testControlledShutdown
- testCreateAndClose
- testCreateStartAndClose
- testKraftJBODMetadataVersionUpdateEvent
+- testRegistrationIncludesCordonedDirs
- testRegistrationIncludesDirs
- testRegistrationTimeout
- testSuccessfulRegistration
@@ -1800,6 +1805,7 @@ kafka.server.DynamicBrokerConfigTest:
- testConnectionRateQuota
- testCoordinatorCachedBufferMaxBytesUpdates
- testDynamicListenerConfig
+- testDynamicLogConfigCordonedLogDirs
- testDynamicLogConfigHandlesSynonymsCorrectly
- testDynamicLogLocalRetentionMsConfig
- testDynamicLogLocalRetentionSizeConfig
@@ -2225,6 +2231,7 @@ kafka.server.KafkaConfigTest:
- testControllerListenerNamesValidForKRaftControllerOnly
- testControllerListenersCanBeAdvertisedForKRaftCombined
- testControllerQuorumVoterStringsToNodes
+- testCordonAllLogDirs
- testCustomMetadataLogDir
- testDefaultCompressionType
- testDefaultMetadataLogDir
@@ -2250,6 +2257,7 @@ kafka.server.KafkaConfigTest:
- testInvalidAdvertisedListenersProtocol
- testInvalidAuthorizerClassName
- testInvalidCompressionType
+- testInvalidCordonedLogDirs
- testInvalidGzipCompressionLevel
- testInvalidInterBrokerSecurityProtocol
- testInvalidLz4CompressionLevel
@@ -2510,6 +2518,7 @@ kafka.server.ReplicaManagerQuotasTest:
kafka.server.ReplicaManagerTest:
- checkRemoveMetricsCountMatchRegisterCount
- testActiveProducerState
+- testAlterReplicaLogDirsToCordonedDir
- testAppendRecordsToLeader
- testApplyDeltaShouldHandleReplicaAssignedToLostDirectory
- testApplyDeltaShouldHandleReplicaAssignedToOnlineDirectory
diff --git a/test-catalog/metadata/tests.yaml b/test-catalog/metadata/tests.yaml
index 8820df41ffd..95a24c6cdb0 100644
--- a/test-catalog/metadata/tests.yaml
+++ b/test-catalog/metadata/tests.yaml
@@ -86,6 +86,7 @@ org.apache.kafka.controller.ClusterControlManagerTest:
- testReplayRegisterBrokerRecord
- testUnregister
org.apache.kafka.controller.ConfigurationControlManagerTest:
+- testCordonedLogDirsFeature
- testElrUpgrade
- testIncrementalAlterConfig
- testIncrementalAlterConfigs
@@ -304,6 +305,7 @@ org.apache.kafka.controller.ReplicationControlManagerTest:
- testFenceMultipleBrokers
- testHandleAssignReplicasToDirs
- testHandleAssignReplicasToDirsFailsOnOlderMv
+- testHandleDirectoriesCordoned
- testHandleDirectoriesOffline
- testInvalidAlterPartitionRequests
- testInvalidCreateTopicsWithValidateOnlyFlag
@@ -652,6 +654,7 @@ org.apache.kafka.metadata.BrokerRegistrationTest:
- testEquals
- testFromRecordAndToRecord
- testHasOnlineDir
+- testHasUncordonedDirs
- testToNode
- testToString
- testValues
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index 30e9a9c5fcb..19af69b7a82 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -117,6 +117,12 @@ org.apache.kafka.server.ClientMetricsManagerTest:
- testUpdateSubscriptionWithInvalidMetricsProperties
- testUpdateSubscriptionWithNullProperties
- testUpdateSubscriptionWithPropertiesDeletion
+org.apache.kafka.server.CordonedLogDirsIntegrationTest:
+- testCordonUncordonLogDirs
+- testFeatureNotEnabled
+- testFeatureNotEnabledStaticConfig
+- testReassignWithCordonedLogDirs
+- testStaticCordonUncordonLogDirs
org.apache.kafka.server.EligibleLeaderReplicasIntegrationTest:
- testElrMemberCanBeElected
- testElrMemberShouldBeKickOutWhenUncleanShutdown