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 1f095502831 Update test catalog data for GHA workflow run 16593933174
1f095502831 is described below

commit 1f0955028312a769d5cf67f39647b6cee4424964
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 29 14:30:07 2025 +0000

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

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index ea6c1b937e3..dd72a69d45c 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -2142,6 +2142,7 @@ 
org.apache.kafka.clients.consumer.internals.ShareConsumeRequestManagerTest:
 - testAcknowledgementCommitCallbackMultiplePartitionCommitAsync
 - testBatchingAcknowledgeRequestStates
 - testCallbackHandlerConfig
+- testCloseInternalClosesShareFetchMetricsManager
 - testCloseShouldBeIdempotent
 - testCloseWithSubscriptionChange
 - testCommitAsync
@@ -2238,7 +2239,9 @@ 
org.apache.kafka.clients.consumer.internals.ShareFetchCollectorTest:
 - testFetchWithUnknownLeaderEpoch
 - testFetchWithUnknownServerError
 org.apache.kafka.clients.consumer.internals.ShareFetchMetricsManagerTest:
+- testAcknowledgements
 - testBytesFetched
+- testCloseRemovesAllSensors
 - testLatency
 - testNodeLatency
 - testRecordsFetched
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index be31e1c2b00..3a1eb1160ca 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -737,6 +737,13 @@ 
org.apache.kafka.tools.consumer.group.SaslClientsWithInvalidCredentialsTest:
 - testConsumerGroupServiceWithAuthenticationFailure
 - testConsumerGroupServiceWithAuthenticationSuccess
 org.apache.kafka.tools.consumer.group.ShareGroupCommandTest:
+- testAlterShareGroupAllTopicsToDatetimeSuccess
+- testAlterShareGroupFailureFailureWithNonExistentTopic
+- testAlterShareGroupMultipleTopicsSuccess
+- testAlterShareGroupOffsetsArgsFailureWithoutResetOffsetsArgs
+- testAlterShareGroupOffsetsFailureWithNoneEmptyGroup
+- testAlterShareGroupOffsetsFailureWithoutTopic
+- testAlterShareGroupToLatestSuccess
 - testDeleteShareGroupOffsets
 - testDeleteShareGroupOffsetsArgsWithoutGroup
 - testDeleteShareGroupOffsetsArgsWithoutTopic
@@ -764,6 +771,7 @@ org.apache.kafka.tools.consumer.group.ShareGroupCommandTest:
 - testListShareGroupsWithStates
 - testListWithUnrecognizedOption
 - testPrintEmptyGroupState
+- testResetOffsetsDryRunSuccess
 
org.apache.kafka.tools.consumer.group.share.ShareGroupStateMessageFormatterTest:
 - testMessageFormatter
 - testShareGroupStateMessageFormatterException

Reply via email to