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

commit dd5db4687cc51de6fa057a7f981ee59d0bd74e3c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 29 03:06:26 2025 +0000

    Update test catalog data for GHA workflow run 18893478301
    
    Commit: 
https://github.com/apache/kafka/commit/d6728d4b29ae28b4016d5b8568b8971e7892f669
    GitHub Run: https://github.com/apache/kafka/actions/runs/18893478301
---
 test-catalog/clients/clients-integration-tests/tests.yaml | 1 -
 test-catalog/clients/tests.yaml                           | 1 +
 test-catalog/tools/tests.yaml                             | 1 +
 3 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml 
b/test-catalog/clients/clients-integration-tests/tests.yaml
index 8e2cb4167d6..cc07cfeb45a 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -364,7 +364,6 @@ org.apache.kafka.clients.consumer.ShareConsumerTest:
 - testShareAutoOffsetResetEarliestAfterLsoMovement
 - testShareAutoOffsetResetMultipleGroupsWithDifferentValue
 - testShareConsumerAfterCoordinatorMovement
-- testShareGroupMaxSizeConfigExceeded
 - testShareGroupShareSessionCacheIsFull
 - testSubscribeAndPollNoRecords
 - testSubscribeOnInvalidTopicThrowsInvalidTopicException
diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index c5df633e56d..464133b9b3f 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -2147,6 +2147,7 @@ 
org.apache.kafka.clients.consumer.internals.ShareCompletedFetchTest:
 - testCorruptedMessage
 - testNegativeFetchCount
 - testNoRecordsInFetch
+- testOverlappingAcquiredRecordsLogsErrorAndRetainsFirstOccurrence
 - testSimple
 - testSoftMaxPollRecordLimit
 - testUnaligned
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index c590c1b9bd1..3011770474b 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -806,6 +806,7 @@ 
org.apache.kafka.tools.consumer.group.ResetConsumerGroupOffsetTest:
 - testResetOffsetsWithPartitionNotExist
 - testResetWithUnrecognizedNewConsumerOption
 org.apache.kafka.tools.consumer.group.SaslClientsWithInvalidCredentialsTest:
+- initializationError
 - testConsumerGroupServiceWithAuthenticationFailure
 - testConsumerGroupServiceWithAuthenticationSuccess
 org.apache.kafka.tools.consumer.group.ShareGroupCommandTest:

Reply via email to