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 2904712c4e1 Update test catalog data for GHA workflow run 30514772886
2904712c4e1 is described below

commit 2904712c4e1ae642dffde94901458259af1dd177
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 30 09:02:02 2026 +0000

    Update test catalog data for GHA workflow run 30514772886
    
    Commit: 
https://github.com/apache/kafka/commit/1926075628d72b2c0dc82c0e8ec9c79a54f869cd
    GitHub Run: https://github.com/apache/kafka/actions/runs/30514772886
---
 test-catalog/clients/tests.yaml           |  1 +
 test-catalog/core/tests.yaml              |  6 ++++++
 test-catalog/group-coordinator/tests.yaml | 31 +++++++++++++++++++++++++++++++
 test-catalog/server/tests.yaml            |  1 +
 4 files changed, 39 insertions(+)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index b744e1fda42..8af45b216fe 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -4909,6 +4909,7 @@ 
org.apache.kafka.common.security.authenticator.SaslAuthenticatorTest:
 - testMissingUsernameSaslPlain
 - testMultipleServerMechanisms
 - testPacketSizeTooBig
+- testPrincipalBuiltOncePerAuthentication
 - testReauthenticateWithLargeReauthValue
 - testRepeatedValidSaslPlainOverSsl
 - testSaslAuthenticationMaxReceiveSize
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 320e03d14a8..6cb0c548a65 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2208,6 +2208,9 @@ kafka.server.StreamsGroupDescribeRequestTest:
 - testStreamsGroupDescribeWhenFeatureFlagNotEnabled
 kafka.server.StreamsGroupHeartbeatRequestTest:
 - testAlterRackAwareAssignmentTagsGroupConfig
+- testAlterStreamsAssignorNameGroupConfig
+- testAlterStreamsAssignorNameGroupConfigWithCustomAssignor
+- testDescribeStreamsAssignorNameGroupConfigFallsBackToAssignorName
 - testDynamicGroupConfig
 - testEmptyStreamsGroupId
 - testFencedMemberCanRejoinWithEpochZero
@@ -2224,6 +2227,9 @@ kafka.server.StreamsGroupHeartbeatRequestTest:
 - testStreamsGroupHeartbeatWithInvalidAPIVersion
 
kafka.server.StreamsGroupHeartbeatRequestTest$WithAssignmentBatchingDisabledTest:
 - testAlterRackAwareAssignmentTagsGroupConfig
+- testAlterStreamsAssignorNameGroupConfig
+- testAlterStreamsAssignorNameGroupConfigWithCustomAssignor
+- testDescribeStreamsAssignorNameGroupConfigFallsBackToAssignorName
 - testDynamicGroupConfig
 - testEmptyStreamsGroupId
 - testFencedMemberCanRejoinWithEpochZero
diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 596bfe03a4b..7c6389fbdf7 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -30,6 +30,9 @@ org.apache.kafka.coordinator.group.GroupConfigTest:
 - testInvalidConfigName
 - testInvalidProps
 - testNotValidatedWhenNotConfigured
+- testStreamsAssignorNameEvaluateIsLenient
+- testStreamsAssignorNameSelectsCustomAssignor
+- testStreamsAssignorNameValidation
 - testStreamsRackAwareAssignmentTagsValidation
 - testValidShareAutoOffsetResetValues
 - testValidShareIsolationLevelValues
@@ -52,6 +55,12 @@ 
org.apache.kafka.coordinator.group.GroupCoordinatorConfigTest:
 - testInvalidStreamsConfigs
 - testShareGroupAssignorFullClassNames
 - testShareGroupAssignors
+- testStreamsGroupAssignorFullClassNames
+- testStreamsGroupAssignors
+- testStreamsGroupAssignorsBuiltinByClassName
+- testStreamsGroupAssignorsWithDuplicateNamesFails
+- testStreamsGroupAssignorsWithInvalidClassFails
+- testStreamsGroupAssignorsWithReservedBuiltinNameFails
 - testStreamsGroupInitialRebalanceDelayCustomValue
 - testStreamsGroupInitialRebalanceDelayDefaultValue
 - testStreamsGroupMaxWarmupReplicasCustomValue
@@ -763,12 +772,16 @@ 
org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
 - testStaticMembersUnknownInstanceBatchLeaveGroup
 - testStaticMembersValidBatchLeaveGroup
 - testStreamsGroupAssignmentInterval
+- testStreamsGroupAssignorFallsBackToDefaultWhenUnavailable
+- testStreamsGroupAssignorSelectedByGroupConfig
+- testStreamsGroupDefaultsToFirstAssignorWhenNoStickyConfigured
 - testStreamsGroupDeleteCancelsInitialRebalanceTimer
 - testStreamsGroupDescribeBeforeAndAfterCommittingOffset
 - testStreamsGroupDescribeNoErrors
 - testStreamsGroupDescribeOnConsumerGroup
 - testStreamsGroupDescribeOnShareGroup
 - testStreamsGroupDescribeReadsStoredDescriptionTopologyEpochAtCommittedOffset
+- testStreamsGroupDescribeReportsAssignorSelectedByGroupConfig
 - testStreamsGroupDescribeReturnsPerMemberTaskOffsets
 - testStreamsGroupDescribeSurfacesStoredDescriptionTopologyEpoch
 - testStreamsGroupDescribeWithErrors
