This is an automated email from the ASF dual-hosted git repository.

github-actions[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 48a9685cee5 Update test catalog data for GHA workflow run 27741463734
48a9685cee5 is described below

commit 48a9685cee5abf85e58865b40857a085f5613d89
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 18 09:24:50 2026 +0000

    Update test catalog data for GHA workflow run 27741463734
    
    Commit: 
https://github.com/apache/kafka/commit/5b70498523d95932383969d921d71d324e91bbd1
    GitHub Run: https://github.com/apache/kafka/actions/runs/27741463734
---
 test-catalog/core/tests.yaml              | 2 ++
 test-catalog/group-coordinator/tests.yaml | 6 ++++++
 2 files changed, 8 insertions(+)

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index dc22b6039c9..93d98cb6fba 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1695,7 +1695,9 @@ kafka.server.KafkaApisTest:
 - testHandleAddPartitionsToTxnAuthorizationFailedAndMetrics
 - testHandleDeleteGroups
 - testHandleDeleteGroupsAuthenticationFailed
+- testHandleDeleteGroupsDowngradesGroupDeletionFailedForOldClients
 - testHandleDeleteGroupsFutureFailed
+- testHandleDeleteGroupsKeepsGroupDeletionFailedForV3Clients
 - testHandleDescribeGroups
 - testHandleDescribeGroupsAuthenticationFailed
 - testHandleDescribeGroupsFutureFailed
diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 1bba12af1f5..c7ae75ab2b6 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -232,6 +232,11 @@ 
org.apache.kafka.coordinator.group.GroupCoordinatorServiceTest:
 - testSyncGroupWhenNotStarted
 - testSyncGroupWithException
 
org.apache.kafka.coordinator.group.GroupCoordinatorServiceTopologyDescriptionTest:
+- testDeleteGroupsMixedPluginOutcome
+- testDeleteGroupsPluginFailureReturnsGroupDeletionFailed
+- testDeleteGroupsPluginSuccessProceedsToTombstone
+- testDeleteGroupsSkipsPluginCallWhenNoStoredTopology
+- testDeleteGroupsWithoutPluginSkipsPluginCall
 - testHeartbeatArmSuppressReSolicitCycle
 - testHeartbeatDecorationFailurePreservesCommittedResponse
 - testHeartbeatNeverSetsFlagWithoutPlugin
@@ -246,6 +251,7 @@ 
org.apache.kafka.coordinator.group.GroupCoordinatorServiceTopologyDescriptionTes
 - testUpdatePermanentFailurePersistsFailedEpoch
 - testUpdatePluginFutureWithNullCauseIsTreatedAsTransient
 - testUpdatePluginReturnsNullFutureIsTreatedAsPermanentFailure
+- testUpdatePostPluginWriteRoutingFailureDoesNotArmBackoff
 - testUpdatePreValidationFailureDoesNotArmBackoff
 - testUpdateRejectedWhenCoordinatorNotActive
 - testUpdateRejectsEmptyGroupId

Reply via email to