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 f0b9666c18f Update test catalog data for GHA workflow run 13917106129
f0b9666c18f is described below
commit f0b9666c18f9317ace7f7328a5ea916a677692dd
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 18 09:03:04 2025 +0000
Update test catalog data for GHA workflow run 13917106129
Commit:
https://github.com/apache/kafka/commit/b80587770572328eb369e0aeaddc0a80f2487640
GitHub Run: https://github.com/apache/kafka/actions/runs/13917106129
---
.../clients/clients-integration-tests/tests.yaml | 57 ++++++++++++++++++++++
test-catalog/core/tests.yaml | 57 ----------------------
2 files changed, 57 insertions(+), 57 deletions(-)
diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml
b/test-catalog/clients/clients-integration-tests/tests.yaml
index 7feed712713..85e163e0960 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -8,3 +8,60 @@ org.apache.kafka.clients.admin.AdminFenceProducersTest:
org.apache.kafka.clients.admin.StaticBrokerConfigTest:
- testTopicConfigsGetImpactedIfStaticConfigsAddToBroker
- testTopicConfigsGetImpactedIfStaticConfigsAddToController
+org.apache.kafka.clients.consumer.ShareConsumerTest:
+- testAcknowledgementCommitCallbackCallsShareConsumerDisallowed
+- testAcknowledgementCommitCallbackCallsShareConsumerWakeup
+- testAcknowledgementCommitCallbackInvalidRecordStateException
+- testAcknowledgementCommitCallbackOnClose
+- testAcknowledgementCommitCallbackSuccessfulAcknowledgement
+- testAcknowledgementCommitCallbackThrowsException
+- testAcknowledgementSentOnSubscriptionChange
+- testAcquisitionLockTimeoutOnConsumer
+- testComplexShareConsumer
+- testConfiguredExplicitAcknowledgeCommitSuccess
+- testConfiguredImplicitAcknowledgeExplicitAcknowledgeFails
+- testConsumerCloseInGroupSequential
+- testControlRecordsSkipped
+- testExplicitAcknowledgeCommitSuccess
+- testExplicitAcknowledgeReleaseAccept
+- testExplicitAcknowledgeReleaseClose
+- testExplicitAcknowledgeReleasePollAccept
+- testExplicitAcknowledgeSuccess
+- testExplicitAcknowledgeThrowsNotInBatch
+- testExplicitAcknowledgementCommitAsync
+- testExplicitAcknowledgementCommitAsyncPartialBatch
+- testFetchRecordLargerThanMaxPartitionFetchBytes
+- testHeaders
+- testHeadersSerializerDeserializer
+- testImplicitAcknowledgeCommitSync
+- testImplicitAcknowledgeFailsExplicit
+- testImplicitAcknowledgementCommitAsync
+- testImplicitModeNotTriggeredByPollWhenNoAcksToSend
+- testLsoMovementByRecordsDeletion
+- testMaxPollRecords
+- testMultipleConsumersInGroupConcurrentConsumption
+- testMultipleConsumersInGroupFailureConcurrentConsumption
+- testMultipleConsumersInGroupSequentialConsumption
+- testMultipleConsumersInMultipleGroupsConcurrentConsumption
+- testMultipleConsumersWithDifferentGroupIds
+- testPollNoSubscribeFails
+- testPollRecordsGreaterThanMaxBytes
+- testPollThrowsInterruptExceptionIfInterrupted
+- testShareAutoOffsetResetByDuration
+- testShareAutoOffsetResetByDurationInvalidFormat
+- testShareAutoOffsetResetDefaultValue
+- testShareAutoOffsetResetEarliest
+- testShareAutoOffsetResetEarliestAfterLsoMovement
+- testShareAutoOffsetResetMultipleGroupsWithDifferentValue
+- testShareConsumerAfterCoordinatorMovement
+- testSubscribeAndPollNoRecords
+- testSubscribeOnInvalidTopicThrowsInvalidTopicException
+- testSubscribePollSubscribe
+- testSubscribePollUnsubscribe
+- testSubscribeSubscribeEmptyPollFails
+- testSubscribeUnsubscribePollFails
+- testSubscriptionAndPoll
+- testSubscriptionAndPollFollowedByTopicDeletion
+- testSubscriptionAndPollMultiple
+- testSubscriptionFollowedByTopicCreation
+- testWakeupWithFetchedRecordsAvailable
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index a095f999afb..3242613ac99 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -3693,63 +3693,6 @@ kafka.server.share.SharePartitionTest:
- testWriteShareGroupStateWithWriteException
kafka.test.api.CustomQuotaCallbackTest:
- testCustomQuotaCallbackWithControllerServer
-kafka.test.api.ShareConsumerTest:
-- testAcknowledgementCommitCallbackCallsShareConsumerDisallowed
-- testAcknowledgementCommitCallbackCallsShareConsumerWakeup
-- testAcknowledgementCommitCallbackInvalidRecordStateException
-- testAcknowledgementCommitCallbackOnClose
-- testAcknowledgementCommitCallbackSuccessfulAcknowledgement
-- testAcknowledgementCommitCallbackThrowsException
-- testAcknowledgementSentOnSubscriptionChange
-- testAcquisitionLockTimeoutOnConsumer
-- testComplexShareConsumer
-- testConfiguredExplicitAcknowledgeCommitSuccess
-- testConfiguredImplicitAcknowledgeExplicitAcknowledgeFails
-- testConsumerCloseInGroupSequential
-- testControlRecordsSkipped
-- testExplicitAcknowledgeCommitSuccess
-- testExplicitAcknowledgeReleaseAccept
-- testExplicitAcknowledgeReleaseClose
-- testExplicitAcknowledgeReleasePollAccept
-- testExplicitAcknowledgeSuccess
-- testExplicitAcknowledgeThrowsNotInBatch
-- testExplicitAcknowledgementCommitAsync
-- testExplicitAcknowledgementCommitAsyncPartialBatch
-- testFetchRecordLargerThanMaxPartitionFetchBytes
-- testHeaders
-- testHeadersSerializerDeserializer
-- testImplicitAcknowledgeCommitSync
-- testImplicitAcknowledgeFailsExplicit
-- testImplicitAcknowledgementCommitAsync
-- testImplicitModeNotTriggeredByPollWhenNoAcksToSend
-- testLsoMovementByRecordsDeletion
-- testMaxPollRecords
-- testMultipleConsumersInGroupConcurrentConsumption
-- testMultipleConsumersInGroupFailureConcurrentConsumption
-- testMultipleConsumersInGroupSequentialConsumption
-- testMultipleConsumersInMultipleGroupsConcurrentConsumption
-- testMultipleConsumersWithDifferentGroupIds
-- testPollNoSubscribeFails
-- testPollRecordsGreaterThanMaxBytes
-- testPollThrowsInterruptExceptionIfInterrupted
-- testShareAutoOffsetResetByDuration
-- testShareAutoOffsetResetByDurationInvalidFormat
-- testShareAutoOffsetResetDefaultValue
-- testShareAutoOffsetResetEarliest
-- testShareAutoOffsetResetEarliestAfterLsoMovement
-- testShareAutoOffsetResetMultipleGroupsWithDifferentValue
-- testShareConsumerAfterCoordinatorMovement
-- testSubscribeAndPollNoRecords
-- testSubscribeOnInvalidTopicThrowsInvalidTopicException
-- testSubscribePollSubscribe
-- testSubscribePollUnsubscribe
-- testSubscribeSubscribeEmptyPollFails
-- testSubscribeUnsubscribePollFails
-- testSubscriptionAndPoll
-- testSubscriptionAndPollFollowedByTopicDeletion
-- testSubscriptionAndPollMultiple
-- testSubscriptionFollowedByTopicCreation
-- testWakeupWithFetchedRecordsAvailable
kafka.tools.DumpLogSegmentsTest:
- testBatchAndRecordMetadataOutput
- testDumpEmptyIndex