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 3f20d9d2d09 Update test catalog data for GHA workflow run 20854113890
3f20d9d2d09 is described below
commit 3f20d9d2d099c8feb6bf201801c24de13ae13ba2
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 9 16:16:05 2026 +0000
Update test catalog data for GHA workflow run 20854113890
Commit:
https://github.com/apache/kafka/commit/d5df4d58a32399711efdde2d134fe49489d8b6c3
GitHub Run: https://github.com/apache/kafka/actions/runs/20854113890
---
test-catalog/core/tests.yaml | 15 ---------------
test-catalog/server/tests.yaml | 14 ++++++++++++++
2 files changed, 14 insertions(+), 15 deletions(-)
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index a5232d77c49..0796e53a4cc 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1976,21 +1976,6 @@ kafka.server.IsrExpirationTest:
- testIsrExpirationIfNoFetchRequestMade
kafka.server.JoinGroupRequestTest:
- testJoinGroupWithOldConsumerGroupProtocol
-kafka.server.KRaftClusterTest:
-- testAbandonedFutureReplicaRecovered_mainReplicaInOfflineLogDir
-- testAbandonedFutureReplicaRecovered_mainReplicaInOnlineLogDir
-- testControllerFailover
-- testCreateClusterAndRestartControllerNode
-- testDirectToControllerCommunicationFailsOnOlderMetadataVersion
-- testIncreaseNumIoThreads
-- testOldBootstrapMetadataFile
-- testOverlyLargeCreateTopics
-- testRegisteredControllerEndpoints
-- testSingleControllerSingleBrokerCluster
-- testSnapshotCount
-- testStartupWithNonDefaultKControllerDynamicConfiguration
-- testTimedOutHeartbeats
-- testTopicDeletedAndRecreatedWhileBrokerIsDown
kafka.server.KafkaApisTest:
- requiredAclsNotPresentWriteTxnMarkersThrowsAuthorizationException
- shouldAppendToLogOnWriteTxnMarkersWhenCorrectMagicVersion
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index 37390f821f4..293d8015dc1 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -122,15 +122,19 @@
org.apache.kafka.server.EligibleLeaderReplicasIntegrationTest:
- testHighWatermarkShouldNotAdvanceIfUnderMinIsr
- testLastKnownLeaderShouldBeElectedIfEmptyElr
org.apache.kafka.server.KRaftClusterTest:
+- testAbandonedFutureReplicaRecovered_mainReplicaInOfflineLogDir
+- testAbandonedFutureReplicaRecovered_mainReplicaInOnlineLogDir
- testAuthorizerFailureFoundInControllerStartup
- testClientQuotas
- testClusterWithLowerCaseListeners
+- testControllerFailover
- testCreateClusterAndClose
- testCreateClusterAndCreateAndManyTopics
- testCreateClusterAndCreateListDeleteTopic
- testCreateClusterAndCreateTopicWithRemoteLogManagerInstantiation
- testCreateClusterAndPerformReassignment
- testCreateClusterAndRestartBrokerNode
+- testCreateClusterAndRestartControllerNode
- testCreateClusterAndWaitForBrokerInRunningState
- testCreateClusterWithAdvertisedHostAndPortDifferentFromSocketServer
- testCreateClusterWithAdvertisedPortZero
@@ -139,11 +143,21 @@ org.apache.kafka.server.KRaftClusterTest:
- testDescribeKRaftVersion
- testDescribeQuorumRequestToBrokers
- testDescribeQuorumRequestToControllers
+- testDirectToControllerCommunicationFailsOnOlderMetadataVersion
+- testIncreaseNumIoThreads
- testIncrementalAlterConfigs
+- testOldBootstrapMetadataFile
+- testOverlyLargeCreateTopics
- testReconfigureControllerAuthorizer
- testReconfigureControllerClientQuotas
+- testRegisteredControllerEndpoints
- testRemoteLogManagerInstantiation
- testSetLog4jConfigurations
+- testSingleControllerSingleBrokerCluster
+- testSnapshotCount
+- testStartupWithNonDefaultKControllerDynamicConfiguration
+- testTimedOutHeartbeats
+- testTopicDeletedAndRecreatedWhileBrokerIsDown
- testUnregisterBroker
- testUpdateMetadataVersion
org.apache.kafka.server.LogManagerIntegrationTest: