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

commit a04b13701401d6d898dbf1b0822692f69996eef3
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 21 11:58:14 2025 +0000

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

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index e5380777f5b..9e34ed6520e 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -287,6 +287,7 @@ kafka.api.PlaintextAdminIntegrationTest:
 - testAdminClientHandlingBadIPWithoutTimeout
 - testAlterLogDirsAfterDeleteRecords
 - testAlterReplicaLogDirs
+- testAlterShareGroupOffsets
 - testAppendAlreadyExistsConfigsAndSubtractNotExistsConfigs
 - testAppendConfigToEmptyDefaultValue
 - testAppendConfigToExistentValue
@@ -307,6 +308,7 @@ kafka.api.PlaintextAdminIntegrationTest:
 - testDeleteConsumerGroupOffsets
 - testDeleteRecordsAfterCorruptRecords
 - testDeleteRecordsWithException
+- testDeleteShareGroupOffsets
 - testDeleteTopicsWithIds
 - testDeleteTopicsWithOptionTimeoutMs
 - testDescribeAndAlterConfigs
@@ -362,6 +364,7 @@ kafka.api.PlaintextAdminIntegrationTest:
 - testListNodesWithFencedBroker
 - testListReassignmentsDoesNotShowDeletedPartitions
 - testListReassignmentsDoesNotShowNonReassigningPartitions
+- testListShareGroupOffsets
 - testListTopicsWithOptionListInternal
 - testListTopicsWithOptionTimeoutMs
 - testListTransactions
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index 762089c22d5..3213ea3b581 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -726,6 +726,8 @@ 
org.apache.kafka.tools.consumer.group.ResetConsumerGroupOffsetTest:
 - testResetOffsetsToLocalDateTime
 - testResetOffsetsToSpecificOffset
 - testResetOffsetsToZonedDateTime
+- testResetOffsetsWithPartitionNoneLeader
+- testResetOffsetsWithPartitionNotExist
 - testResetWithUnrecognizedNewConsumerOption
 org.apache.kafka.tools.consumer.group.SaslClientsWithInvalidCredentialsTest:
 - testConsumerGroupServiceWithAuthenticationFailure

Reply via email to