@@ -790,6 +803,7 @@ org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
 - testStreamsGroupHeartbeatStoresTaskOffsetsWithoutPersisting
 - testStreamsGroupHeartbeatWithEmptyClassicGroup
 - testStreamsGroupHeartbeatWithNonEmptyClassicGroup
+- testStreamsGroupKeepsNoRefinedAssignmentWhenWarmupsAreDisabled
 - testStreamsGroupMemberCanRejoinWithEpochZero
 - testStreamsGroupMemberEpochValidation
 - testStreamsGroupMemberJoiningWithIncorrectlyPartitionedTopic
@@ -799,6 +813,7 @@ org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
 - testStreamsGroupMemberRequestingShutdownApplication
 - testStreamsGroupMemberRequestingShutdownApplicationUponLeaving
 - testStreamsGroupMetadataReplayRoundTripsTopologyDescriptionEpochs
+- testStreamsGroupUsesBrokerDefaultAssignorWhenGroupUnset
 - testStreamsInitialRebalanceDelayEmptyDuringDelayAssignsAfterTimer
 - testStreamsLeavingMemberRemovesMemberAndBumpsGroupEpoch
 - testStreamsNewJoiningMemberTriggersNewTargetAssignment
@@ -980,6 +995,7 @@ 
org.apache.kafka.coordinator.group.StreamsGroupStaticMemberGroupMetadataManagerT
 - testStaticMemberRejoinsAfterTemporaryLeave
 - testStaticMemberRejoinsAfterTemporaryLeaveFromUnreleasedState
 - testStaticMemberRejoinsWithSameMemberIdAndDifferentInstanceId
+- testStaticMemberReplacementRelabelsCachedRefinedAssignment
 - testStaticMemberSendHeartbeatWithVariousEpochThenThrowError
 - testStreamsStaticJoinWithNewInstanceAtMaxSizeThrowsGroupMaxSizeReached
 - 
testStreamsStaticJoinWithUnreleasedInstanceThrowsUnreleasedInstanceIdAtMaxSize
@@ -1342,6 +1358,16 @@ 
org.apache.kafka.coordinator.group.modern.share.ShareGroupTest:
 - testValidateOffsetCommit
 - testValidateOffsetDelete
 - testValidateOffsetFetch
+org.apache.kafka.coordinator.group.streams.AssignmentRefinerTest:
+- shouldNotDetectADropAndADuplicateCancellingEachOtherOut
+- shouldNotPreserveActiveTaskCountWhenASubtopologyWasDroppedEntirely
+- shouldNotPreserveActiveTaskCountWhenATaskWasDropped
+- shouldNotPreserveActiveTaskCountWhenATaskWasHandedToTwoMembers
+- shouldNotPreserveActiveTaskCountWhenATaskWasInvented
+- shouldPreserveActiveTaskCountOfUnchangedAssignment
+- shouldPreserveActiveTaskCountWhenATaskIsHeldBackWithItsCurrentOwner
+- shouldPreserveActiveTaskCountWhenStandbysAreDeferred
+- shouldPreserveActiveTaskCountWhenTheTargetAssignmentItselfDuplicatesATask
 org.apache.kafka.coordinator.group.streams.CurrentAssignmentBuilderTest:
 - testActiveNotGrantedWhileAnotherMemberOnSameProcessHoldsWarmup
 - testAssignmentEpochsShouldBePreservedFromPreviousAssignment
@@ -1450,7 +1476,9 @@ 
org.apache.kafka.coordinator.group.streams.StreamsGroupTest:
 - testAsDescribedGroupPrefersConfiguredTopologyOverStreamsTopology
 - testAsDescribedGroupWithStreamsTopologyHavingSubtopologies
 - testAsListedGroup
+- testCacheAndRetrieveRefinedAssignment
 - testCacheEndpointToPartitionsAndRetrieve
+- testCachedRefinedAssignmentDoesNotTrackTheCallersMap
 - testCancelTimers
 - testComputeMetadataHash
 - testCreateGroupTombstoneRecords
@@ -1467,6 +1495,9 @@ 
org.apache.kafka.coordinator.group.streams.StreamsGroupTest:
 - testMetadataRefreshDeadline
 - testNoStaticMember
 - testOffsetExpirationCondition
+- testRefinedAssignmentCacheHoldsOnlyTheLatestEpoch
+- testRelabelRefinedAssignment
+- testRelabelRefinedAssignmentOfUnknownMemberIsANoOp
 - testRemoveMember
 - testRemoveMemberClearsTaskOffsets
 - testRemoveMemberRemovesCacheEntry
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index d41848f655f..f2abd663434 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -400,6 +400,7 @@ org.apache.kafka.server.config.AbstractKafkaConfigTest:
 - testExtractGroupConfigMapExcludesInternalConfigWithUnconfiguredBrokerSynonym
 - testExtractGroupConfigMapIncludesInternalConfigWithConfiguredBrokerSynonym
 - testExtractGroupConfigMapIncludesNonInternalConfig
+- testExtractGroupConfigMapReturnsStreamsAssignor
 - testPopulateSynonymsOnEmptyMap
 - testPopulateSynonymsOnMapWithoutBrokerId
 - testPopulateSynonymsOnMapWithoutNodeId

Reply via email to