This is an automated email from the ASF dual-hosted git repository.

github-actions[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 b91c8bb0410 Update test catalog data for GHA workflow run 30841827263
b91c8bb0410 is described below

commit b91c8bb04103fdbe953e93188fdc33b8bed9beda
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 3 22:57:07 2026 +0000

    Update test catalog data for GHA workflow run 30841827263
    
    Commit: 
https://github.com/apache/kafka/commit/c274a7348fb66d1bde99566bdb072fbb52b03dfd
    GitHub Run: https://github.com/apache/kafka/actions/runs/30841827263
---
 test-catalog/clients/tests.yaml  | 7 +++++++
 test-catalog/core/tests.yaml     | 3 +++
 test-catalog/metadata/tests.yaml | 3 +++
 test-catalog/server/tests.yaml   | 2 ++
 test-catalog/tools/tests.yaml    | 7 +++++++
 5 files changed, 22 insertions(+)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 2785dc50f07..bb57b7d47a6 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -454,6 +454,12 @@ org.apache.kafka.clients.admin.KafkaAdminClientTest:
 - testUnregisterBrokerTimeoutAndSuccessRetry
 - testUnregisterBrokerTimeoutMaxRetry
 - testUnregisterBrokerTimeoutMaxWait
+- testUnregisterControllerFailure
+- testUnregisterControllerSuccess
+- testUnregisterControllerTimeoutAndFailureRetry
+- testUnregisterControllerTimeoutAndSuccessRetry
+- testUnregisterControllerTimeoutMaxRetry
+- testUnregisterControllerTimeoutMaxWait
 - testUpdateFeaturesDuringSuccess
 - testUpdateFeaturesHandleNotControllerException
 - testUpdateFeaturesShouldFailRequestForEmptyUpdates
@@ -4811,6 +4817,7 @@ org.apache.kafka.common.requests.RequestResponseTest:
 - testStreamsGroupDescribeRequestV0RejectsIncludeTopologyDescription
 - testStreamsGroupDescribeResponseV0RejectsTopologyDescriptionFields
 - testUnregisterBrokerResponseWithUnknownServerError
+- testUnregisterControllerResponseWithUnknownServerError
 - testValidApiVersionsRequest
 - testValidTaggedFieldsWithSaslAuthenticateRequest
 - verifyFetchResponseFullWrites
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 3bed886c4b5..203342aa837 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1296,6 +1296,7 @@ kafka.server.ControllerApisTest:
 - testUnauthorizedHandleIncrementalAlterConfigs
 - testUnauthorizedHandleListPartitionReassignments
 - testUnauthorizedHandleUnregisterBroker
+- testUnauthorizedHandleUnregisterController
 - testUnauthorizedVote
 kafka.server.ControllerConfigurationValidatorTest:
 - testDefaultTopicResourceIsRejected
@@ -1332,6 +1333,8 @@ kafka.server.ControllerMutationQuotaTest:
 kafka.server.ControllerRegistrationManagerTest:
 - testCreateAndClose
 - testCreateStartAndClose
+- testReRegistrationAfterDifferentIncarnationId
+- testReRegistrationAfterUnregister
 - testRegistration
 - testRetransmitRegistration
 - testRetransmitRegistrationAfterTimeout
diff --git a/test-catalog/metadata/tests.yaml b/test-catalog/metadata/tests.yaml
index f6044d08aad..5a58bc95572 100644
--- a/test-catalog/metadata/tests.yaml
+++ b/test-catalog/metadata/tests.yaml
@@ -89,6 +89,9 @@ org.apache.kafka.controller.ClusterControlManagerTest:
 - testReplayBrokerRegistrationChangeRecord
 - testReplayRegisterBrokerRecord
 - testUnregister
+- testUnregisterController
+- testUnregisterControllerWithUnsupportedMetadataVersion
+- testUnregisterUnknownController
 org.apache.kafka.controller.ConfigurationControlManagerTest:
 - testCordonedLogDirsFeature
 - testElrUpgrade
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index c4622145659..6a73ee95147 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -319,6 +319,8 @@ org.apache.kafka.server.KRaftClusterTest:
 - testTimedOutHeartbeats
 - testTopicDeletedAndRecreatedWhileBrokerIsDown
 - testUnregisterBroker
+- testUnregisterController
+- testUnregisterControllerError
 - testUpdateMetadataVersion
 org.apache.kafka.server.KRaftTopicCreatorTest:
 - testAuthenticationException
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index 4c960dfcc7d..d24ce06fbf2 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -54,6 +54,7 @@ org.apache.kafka.tools.ClusterToolTest:
 - testCommandConfigAndDeprecatedConfigPresent
 - testDeprecatedConfig
 - testLegacyModeClusterCannotUnregisterBroker
+- testLegacyModeClusterCannotUnregisterController
 - testListEndpointsArgumentWithBootstrapController
 - testListEndpointsArgumentWithBootstrapServer
 - testListEndpointsWithBootstrapController
@@ -61,6 +62,7 @@ org.apache.kafka.tools.ClusterToolTest:
 - testPrintClusterId
 - testUnregister
 - testUnregisterBroker
+- testUnregisterController
 - testUnregisterWithBootstrapController
 org.apache.kafka.tools.ConfigCommandIntegrationTest:
 - testAddConfigKeyValuesUsingCommand
@@ -490,6 +492,11 @@ org.apache.kafka.tools.MetadataQuorumCommandUnitTest:
 - testGetMetadataDirectoryIdWhenThereIsNoId
 - testGetNegativeControllerId
 - testRemoveControllerDryRun
+- testRemoveControllerDryRunWithUnregister
+- testRemoveControllerFailsWithUnsupportedVersion
+- testRemoveControllerFailsWithVoterNotFound
+- testRemoveControllerSucceedsButUnregisterFails
+- testRemoveControllerWithUnregisterSuccess
 org.apache.kafka.tools.ProducerPerformanceTest:
 - testBootstrapServer
 - testClientIdOverride

Reply via email to