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 a21d59412da Update test catalog data for GHA workflow run 25317509471
a21d59412da is described below

commit a21d59412da10334a75066dbf3cf277f5eba6b61
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon May 4 15:45:36 2026 +0000

    Update test catalog data for GHA workflow run 25317509471
    
    Commit: 
https://github.com/apache/kafka/commit/6be48c6e54f2f2431b58fb4497d29abe07e150d2
    GitHub Run: https://github.com/apache/kafka/actions/runs/25317509471
---
 test-catalog/core/tests.yaml     | 3 +--
 test-catalog/metadata/tests.yaml | 5 +++++
 test-catalog/server/tests.yaml   | 2 ++
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index eddd8c808cc..addd6c77179 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1391,13 +1391,12 @@ kafka.server.AutoTopicCreationManagerTest:
 - testTopicsInBackoffAreNotRetried
 - testTopicsOutOfBackoffCanBeRetried
 kafka.server.BrokerLifecycleManagerTest:
-- testAlwaysSendsAccumulatedCordonedDirs
 - testAlwaysSendsAccumulatedOfflineDirs
 - testControlledShutdown
+- testCordonedLogDirs
 - testCreateAndClose
 - testCreateStartAndClose
 - testKraftJBODMetadataVersionUpdateEvent
-- testRegistrationIncludesCordonedDirs
 - testRegistrationIncludesDirs
 - testRegistrationTimeout
 - testSuccessfulRegistration
diff --git a/test-catalog/metadata/tests.yaml b/test-catalog/metadata/tests.yaml
index 05e9cfc48bb..0259a9a0ae8 100644
--- a/test-catalog/metadata/tests.yaml
+++ b/test-catalog/metadata/tests.yaml
@@ -93,6 +93,8 @@ org.apache.kafka.controller.ConfigurationControlManagerTest:
 - testIncrementalAlterConfigsWithPolicy
 - testIncrementalAlterConfigsWithoutExistence
 - testIncrementalAlterMultipleConfigValues
+- testIsCordonedLogDirsDisabled
+- testIsCordonedLogDirsInvalid
 - testLegacyAlterConfigs
 - testMaybeGenerateElrSafetyRecords
 - testRejectMinIsrChangeWhenElrEnabled
@@ -669,6 +671,9 @@ 
org.apache.kafka.metadata.BrokerRegistrationInControlledShutdownChangeTest:
 - testValueRoundTrip
 - testValues
 org.apache.kafka.metadata.BrokerRegistrationTest:
+- testCordonedDirChanged
+- testCordonedDirectories
+- testCordonedLogDirsRoundTrip
 - testDirectoriesAreSorted
 - testEquals
 - testFromRecordAndToRecord
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index 6bcbc3f7505..e25e372274a 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -119,11 +119,13 @@ org.apache.kafka.server.ClientMetricsManagerTest:
 - testUpdateSubscriptionWithPropertiesDeletion
 org.apache.kafka.server.CordonedLogDirsIntegrationTest:
 - testCordonUncordonLogDirs
+- testCordonUnknownLogDirs
 - testDecommissionBroker
 - testFeatureNotEnabled
 - testFeatureNotEnabledStaticConfig
 - testReassignWithCordonedLogDirs
 - testStaticCordonUncordonLogDirs
+- testUpdateCordonedDirsViaController
 org.apache.kafka.server.DefaultApiVersionManagerTest:
 - testApiScope
 - testControllerApiIntersection

Reply via email to