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

commit b23c487520752e7510d6fc02758394df23dae8ff
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 4 20:26:42 2025 +0000

    Update test catalog data for GHA workflow run 15448831155
    
    Commit: 
https://github.com/apache/kafka/commit/949617b0b2e237d713542ec76d52b733224bdea1
    GitHub Run: https://github.com/apache/kafka/actions/runs/15448831155
---
 test-catalog/clients/clients-integration-tests/tests.yaml | 1 +
 test-catalog/clients/tests.yaml                           | 5 +++++
 test-catalog/core/tests.yaml                              | 1 -
 test-catalog/metadata/tests.yaml                          | 1 +
 4 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml 
b/test-catalog/clients/clients-integration-tests/tests.yaml
index e12592f1c0c..1455b7ef091 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -69,6 +69,7 @@ org.apache.kafka.clients.consumer.ConsumerIntegrationTest:
 - testFetchPartitionsWithAlwaysFailedListenerWithGroupProtocolClassic
 - testFetchPartitionsWithAlwaysFailedListenerWithGroupProtocolConsumer
 - testLeaderEpoch
+- testRackAwareAssignment
 org.apache.kafka.clients.consumer.ConsumerTopicCreationTest:
 - testAsyncConsumerTopicCreationIfConsumerAllowToCreateTopic
 - testAsyncConsumerTopicCreationIfConsumerDisallowToCreateTopic
diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 8f6c83c1e17..52686f08cda 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -47,6 +47,9 @@ org.apache.kafka.clients.FetchSessionHandlerTest:
 - testTopicIdUsageGrantedOnIdUpgrade
 - testVerifyFullFetchResponsePartitions
 - testVerifyFullFetchResponsePartitionsWithTopicIds
+org.apache.kafka.clients.GroupRebalanceConfigTest:
+- testRackIdIsEmptyIfNoDefined
+- testRackIdIsNotEmptyIfDefined
 org.apache.kafka.clients.InFlightRequestsTest:
 - testClearAll
 - testCompleteLastSent
@@ -1280,6 +1283,7 @@ 
org.apache.kafka.clients.consumer.internals.ConsumerHeartbeatRequestManagerTest:
 - testPollOnLeaving
 - testPollTimerExpiration
 - testPollTimerExpirationShouldNotMarkMemberStaleIfMemberAlreadyLeaving
+- testRackIdInHeartbeatLifecycle
 - testRegexInHeartbeatLifecycle
 - testRegexInJoiningHeartbeat
 - testSendingLeaveGroupHeartbeatWhenPreviousOneInFlight
@@ -1338,6 +1342,7 @@ 
org.apache.kafka.clients.consumer.internals.ConsumerMembershipManagerTest:
 - testMemberJoiningTransitionsToStableWhenReceivingEmptyAssignment
 - testMemberKeepsUnresolvedAssignmentWaitingForMetadataUntilResolved
 - testMembershipManagerInitSupportsEmptyGroupInstanceId
+- testMembershipManagerRackId
 - testMembershipManagerServerAssignor
 - testMetadataUpdatesReconcilesUnresolvedAssignments
 - testMetadataUpdatesRequestsAnotherUpdateIfNeeded
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index a6e67f3a160..269ea62d99f 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2971,7 +2971,6 @@ kafka.server.share.SharePartitionManagerTest:
 - testFetchMessagesRotatePartitions
 - testGetErroneousAndValidTopicIdPartitions
 - testListenerRegistration
-- testMultipleConcurrentShareFetches
 - testMultipleSequentialShareFetches
 - testNewContext
 - testNewContextExistingSessionNewRequestWithInitialEpoch
diff --git a/test-catalog/metadata/tests.yaml b/test-catalog/metadata/tests.yaml
index 8d034c0a832..93bedfbcc19 100644
--- a/test-catalog/metadata/tests.yaml
+++ b/test-catalog/metadata/tests.yaml
@@ -1,6 +1,7 @@
 org.apache.kafka.controller.AclControlManagerTest:
 - testAddAndDelete
 - testCreateAclDeleteAcl
+- testCreateDedupe
 - testDeleteDedupe
 - testLoadSnapshot
 - testValidateAclWithBadPrincipal

Reply via email to