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 0105f656581 Update test catalog data for GHA workflow run 13155722580
0105f656581 is described below

commit 0105f656581a448f29341c82f683bfdbebfb13eb
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 5 13:51:56 2025 +0000

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

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index a8025cc3480..e01497022f3 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -3501,9 +3501,6 @@ kafka.server.metadata.BrokerMetadataPublisherTest:
 - testReloadUpdatedFilesWithoutConfigChange
 kafka.server.metadata.ClientQuotaMetadataManagerTest:
 - testHandleIpQuota
-kafka.server.metadata.MockConfigRepositoryTest:
-- testEmptyRepository
-- testSetTopicConfig
 kafka.server.share.DelayedShareFetchTest:
 - testCombineLogReadResponse
 - testDelayedShareFetchTryCompleteReturnsFalseDueToNonAcquirablePartitions
diff --git a/test-catalog/metadata/tests.yaml b/test-catalog/metadata/tests.yaml
index e5d268e027f..c7c3496d9be 100644
--- a/test-catalog/metadata/tests.yaml
+++ b/test-catalog/metadata/tests.yaml
@@ -675,6 +675,9 @@ org.apache.kafka.metadata.MetadataRecordSerdeTest:
 - testParsingUnsupportedApiKey
 - testParsingVersionTooLarge
 - testSerde
+org.apache.kafka.metadata.MockConfigRepositoryTest:
+- testEmptyRepository
+- testSetTopicConfig
 org.apache.kafka.metadata.OptionalStringComparatorTest:
 - testComparisons
 org.apache.kafka.metadata.PartitionRegistrationTest:

Reply via email to