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 ce0eefa61df Update test catalog data for GHA workflow run 25068775568
ce0eefa61df is described below

commit ce0eefa61df6004ffaafb0627bc920dfa1b692d9
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 28 21:01:44 2026 +0000

    Update test catalog data for GHA workflow run 25068775568
    
    Commit: 
https://github.com/apache/kafka/commit/e6653a9c7a039950fe865df84728fcd4ab27b6ce
    GitHub Run: https://github.com/apache/kafka/actions/runs/25068775568
---
 test-catalog/clients/tests.yaml | 8 ++++++++
 test-catalog/tools/tests.yaml   | 2 ++
 2 files changed, 10 insertions(+)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 59cdf8111e0..54ec127091c 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -1205,6 +1205,7 @@ 
org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumerTest:
 - testPollDoesNotAddNewAsyncPollEventWhenOneIsAlreadyInFlight
 - testPollThrowsInterruptExceptionIfInterrupted
 - testPollWaitsForReconciliationCheckComplete
+- testPollWithManualAssignmentDoesNotBusyLoop
 - testProcessBackgroundEventsTimesOut
 - testProcessBackgroundEventsWithInitialDelay
 - testProcessBackgroundEventsWithoutDelay
@@ -1324,6 +1325,7 @@ 
org.apache.kafka.clients.consumer.internals.ConsumerHeartbeatRequestManagerTest:
 - testHeartbeatResponseErrorNotifiedToGroupManagerAfterErrorPropagated
 - testHeartbeatResponseOnErrorHandling
 - testHeartbeatState
+- testMaximumTimeToWaitWhenHeartbeatShouldBeSkipped
 - testNetworkTimeout
 - testNoCoordinator
 - testPollOnCloseGeneratesRequestIfNeeded
@@ -4579,8 +4581,14 @@ 
org.apache.kafka.common.requests.TxnOffsetCommitRequestTest:
 - testVersionSupportForGroupInstanceId
 - testVersionSupportForGroupMetadata
 org.apache.kafka.common.requests.TxnOffsetCommitResponseTest:
+- testBuilderAddPartition
+- testBuilderAddPartitions
+- testBuilderMergeAddsNewTopic
+- testBuilderMergeAppendsToExistingTopic
+- testBuilderMergeIntoEmpty
 - testConstructorWithErrorResponse
 - testParse
+- testTopicNameBuilderRejectsNullTopicName
 org.apache.kafka.common.requests.UpdateFeaturesRequestTest:
 - testGetErrorResponse
 - testUpdateFeaturesV0
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index 0274d8cd342..5f1701b4cba 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -62,6 +62,7 @@ org.apache.kafka.tools.ClusterToolTest:
 - testUnregisterWithBootstrapController
 org.apache.kafka.tools.ConfigCommandIntegrationTest:
 - testAddConfigKeyValuesUsingCommand
+- testAlterBrokerConfigWithOfflineBroker
 - testAlterReadOnlyConfigInKRaftThenShouldFail
 - testAlterStreamsGroupHeartbeatInterval
 - testAlterStreamsGroupNumOfStandbyReplicas
@@ -70,6 +71,7 @@ org.apache.kafka.tools.ConfigCommandIntegrationTest:
 - testBrokerLoggerConfigUpdate
 - testClientMetricsConfigUpdate
 - testDeleteNonExistentConfigIsIdempotent
+- testDeleteNonExistentConfigIsIdempotentWithBootstrapController
 - testDescribeGroupWithoutDynamicConfigs
 - testDescribeNonExistentConfigResource
 - testDescribeStreamsGroupConfigs

Reply via email to