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 0de59971abc Update test catalog data for GHA workflow run 15047600630 0de59971abc is described below commit 0de59971abcd376cd2c15ac31da3df14c244062c Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Thu May 15 16:55:15 2025 +0000 Update test catalog data for GHA workflow run 15047600630 Commit: https://github.com/apache/kafka/commit/a26d803f22e0f3f36ea96dc7afc29ae292e5a5f3 GitHub Run: https://github.com/apache/kafka/actions/runs/15047600630 --- test-catalog/clients/clients-integration-tests/tests.yaml | 1 + test-catalog/core/tests.yaml | 2 ++ test-catalog/group-coordinator/tests.yaml | 2 -- test-catalog/share-coordinator/tests.yaml | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml b/test-catalog/clients/clients-integration-tests/tests.yaml index 5e2ff732612..cb465a94c71 100644 --- a/test-catalog/clients/clients-integration-tests/tests.yaml +++ b/test-catalog/clients/clients-integration-tests/tests.yaml @@ -161,6 +161,7 @@ org.apache.kafka.clients.consumer.ShareConsumerTest: - testShareAutoOffsetResetMultipleGroupsWithDifferentValue - testShareConsumerAfterCoordinatorMovement - testShareGroupMaxSizeConfigExceeded +- testShareGroupShareSessionCacheIsFull - testSubscribeAndPollNoRecords - testSubscribeOnInvalidTopicThrowsInvalidTopicException - testSubscribePollSubscribe diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml index 312cb8a9eb3..420f20bee04 100644 --- a/test-catalog/core/tests.yaml +++ b/test-catalog/core/tests.yaml @@ -2281,6 +2281,7 @@ kafka.server.KafkaApisTest: - testHandleShareFetchRequestSuccessWithAcknowledgements - testHandleShareFetchRequestSuccessWithoutAcknowledgements - testHandleShareFetchRequestSuccessfulShareSessionLifecycle +- testHandleShareFetchRequestWhenShareSessionCacheIsFull - testHandleShareFetchShareGroupDisabled - testHandleSyncGroupRequest - testHandleSyncGroupRequestAuthenticationFailed @@ -3008,6 +3009,7 @@ kafka.server.share.SharePartitionManagerTest: - testCachedTopicPartitionsForValidShareSessions - testCachedTopicPartitionsWithNoTopicPartitions - testCloseSharePartitionManager +- testCreateIdleShareFetchTask - testDelayedInitializationShouldCompleteFetchRequest - testFetchMessagesRotatePartitions - testGetErroneousAndValidTopicIdPartitions diff --git a/test-catalog/group-coordinator/tests.yaml b/test-catalog/group-coordinator/tests.yaml index 349029a9875..b71980c9cfb 100644 --- a/test-catalog/group-coordinator/tests.yaml +++ b/test-catalog/group-coordinator/tests.yaml @@ -151,8 +151,6 @@ org.apache.kafka.coordinator.group.GroupCoordinatorServiceTest: - testPersisterInitializeGroupInitializeFailure - testPersisterInitializePartialFailure - testPersisterInitializeSuccess -- testReconcileShareGroupInitializingState -- testReconcileShareGroupInitializingStateNoRequests - testShareGroupDescribe - testShareGroupDescribeCoordinatorLoadInProgress - testShareGroupDescribeCoordinatorNotActive diff --git a/test-catalog/share-coordinator/tests.yaml b/test-catalog/share-coordinator/tests.yaml index a159cdbe2d0..1d77adf5954 100644 --- a/test-catalog/share-coordinator/tests.yaml +++ b/test-catalog/share-coordinator/tests.yaml @@ -38,6 +38,7 @@ org.apache.kafka.coordinator.share.ShareCoordinatorServiceTest: - testOnTopicsDeletedDoesNotThrowExp - testOnTopicsDeletedEmptyList - testPartitionFor +- testPeriodicJobsDoNotRunWhenShareGroupsDisabled - testReadFutureReturnsError - testReadStateSuccess - testReadStateSummarySuccess