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 03254a1e13b Update test catalog data for GHA workflow run 15000013893
03254a1e13b is described below
commit 03254a1e13be1aa01d8d6ac4800fdba35e4632a3
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue May 13 17:52:30 2025 +0000
Update test catalog data for GHA workflow run 15000013893
Commit:
https://github.com/apache/kafka/commit/c16c240bd1fb8c84f89b7b774629ec24016d3866
GitHub Run: https://github.com/apache/kafka/actions/runs/15000013893
---
test-catalog/core/tests.yaml | 4 ++++
test-catalog/group-coordinator/tests.yaml | 5 +++++
test-catalog/server/tests.yaml | 1 +
test-catalog/share-coordinator/tests.yaml | 4 ++++
4 files changed, 14 insertions(+)
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 7f823020345..e3762ebea8d 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2248,6 +2248,7 @@ kafka.server.KafkaApisTest:
- testHandleOffsetFetchWithMultipleGroups
- testHandleOffsetFetchWithSingleGroup
- testHandleOffsetFetchWithUnauthorizedTopicAndTopLevelError
+- testHandleOffsetFetchWithUnknownTopicIds
- testHandleShareAcknowledgeRequestAcknowledgeThrowsError
- testHandleShareAcknowledgeRequestBatchValidationError
- testHandleShareAcknowledgeRequestGroupAuthorizationError
@@ -2936,6 +2937,7 @@ kafka.server.metadata.BrokerMetadataPublisherTest:
- testExceptionInUpdateCoordinator
- testGetTopicDelta
- testNewImagePushedToGroupCoordinator
+- testNewShareVersionPushedToSharePartitionManager
- testReloadUpdatedFilesWithoutConfigChange
kafka.server.metadata.ClientQuotaMetadataManagerTest:
- testHandleIpQuota
@@ -3008,6 +3010,7 @@ kafka.server.share.SharePartitionManagerTest:
- testNewContextReturnsFinalContextWhenTopicPartitionsArePresentInRequestData
- testNewContextReturnsFinalContextWithRequestData
- testNewContextReturnsFinalContextWithoutRequestData
+- testOnShareVersionToggle
- testPartitionLoadTimeMetricWithMultiplePartitions
- testPendingInitializationShouldCompleteFetchRequest
- testReleaseSessionCompletesDelayedShareFetchRequest
@@ -3030,6 +3033,7 @@ kafka.server.share.SharePartitionManagerTest:
- testSharePartitionListenerOnDeleted
- testSharePartitionListenerOnFailed
- testSharePartitionPartialInitializationFailure
+- testShareSessionCacheSupportsShareGroups
- testShareSessionUpdateTopicIdsBrokerSide
- testSubsequentShareSession
- testToForgetPartitions
diff --git a/test-catalog/group-coordinator/tests.yaml
b/test-catalog/group-coordinator/tests.yaml
index 58f9876c317..faa3869a4f1 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -142,6 +142,7 @@
org.apache.kafka.coordinator.group.GroupCoordinatorServiceTest:
- testListGroupsWithFailure
- testOnElection
- testOnPartitionsDeleted
+- testOnPartitionsDeletedCleanupShareGroupState
- testOnPartitionsDeletedWhenServiceIsNotStarted
- testOnResignation
- testOnResignationWithEmptyLeaderEpoch
@@ -380,6 +381,8 @@ org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
- testLeavingMemberBumpsGroupEpoch
- testLeavingStaticMemberBumpsGroupEpoch
- testListGroups
+- testMaybeCleanupShareGroupStateEmptyTopicIds
+- testMaybeCleanupShareGroupStateInitDeletedTopicsPresent
- testMemberIdGeneration
- testMemberJoinsEmptyConsumerGroup
- testMemberJoinsEmptyStreamsGroup
@@ -623,6 +626,7 @@
org.apache.kafka.coordinator.group.OffsetMetadataManagerTest:
- testFetchAllOffsetsWithUnknownGroup
- testFetchOffsetsAtDifferentCommittedOffset
- testFetchOffsetsWithPendingTransactionalOffsets
+- testFetchOffsetsWithTopicIds
- testFetchOffsetsWithUnknownGroup
- testGenericGroupFetchAllOffsetsWithDeadGroup
- testGenericGroupFetchOffsetsWithDeadGroup
@@ -672,6 +676,7 @@
org.apache.kafka.coordinator.group.assignor.OptimizedUniformAssignmentBuilderTes
- testOneMemberNoTopicSubscription
- testOneMemberSubscribedToNonexistentTopic
- testReassignmentForTwoMembersTwoTopicsGivenUnbalancedPrevAssignment
+- testReassignmentStickinessWhenAlreadyBalanced
-
testReassignmentWhenOneMemberAddedAfterInitialAssignmentWithTwoMembersTwoTopics
-
testReassignmentWhenOneMemberRemovedAfterInitialAssignmentWithThreeMembersTwoTopics
-
testReassignmentWhenOneSubscriptionRemovedAfterInitialAssignmentWithTwoMembersTwoTopics
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index a95227dcf98..4d7a49c5532 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -170,6 +170,7 @@ org.apache.kafka.server.share.fetch.ShareFetchTest:
- testMaybeCompleteWithExceptionWithExistingErroneousTopicPartition
- testMaybeCompleteWithPartialErroneousTopicPartitions
org.apache.kafka.server.share.session.ShareSessionCacheTest:
+- testRemoveAllSessions
- testRemoveConnection
- testResizeCachedSessions
- testShareSessionCache
diff --git a/test-catalog/share-coordinator/tests.yaml
b/test-catalog/share-coordinator/tests.yaml
index c13e6c008b4..a159cdbe2d0 100644
--- a/test-catalog/share-coordinator/tests.yaml
+++ b/test-catalog/share-coordinator/tests.yaml
@@ -35,6 +35,8 @@
org.apache.kafka.coordinator.share.ShareCoordinatorServiceTest:
- testInitializeStateSuccess
- testInitializeStateValidationError
- testInitializeStateWhenNotStarted
+- testOnTopicsDeletedDoesNotThrowExp
+- testOnTopicsDeletedEmptyList
- testPartitionFor
- testReadFutureReturnsError
- testReadStateSuccess
@@ -72,6 +74,8 @@ org.apache.kafka.coordinator.share.ShareCoordinatorShardTest:
- testInitializeTopicIdNonExistentInMetadataImage
- testLastRedundantOffset
- testNonSequentialBatchUpdates
+- testOnTopicsDeletedEmptyTopicIds
+- testOnTopicsDeletedTopicIds
- testReadNullMetadataImage
- testReadStateFencedLeaderEpochError
- testReadStateInvalidRequestData