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 61ce6673251 Update test catalog data for GHA workflow run 15238108639
61ce6673251 is described below

commit 61ce66732518d23c2a0b174d7e8d7969746758a1
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun May 25 15:18:00 2025 +0000

    Update test catalog data for GHA workflow run 15238108639
    
    Commit: 
https://github.com/apache/kafka/commit/bcda92b5b9a7b120dd53f924bb9b336e7803f12a
    GitHub Run: https://github.com/apache/kafka/actions/runs/15238108639
---
 test-catalog/core/tests.yaml     | 2 --
 test-catalog/metadata/tests.yaml | 1 +
 test-catalog/tools/tests.yaml    | 1 +
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index f072cc4066b..4d0995b679d 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1088,7 +1088,6 @@ kafka.log.LogConcurrencyTest:
 - testUncommittedDataNotConsumed
 - testUncommittedDataNotConsumedFrequentSegmentRolls
 kafka.log.LogConfigTest:
-- ensureNoStaticInitializationOrderDependency
 - shouldValidateThrottledReplicasConfig
 - testDisableRemoteLogStorage
 - testEnableRemoteLogStorage
@@ -1925,7 +1924,6 @@ kafka.server.DynamicBrokerConfigTest:
 - testImproperConfigsAreRemoved
 - testIsolatedControllerAuthorizerConfig
 - testLogRetentionTimeMinutesIsNotDynamicallyReconfigurable
-- testNonInternalValuesDoesNotExposeInternalConfigs
 - testReconfigurableValidation
 - testRemoteLogDynamicThreadPoolWithInvalidValues
 - testRemoteLogManagerCopyQuotaUpdates
diff --git a/test-catalog/metadata/tests.yaml b/test-catalog/metadata/tests.yaml
index 1a85450aff7..8d034c0a832 100644
--- a/test-catalog/metadata/tests.yaml
+++ b/test-catalog/metadata/tests.yaml
@@ -646,6 +646,7 @@ org.apache.kafka.metadata.KafkaConfigSchemaTest:
 - testGetConfigValueDefault
 - testIsSensitive
 - testIsSplittable
+- testResolveEffectiveDynamicInternalTopicConfig
 - testResolveEffectiveTopicConfig
 - testTranslateConfigSources
 - testTranslateConfigTypes
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index 5c421ea009f..74064cfa45f 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -483,6 +483,7 @@ org.apache.kafka.tools.TopicCommandTest:
 - testCreateWithDefaultPartitions
 - testCreateWithDefaultReplication
 - testCreateWithDefaults
+- testCreateWithInternalConfig
 - testCreateWithInvalidReplicationFactor
 - testCreateWithNegativePartitionCount
 - testCreateWithNegativeReplicationFactor

Reply via email to