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

commit f6b1b96dec797dd9b74e17bce747de2af0604fa3
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 12 17:22:42 2026 +0000

    Update test catalog data for GHA workflow run 27420387716
    
    Commit: 
https://github.com/apache/kafka/commit/868315c3723e99538d71db52677a11f866a5bb48
    GitHub Run: https://github.com/apache/kafka/actions/runs/27420387716
---
 test-catalog/core/tests.yaml              | 4 ++--
 test-catalog/group-coordinator/tests.yaml | 1 +
 test-catalog/server-common/tests.yaml     | 2 ++
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index fdf4803501f..02f52d34021 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1311,12 +1311,12 @@ 
kafka.server.ConsumerGroupHeartbeatRequestTest$WithAssignmentBatchingDisabledTes
 - testStaticMembersRejoinWithDifferentServerAssignor
 - testUpdateConsumerGroupHeartbeatConfigSuccessful
 kafka.server.ConsumerProtocolMigrationTest:
+- testClassicMemberJoinToConsumerGroupWithDisabledMigrationPolicy
 - testDowngradeFromEmptyConsumerToClassicGroupWithBidirectionalPolicy
 - testDowngradeFromEmptyConsumerToClassicGroupWithDisabledPolicy
 - testDowngradeFromEmptyConsumerToClassicGroupWithDowngradePolicy
 - testDowngradeFromEmptyConsumerToClassicGroupWithUpgradePolicy
 - testDowngradeMigrationPolicy
-- testDowngradeWithDisabledMigrationPolicy
 - testOnlineMigrationWithCooperativeAssignmentStrategyAndDynamicMembers
 - testOnlineMigrationWithCooperativeAssignmentStrategyAndStaticMembers
 - testOnlineMigrationWithEagerAssignmentStrategyAndDynamicMembers
@@ -1333,12 +1333,12 @@ kafka.server.ConsumerProtocolMigrationTest:
 - testUpgradeMigrationPolicy
 - testUpgradeWithDisabledMigrationPolicy
 kafka.server.ConsumerProtocolMigrationTest$WithAssignmentBatchingDisabledTest:
+- testClassicMemberJoinToConsumerGroupWithDisabledMigrationPolicy
 - testDowngradeFromEmptyConsumerToClassicGroupWithBidirectionalPolicy
 - testDowngradeFromEmptyConsumerToClassicGroupWithDisabledPolicy
 - testDowngradeFromEmptyConsumerToClassicGroupWithDowngradePolicy
 - testDowngradeFromEmptyConsumerToClassicGroupWithUpgradePolicy
 - testDowngradeMigrationPolicy
-- testDowngradeWithDisabledMigrationPolicy
 - testOnlineMigrationWithCooperativeAssignmentStrategyAndDynamicMembers
 - testOnlineMigrationWithCooperativeAssignmentStrategyAndStaticMembers
 - testOnlineMigrationWithEagerAssignmentStrategyAndDynamicMembers
diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 1300215ff95..3cc5560ac78 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -334,6 +334,7 @@ org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
 - testClassicGroupSyncToConsumerGroupWithIllegalGeneration
 - testClassicGroupSyncToConsumerGroupWithInconsistentGroupProtocol
 - testClassicGroupSyncToConsumerGroupWithUnknownMemberId
+- testClassicMemberJoinToConsumerGroupWithDisabledMigrationPolicy
 - testCombineInitMaps
 - testCompleteDeleteShareGroupOffsets
 - testCompleteDeleteShareGroupOffsetsEmptyResult
diff --git a/test-catalog/server-common/tests.yaml 
b/test-catalog/server-common/tests.yaml
index da2cfc4aaf8..6742705da11 100644
--- a/test-catalog/server-common/tests.yaml
+++ b/test-catalog/server-common/tests.yaml
@@ -135,7 +135,9 @@ org.apache.kafka.server.common.MetadataVersionTest:
 - assertLatestProductionIsProduction
 - testDirectoryAssignmentSupported
 - testFeatureLevels
+- testFromShortVersionString
 - testFromVersionString
+- testFromVersionStringUnstableDisabled
 - testIsDelegationTokenSupported
 - testIsElrSupported
 - testListOffsetsValueVersion

Reply via email to