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 5cc96cefbb5 Update test catalog data for GHA workflow run 18972399965
5cc96cefbb5 is described below

commit 5cc96cefbb5d62f3425f1ceb70ff761b12aea398
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 31 14:42:48 2025 +0000

    Update test catalog data for GHA workflow run 18972399965
    
    Commit: 
https://github.com/apache/kafka/commit/346cf129e42624fc5c9c0296f641add3c5b968ed
    GitHub Run: https://github.com/apache/kafka/actions/runs/18972399965
---
 test-catalog/core/tests.yaml   | 8 --------
 test-catalog/server/tests.yaml | 9 +++++++++
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index ed6e0c70763..b843b705006 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2020,18 +2020,13 @@ kafka.server.JoinGroupRequestTest:
 kafka.server.KRaftClusterTest:
 - testAbandonedFutureReplicaRecovered_mainReplicaInOfflineLogDir
 - testAbandonedFutureReplicaRecovered_mainReplicaInOnlineLogDir
-- testAuthorizerFailureFoundInControllerStartup
 - testClientQuotas
-- testClusterWithLowerCaseListeners
 - testControllerFailover
-- testCreateClusterAndClose
 - testCreateClusterAndCreateAndManyTopics
 - testCreateClusterAndCreateListDeleteTopic
 - testCreateClusterAndCreateTopicWithRemoteLogManagerInstantiation
 - testCreateClusterAndPerformReassignment
-- testCreateClusterAndRestartBrokerNode
 - testCreateClusterAndRestartControllerNode
-- testCreateClusterAndWaitForBrokerInRunningState
 - testCreateClusterWithAdvertisedHostAndPortDifferentFromSocketServer
 - testCreateClusterWithAdvertisedPortZero
 - testCreatePartitions
@@ -2044,10 +2039,7 @@ kafka.server.KRaftClusterTest:
 - testIncrementalAlterConfigs
 - testOldBootstrapMetadataFile
 - testOverlyLargeCreateTopics
-- testReconfigureControllerAuthorizer
-- testReconfigureControllerClientQuotas
 - testRegisteredControllerEndpoints
-- testRemoteLogManagerInstantiation
 - testSetLog4jConfigurations
 - testSingleControllerSingleBrokerCluster
 - testSnapshotCount
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index cc9a7bfacc1..2bf882bfb03 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -119,6 +119,15 @@ 
org.apache.kafka.server.EligibleLeaderReplicasIntegrationTest:
 - testElrMemberShouldBeKickOutWhenUncleanShutdown
 - testHighWatermarkShouldNotAdvanceIfUnderMinIsr
 - testLastKnownLeaderShouldBeElectedIfEmptyElr
+org.apache.kafka.server.KRaftClusterTest:
+- testAuthorizerFailureFoundInControllerStartup
+- testClusterWithLowerCaseListeners
+- testCreateClusterAndClose
+- testCreateClusterAndRestartBrokerNode
+- testCreateClusterAndWaitForBrokerInRunningState
+- testReconfigureControllerAuthorizer
+- testReconfigureControllerClientQuotas
+- testRemoteLogManagerInstantiation
 org.apache.kafka.server.LogManagerIntegrationTest:
 - testIOExceptionOnLogSegmentCloseResultsInRecovery
 - testRestartBrokerNoErrorIfMissingPartitionMetadata

Reply via email to