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 4f3a888bc9e Update test catalog data for GHA workflow run 20825119564
4f3a888bc9e is described below
commit 4f3a888bc9e1bf7d5a41a21e6a8f1d04c063a53d
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 8 20:41:04 2026 +0000
Update test catalog data for GHA workflow run 20825119564
Commit:
https://github.com/apache/kafka/commit/2f90af70ee61dab3dae43a82d29f9f8505056bc9
GitHub Run: https://github.com/apache/kafka/actions/runs/20825119564
---
test-catalog/group-coordinator/tests.yaml | 9 ++++-----
test-catalog/tools/tests.yaml | 1 -
2 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/test-catalog/group-coordinator/tests.yaml
b/test-catalog/group-coordinator/tests.yaml
index e4ddc8b53c0..80476cd9464 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -153,11 +153,10 @@
org.apache.kafka.coordinator.group.GroupCoordinatorServiceTest:
- testListGroupsWithEmptyTopicPartitions
- testListGroupsWithFailure
- testOnElection
-- testOnPartitionsDeleted
-- testOnPartitionsDeletedCleanupShareGroupState
-- testOnPartitionsDeletedCleanupShareGroupStateEmptyMetadata
-- testOnPartitionsDeletedCleanupShareGroupStateTopicsNotInMetadata
-- testOnPartitionsDeletedWhenServiceIsNotStarted
+- testOnMetadataUpdateDoesNotScheduleOperationsWhenNoTopicsDeleted
+- testOnMetadataUpdateSchedulesOperationsWhenTopicsDeleted
+- testOnMetadataUpdateSwallowsErrorsWhenTopicsDeleted
+- testOnMetadataUpdateWhenNotStarted
- testOnResignation
- testOnResignationWithEmptyLeaderEpoch
- testPartitionFor
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index c37612492d0..00083d1858a 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -821,7 +821,6 @@
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: