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

commit f49ba5bf21dd5a75942373b0cf378c9b048b7232
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 8 19:27:59 2026 +0000

    Update test catalog data for GHA workflow run 28951804901
    
    Commit: 
https://github.com/apache/kafka/commit/673107f49d7cb01249d9214cfea6e112d8876a39
    GitHub Run: https://github.com/apache/kafka/actions/runs/28951804901
---
 test-catalog/clients/tests.yaml         | 10 ++++++++++
 test-catalog/connect/runtime/tests.yaml |  3 +++
 test-catalog/metadata/tests.yaml        |  1 +
 3 files changed, 14 insertions(+)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 7010fa754a2..d0f71f05c71 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -1688,13 +1688,18 @@ 
org.apache.kafka.clients.consumer.internals.CooperativeConsumerCoordinatorTest:
 - testPerformAssignmentShouldUpdateGroupSubscriptionAfterAssignmentIfNeeded
 - testPerformAssignmentShouldValidateCooperativeAssignment
 - testPrepareJoinAndRejoinAfterFailedRebalance
+- testRackAwareConsumerNoRebalanceWhenRedundantReplicaLosesRack
+- testRackAwareConsumerNoRebalanceWhenReplicaBounced
+- testRackAwareConsumerRebalanceWhenOnlineReplicaLosesRack
 - testRackAwareConsumerRebalanceWithAdditionalRacks
 - testRackAwareConsumerRebalanceWithDifferentRacks
 - testRackAwareConsumerRebalanceWithLessRacks
 - testRackAwareConsumerRebalanceWithNewPartitions
+- testRackAwareConsumerRebalanceWithNewRackWhileBrokerOffline
 - testRackAwareConsumerRebalanceWithNewReplicasOnSameRacks
 - testRackAwareConsumerRebalanceWithNoMetadataChange
 - testRackAwareConsumerRebalanceWithNoRackChange
+- testRackAwareConsumerRebalanceWithReplicaReassignedToOfflineBroker
 - testRebalanceAfterNotMatchingTopicUnavailableWithPatternSubscribe
 - testRebalanceAfterTopicUnavailableWithPatternSubscribe
 - testRebalanceAfterTopicUnavailableWithSubscribe
@@ -1854,13 +1859,18 @@ 
org.apache.kafka.clients.consumer.internals.EagerConsumerCoordinatorTest:
 - testPerformAssignmentShouldUpdateGroupSubscriptionAfterAssignmentIfNeeded
 - testPerformAssignmentShouldValidateCooperativeAssignment
 - testPrepareJoinAndRejoinAfterFailedRebalance
+- testRackAwareConsumerNoRebalanceWhenRedundantReplicaLosesRack
+- testRackAwareConsumerNoRebalanceWhenReplicaBounced
+- testRackAwareConsumerRebalanceWhenOnlineReplicaLosesRack
 - testRackAwareConsumerRebalanceWithAdditionalRacks
 - testRackAwareConsumerRebalanceWithDifferentRacks
 - testRackAwareConsumerRebalanceWithLessRacks
 - testRackAwareConsumerRebalanceWithNewPartitions
+- testRackAwareConsumerRebalanceWithNewRackWhileBrokerOffline
 - testRackAwareConsumerRebalanceWithNewReplicasOnSameRacks
 - testRackAwareConsumerRebalanceWithNoMetadataChange
 - testRackAwareConsumerRebalanceWithNoRackChange
+- testRackAwareConsumerRebalanceWithReplicaReassignedToOfflineBroker
 - testRebalanceAfterNotMatchingTopicUnavailableWithPatternSubscribe
 - testRebalanceAfterTopicUnavailableWithPatternSubscribe
 - testRebalanceAfterTopicUnavailableWithSubscribe
diff --git a/test-catalog/connect/runtime/tests.yaml 
b/test-catalog/connect/runtime/tests.yaml
index 2b225d26f0c..2c7b1448153 100644
--- a/test-catalog/connect/runtime/tests.yaml
+++ b/test-catalog/connect/runtime/tests.yaml
@@ -309,6 +309,7 @@ org.apache.kafka.connect.runtime.AbstractHerderTest:
 - testHeaderConverterPluginConfig
 - testPauseConnector
 - testPredicatePluginConfig
+- testRepeatedConfigValidationOfInvalidVersionSurfacesAvailableVersions
 - testResumeConnector
 - testReverseTransformConfigs
 - testSinkConnectorPluginConfig
@@ -342,6 +343,8 @@ 
org.apache.kafka.connect.runtime.AbstractWorkerSourceTaskTest:
 - testTopicCreateSucceedsWhenCreateReturnsNewTopicFound
 - testTopicCreateWhenTopicExists
 - testTopicDescribeFails
+org.apache.kafka.connect.runtime.CachedConnectorsTest:
+- testCachedInvalidVersionFailurePreservesAvailableVersions
 org.apache.kafka.connect.runtime.ConnectMetricsTest:
 - testConnectorPluginMetrics
 - testDisableJmxReporter
diff --git a/test-catalog/metadata/tests.yaml b/test-catalog/metadata/tests.yaml
index d3fe7ec926c..9eaf91e9bd2 100644
--- a/test-catalog/metadata/tests.yaml
+++ b/test-catalog/metadata/tests.yaml
@@ -324,6 +324,7 @@ org.apache.kafka.controller.ReplicationControlManagerTest:
 - testRemoveLeaderships
 - testShrinkAndExpandIsr
 - testTopicNameCollision
+- testTotalNumberOfPartitionsValidationDoesNotOverflow
 - testValidateBadManualPartitionAssignments
 - testValidateGoodManualPartitionAssignments
 - testValidateNewTopicNames

Reply via email to