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

commit ad61791430e480655e9b6b0d3f8030fe9a52b0e5
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 12 14:21:42 2025 +0000

    Update test catalog data for GHA workflow run 15609794501
    
    Commit: 
https://github.com/apache/kafka/commit/af012e1ec247cb9aceca2cc658f13618c4e30e47
    GitHub Run: https://github.com/apache/kafka/actions/runs/15609794501
---
 test-catalog/core/tests.yaml              | 1 +
 test-catalog/group-coordinator/tests.yaml | 1 +
 test-catalog/server/tests.yaml            | 1 +
 test-catalog/storage/tests.yaml           | 1 +
 4 files changed, 4 insertions(+)

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index fd994b35872..42b9bd42867 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -72,6 +72,7 @@ kafka.api.AuthorizerIntegrationTest:
 - testConsumerGroupHeartbeatWithOperationAll
 - testConsumerGroupHeartbeatWithRegex
 - testConsumerGroupHeartbeatWithRegexWithDifferentMemberAcls
+- testConsumerGroupHeartbeatWithRegexWithTopicDescribeAclAddedAndRemoved
 - testConsumerGroupHeartbeatWithRegexWithoutTopicDescribeAcl
 - testConsumerGroupHeartbeatWithoutGroupReadAcl
 - testConsumerGroupHeartbeatWithoutGroupReadOrTopicDescribeAcl
diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 07e7be58972..19f37104c87 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -297,6 +297,7 @@ org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
 - testConsumerGroupMemberEpochValidation
 - testConsumerGroupMemberEpochValidationForStaticMember
 - testConsumerGroupMemberJoinRefreshesExpiredRegexes
+- testConsumerGroupMemberJoinsRefreshTopicAuthorization
 - testConsumerGroupMemberJoinsWithNewRegex
 - testConsumerGroupMemberJoinsWithRegexAndUpdatesItBeforeResolutionCompleted
 - testConsumerGroupMemberJoinsWithRegexWithTopicAuthorizationFailure
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index 0f9f25cf7c1..1834f755016 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -107,6 +107,7 @@ org.apache.kafka.server.ClientMetricsManagerTest:
 - testUpdateSubscriptionWithNullProperties
 - testUpdateSubscriptionWithPropertiesDeletion
 org.apache.kafka.server.LogManagerIntegrationTest:
+- testIOExceptionOnLogSegmentCloseResultsInRecovery
 - testRestartBrokerNoErrorIfMissingPartitionMetadata
 org.apache.kafka.server.MonitorablePluginsIntegrationTest:
 - testMonitorableServerPlugins
diff --git a/test-catalog/storage/tests.yaml b/test-catalog/storage/tests.yaml
index b57f3d763b2..7ca69695af0 100644
--- a/test-catalog/storage/tests.yaml
+++ b/test-catalog/storage/tests.yaml
@@ -311,6 +311,7 @@ org.apache.kafka.storage.internals.log.LogSegmentTest:
 - testTruncateFull
 org.apache.kafka.storage.internals.log.LogSegmentsTest:
 - testBasicOperations
+- testCloseClosesAllLogSegmentsOnExceptionWhileClosingOne
 - testClosestMatchOperations
 - testHigherSegments
 - testSegmentAccess

Reply via email to