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 147ee35f729 Update test catalog data for GHA workflow run 20660708855
147ee35f729 is described below
commit 147ee35f72936af4b9cf11d44b56e839ef5b0b8e
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 2 17:40:04 2026 +0000
Update test catalog data for GHA workflow run 20660708855
Commit:
https://github.com/apache/kafka/commit/6ff76446e51ac371b23ee0929a9cf3de724fc9f4
GitHub Run: https://github.com/apache/kafka/actions/runs/20660708855
---
test-catalog/core/tests.yaml | 15 ---------------
test-catalog/server/tests.yaml | 15 +++++++++++++++
2 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 8dc16f923d2..c87b7d8c507 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2464,21 +2464,6 @@ kafka.server.MetadataCacheTest:
- testGetPartitionReplicaEndpoints
- testIsBrokerFenced
- testIsBrokerInControlledShutdown
-kafka.server.MetadataRequestTest:
-- testAliveBrokersWithNoTopics
-- testAllTopicsRequest
-- testAutoCreateTopicWithInvalidReplicationFactor
-- testAutoTopicCreation
-- testClusterIdIsValid
-- testClusterIdWithRequestVersion1
-- testIsInternal
-- testIsrAfterBrokerShutDownAndJoinsBack
-- testNoTopicsRequest
-- testPartitionInfoPreferredReplica
-- testPreferredReplica
-- testRack
-- testReplicaDownResponse
-- testTopicIdsInResponse
kafka.server.MultipleListenersWithAdditionalJaasContextTest:
- testProduceConsume
kafka.server.MultipleListenersWithDefaultJaasContextTest:
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index f051f8e42ee..df7134dd6a5 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -147,6 +147,21 @@ org.apache.kafka.server.KRaftClusterTest:
org.apache.kafka.server.LogManagerIntegrationTest:
- testIOExceptionOnLogSegmentCloseResultsInRecovery
- testRestartBrokerNoErrorIfMissingPartitionMetadata
+org.apache.kafka.server.MetadataRequestTest:
+- testAliveBrokersWithNoTopics
+- testAllTopicsRequest
+- testAutoCreateTopicWithInvalidReplicationFactor
+- testAutoTopicCreation
+- testClusterIdIsValid
+- testClusterIdWithRequestVersion1
+- testIsInternal
+- testIsrAfterBrokerShutDownAndJoinsBack
+- testNoTopicsRequest
+- testPartitionInfoPreferredReplica
+- testPreferredReplica
+- testRack
+- testReplicaDownResponse
+- testTopicIdsInResponse
org.apache.kafka.server.MonitorablePluginsIntegrationTest:
- testMonitorableServerPlugins
org.apache.kafka.server.ReconfigurableQuorumIntegrationTest: