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

commit e3843d476b688b838faeb15f554b208e20ef0d2e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 29 16:48:39 2026 +0000

    Update test catalog data for GHA workflow run 23710629407
    
    Commit: 
https://github.com/apache/kafka/commit/29d0ec207ef15bf4ca3f869c64da2a3586d6ac13
    GitHub Run: https://github.com/apache/kafka/actions/runs/23710629407
---
 test-catalog/metadata/tests.yaml      | 64 -----------------------------------
 test-catalog/server-common/tests.yaml | 64 +++++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+), 64 deletions(-)

diff --git a/test-catalog/metadata/tests.yaml b/test-catalog/metadata/tests.yaml
index 95a24c6cdb0..576b9bf0415 100644
--- a/test-catalog/metadata/tests.yaml
+++ b/test-catalog/metadata/tests.yaml
@@ -851,70 +851,6 @@ org.apache.kafka.metadata.placement.TopicAssignmentTest:
 - testConsistentEqualsAndHashCode
 - testToString
 - testTopicAssignmentReplicas
-org.apache.kafka.metadata.properties.MetaPropertiesEnsembleTest:
-- testClusterIdForEmpty
-- testClusterIdForFoo
-- testCopierGenerateValidDirectoryId
-- testCopierVerificationFailsOnEmptyAndErrorOverlap
-- testCopierVerificationFailsOnEmptyAndLogDirsOverlap
-- testCopierVerificationFailsOnErrorAndLogDirsOverlap
-- testCopierWithoutModifications
-- testCopierWriteChanged
-- testCopierWriteLogDirChanges
-- testCopyFooItemByItem
-- testEmptyLogDirsForEmpty
-- testEmptyLogDirsForFoo
-- testErrorLogDirsForEmpty
-- testErrorLogDirsForFoo
-- testLogDirPropsForEmpty
-- testLogDirPropsForFoo
-- testMetaPropertiesEnsembleLoad
-- testMetaPropertiesEnsembleLoadEmpty
-- testMetaPropertiesEnsembleLoadError
-- testMetadataLogDirForEmpty
-- testMetadataLogDirForFoo
-- testNodeIdForEmpty
-- testNodeIdForFoo
-- testNonFailedDirectoryPropsForEmpty
-- testNonFailedDirectoryPropsForFoo
-- testSuccessfulVerification
-- testSuccessfulVerificationWithClusterId
-- testSuccessfulVerificationWithClusterIdAndNodeId
-- testVerificationFailureOnLackOfMetadataLogDir
-- testVerificationFailureOnMetadataLogDirWithError
-- testVerificationFailureOnRequireAtLeastOneValid
-- testVerificationFailureOnRequireV0
-org.apache.kafka.metadata.properties.MetaPropertiesTest:
-- testClusterIdRequiredInV1
-- testNodeIdRequiredInV1
-- testV0SerializationWithAll
-- testV0SerializationWithJustClusterId
-- testV0SerializationWithJustClusterIdAndNodeId
-- testV0SerializationWithJustNodeId
-- testV0SerializationWithNothing
-- testV1SerializationWithDirectoryId
-- testV1SerializationWithNonUuidClusterId
-- testV1SerializationWithoutDirectoryId
-org.apache.kafka.metadata.properties.MetaPropertiesVersionTest:
-- testAlwaysHasClusterId
-- testAlwaysHasNodeId
-- testFromInvalidNumber
-- testFromInvalidString
-- testHasBrokerId
-- testV0FromNumber
-- testV0FromNumberString
-- testV0ToNumber
-- testV0ToNumberString
-- testV1FromNumber
-- testV1FromNumberString
-- testV1ToNumber
-- testV1ToNumberString
-org.apache.kafka.metadata.properties.PropertiesUtilsTest:
-- loadMissingRequiredIntProp
-- loadNonIntegerRequiredIntProp
-- loadRequiredIntProp
-- testReadPropertiesFile
-- testWritePropertiesFile
 org.apache.kafka.metadata.storage.FormatterTest:
 - testDirectories
 - testFeatureFlag
diff --git a/test-catalog/server-common/tests.yaml 
b/test-catalog/server-common/tests.yaml
index 542596703b7..2c9130abf70 100644
--- a/test-catalog/server-common/tests.yaml
+++ b/test-catalog/server-common/tests.yaml
@@ -10,6 +10,70 @@ org.apache.kafka.deferred.DeferredEventQueueTest:
 - testFailOnIncorrectOrdering
 org.apache.kafka.metadata.AssignmentsHelperTest:
 - testBuildRequestData
+org.apache.kafka.metadata.properties.MetaPropertiesEnsembleTest:
+- testClusterIdForEmpty
+- testClusterIdForFoo
+- testCopierGenerateValidDirectoryId
+- testCopierVerificationFailsOnEmptyAndErrorOverlap
+- testCopierVerificationFailsOnEmptyAndLogDirsOverlap
+- testCopierVerificationFailsOnErrorAndLogDirsOverlap
+- testCopierWithoutModifications
+- testCopierWriteChanged
+- testCopierWriteLogDirChanges
+- testCopyFooItemByItem
+- testEmptyLogDirsForEmpty
+- testEmptyLogDirsForFoo
+- testErrorLogDirsForEmpty
+- testErrorLogDirsForFoo
+- testLogDirPropsForEmpty
+- testLogDirPropsForFoo
+- testMetaPropertiesEnsembleLoad
+- testMetaPropertiesEnsembleLoadEmpty
+- testMetaPropertiesEnsembleLoadError
+- testMetadataLogDirForEmpty
+- testMetadataLogDirForFoo
+- testNodeIdForEmpty
+- testNodeIdForFoo
+- testNonFailedDirectoryPropsForEmpty
+- testNonFailedDirectoryPropsForFoo
+- testSuccessfulVerification
+- testSuccessfulVerificationWithClusterId
+- testSuccessfulVerificationWithClusterIdAndNodeId
+- testVerificationFailureOnLackOfMetadataLogDir
+- testVerificationFailureOnMetadataLogDirWithError
+- testVerificationFailureOnRequireAtLeastOneValid
+- testVerificationFailureOnRequireV0
+org.apache.kafka.metadata.properties.MetaPropertiesTest:
+- testClusterIdRequiredInV1
+- testNodeIdRequiredInV1
+- testV0SerializationWithAll
+- testV0SerializationWithJustClusterId
+- testV0SerializationWithJustClusterIdAndNodeId
+- testV0SerializationWithJustNodeId
+- testV0SerializationWithNothing
+- testV1SerializationWithDirectoryId
+- testV1SerializationWithNonUuidClusterId
+- testV1SerializationWithoutDirectoryId
+org.apache.kafka.metadata.properties.MetaPropertiesVersionTest:
+- testAlwaysHasClusterId
+- testAlwaysHasNodeId
+- testFromInvalidNumber
+- testFromInvalidString
+- testHasBrokerId
+- testV0FromNumber
+- testV0FromNumberString
+- testV0ToNumber
+- testV0ToNumberString
+- testV1FromNumber
+- testV1FromNumberString
+- testV1ToNumber
+- testV1ToNumberString
+org.apache.kafka.metadata.properties.PropertiesUtilsTest:
+- loadMissingRequiredIntProp
+- loadNonIntegerRequiredIntProp
+- loadRequiredIntProp
+- testReadPropertiesFile
+- testWritePropertiesFile
 org.apache.kafka.queue.KafkaEventQueueTest:
 - testCreateAndClose
 - testDeferredIsQueuedAfterTriggering

Reply via email to