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

commit f58c2fbaa1c26a26a3775a8a6a92efadc26f0ce8
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 9 00:47:49 2026 +0000

    Update test catalog data for GHA workflow run 22830779719
    
    Commit: 
https://github.com/apache/kafka/commit/ee2204f2130d6f7c5710f57c90c85ae835be14d6
    GitHub Run: https://github.com/apache/kafka/actions/runs/22830779719
---
 test-catalog/clients/clients-integration-tests/tests.yaml | 1 +
 test-catalog/core/tests.yaml                              | 4 ++--
 test-catalog/group-coordinator/tests.yaml                 | 7 +++++++
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml 
b/test-catalog/clients/clients-integration-tests/tests.yaml
index 7b921f3b153..afe290e7e29 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -386,6 +386,7 @@ org.apache.kafka.clients.consumer.ShareConsumerTest:
 - testPollThrowsInterruptExceptionIfInterrupted
 - testReadCommittedIsolationLevel
 - testReadUncommittedIsolationLevel
+- testRenewAcknowledgementDisabled
 - testRenewAcknowledgementInvalidStateRecord
 - testRenewAcknowledgementNoResultInPoll
 - testRenewAcknowledgementOnCommitSync
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 01dfd46f434..a4fb6ce09d7 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2838,8 +2838,6 @@ kafka.server.share.ShareFetchUtilsTest:
 - testAccumulateAcquiredRecordsNoMerging
 - testAccumulateAcquiredRecordsSingleRecord
 - testAccumulateAcquiredRecordsWithRanges
-- testDeliveryCountLimitOrDefaultWithGroupConfig
-- testDeliveryCountLimitOrDefaultWithoutGroupConfig
 - testProcessFetchResponse
 - testProcessFetchResponseWhenNoRecordsAreAcquired
 - testProcessFetchResponseWithEmptyRecords
@@ -3143,6 +3141,8 @@ kafka.server.share.SharePartitionTest:
 - testReleaseMultipleRecordBatch
 - testReleaseOffsetWithWriteShareGroupStateFailure
 - testReleaseSingleRecordBatch
+- testRenewAcknowledgeDisabledWithCompleteBatchAck
+- testRenewAcknowledgeDisabledWithPerOffsetAck
 - testRenewAcknowledgeOnExpiredBatch
 - testRenewAcknowledgeWithCompleteBatchAck
 - testRenewAcknowledgeWithPerOffsetAck
diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index c31345f3de3..bc2cf52814a 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -1036,6 +1036,13 @@ 
org.apache.kafka.coordinator.group.modern.share.ShareGroupAssignmentBuilderTest:
 - testStableToStable
 - testStableToStableWithAssignmentTopicsNoLongerInSubscription
 - testStableToStableWithNewPartitions
+org.apache.kafka.coordinator.group.modern.share.ShareGroupConfigProviderTest:
+- testDeliveryCountLimitOrDefaultWithGroupConfig
+- testDeliveryCountLimitOrDefaultWithoutGroupConfig
+- testIsRenewAcknowledgeDisabledWithGroupConfig
+- testIsRenewAcknowledgeEnabledWithoutGroupConfig
+- testRecordLockDurationMsOrDefaultWithGroupConfig
+- testRecordLockDurationMsOrDefaultWithoutGroupConfig
 org.apache.kafka.coordinator.group.modern.share.ShareGroupConfigTest:
 - testConfigs
 - testInvalidConfigs

Reply via email to