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 e3afe6392c8 Update test catalog data for GHA workflow run 18334855861
e3afe6392c8 is described below
commit e3afe6392c826c8d2cd4d16794c0a5dd4362bbd5
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 8 07:52:07 2025 +0000
Update test catalog data for GHA workflow run 18334855861
Commit:
https://github.com/apache/kafka/commit/8a1c619968fda46ab7d2f1fcef2c843a360d3308
GitHub Run: https://github.com/apache/kafka/actions/runs/18334855861
---
test-catalog/clients/clients-integration-tests/tests.yaml | 3 ---
test-catalog/clients/tests.yaml | 7 +++++++
test-catalog/core/tests.yaml | 10 +++-------
test-catalog/group-coordinator/tests.yaml | 8 ++++++++
test-catalog/metadata/tests.yaml | 1 +
test-catalog/server/tests.yaml | 9 +++++++++
6 files changed, 28 insertions(+), 10 deletions(-)
diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml
b/test-catalog/clients/clients-integration-tests/tests.yaml
index 25bec770ca2..1fc5b7ff9b6 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -63,9 +63,6 @@ org.apache.kafka.clients.admin.ListOffsetsIntegrationTest:
- testThreeRecordsInSeparateBatchHavingDifferentCompressionTypeWithServer
org.apache.kafka.clients.admin.RackAwareAutoTopicCreationTest:
- testAutoCreateTopic
-org.apache.kafka.clients.admin.ReconfigurableQuorumIntegrationTest:
-- testRemoveAndAddVoterWithInconsistentClusterId
-- testRemoveAndAddVoterWithValidClusterId
org.apache.kafka.clients.admin.StaticBrokerConfigTest:
- testInternalConfigsDoNotReturnForCreateTopics
- testInternalConfigsDoNotReturnForDescribeConfigs
diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 54857ff9dd1..49b607eb87e 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -2676,6 +2676,13 @@
org.apache.kafka.clients.consumer.internals.metrics.AsyncConsumerMetricsTest:
- shouldRecordUnsentRequestsQueueTime
org.apache.kafka.clients.consumer.internals.metrics.ConsumerRebalanceMetricsManagerTest:
- testAssignedPartitionCountMetric
+- testFailedRebalanceMetrics
+- testLastRebalanceSecondsAgoMetric
+- testMixedSuccessAndFailureScenarios
+- testMultipleConsecutiveFailures
+- testRebalanceRateMetric
+- testRebalanceStartedFlag
+- testRebalanceTimingMetrics
org.apache.kafka.clients.consumer.internals.metrics.HeartbeatMetricsManagerTest:
- testHeartbeatMetrics
org.apache.kafka.clients.consumer.internals.metrics.OffsetCommitMetricsManagerTest:
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index c5ef607cde0..f27dba1cfbe 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2571,13 +2571,6 @@ kafka.server.ProduceRequestTest:
- testZSTDProduceRequest
kafka.server.RaftClusterSnapshotTest:
- testSnapshotsGenerated
-kafka.server.ReconfigurableQuorumIntegrationTest:
-- testControllersAutoJoinStandaloneVoter
-- testCreateAndDestroyNonReconfigurableCluster
-- testCreateAndDestroyReconfigurableCluster
-- testNewVoterAutoRemovesAndAdds
-- testRemoveAndAddSameController
-- testRemoveController
kafka.server.RemoteLeaderEndPointTest:
- testBrokerEpochSupplier
- testFetchEarliestLocalOffset
@@ -2792,6 +2785,9 @@ kafka.server.ShareGroupHeartbeatRequestTest:
- testShareGroupHeartbeatIsInAccessibleWhenConfigsDisabled
- testShareGroupHeartbeatWithMultipleMembers
- testShareGroupMaxSizeConfigExceeded
+kafka.server.StreamsGroupDescribeRequestTest:
+- testStreamsGroupDescribeGroupsWithNewGroupCoordinator
+- testStreamsGroupDescribeWhenFeatureFlagNotEnabled
kafka.server.StrictControllerMutationQuotaTest:
- testControllerMutationQuotaViolation
kafka.server.SyncGroupRequestTest:
diff --git a/test-catalog/group-coordinator/tests.yaml
b/test-catalog/group-coordinator/tests.yaml
index 21203d8fe95..99955e7b05b 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -508,6 +508,7 @@ org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
- testShouldThrowUnknownMemberIdExceptionWhenUnknownStaticMemberLeaves
- testShouldThrownUnknownMemberIdExceptionWhenUnknownStaticMemberJoins
-
testShouldThrownUnreleasedInstanceIdExceptionWhenNewMemberJoinsWithInUseInstanceId
+- testStaticConsumerGroupMemberJoinsWithUpdatedRegex
- testStaticMemberFenceDuplicateRejoinedFollower
- testStaticMemberFenceDuplicateRejoiningFollowerAfterMemberIdChanged
- testStaticMemberFenceDuplicateSyncingFollowerAfterMemberIdChanged
@@ -940,16 +941,22 @@
org.apache.kafka.coordinator.group.modern.consumer.ConsumerGroupTest:
- testWaitingOnUnreleasedPartition
org.apache.kafka.coordinator.group.modern.consumer.CurrentAssignmentBuilderTest:
- testRemainsInUnrevokedPartitions
+- testRemainsInUnrevokedPartitionsWithAssignmentTopicsNoLongerInSubscription
- testStableToStable
+- testStableToStableWithAssignmentTopicsNoLongerInSubscription
- testStableToStableWithNewPartitions
- testStableToUnreleasedPartitions
- testStableToUnreleasedPartitionsWithOwnedPartitionsNotHavingRevokedPartitions
- testStableToUnrevokedPartitions
+- testStableToUnrevokedPartitionsWithAssignmentTopicsNoLongerInSubscription
+- testSubscribedTopicNameAndResolvedRegularExpression
+- testSubscribedTopicNameAndUnresolvedRegularExpression
- testUnknownState
- testUnreleasedPartitionsToStable
- testUnreleasedPartitionsToStableWithNewPartitions
- testUnreleasedPartitionsToUnreleasedPartitions
- testUnreleasedPartitionsToUnrevokedPartitions
+- testUnresolvedRegularExpression
- testUnrevokedPartitionsToStable
- testUnrevokedPartitionsToUnreleasedPartitions
- testUnrevokedPartitionsToUnrevokedPartitions
@@ -958,6 +965,7 @@
org.apache.kafka.coordinator.group.modern.consumer.ResolvedRegularExpressionTest
- testEquals
org.apache.kafka.coordinator.group.modern.share.ShareGroupAssignmentBuilderTest:
- testStableToStable
+- testStableToStableWithAssignmentTopicsNoLongerInSubscription
- testStableToStableWithNewPartitions
org.apache.kafka.coordinator.group.modern.share.ShareGroupConfigTest:
- testConfigs
diff --git a/test-catalog/metadata/tests.yaml b/test-catalog/metadata/tests.yaml
index 6b34fe53c4b..9222c791e3e 100644
--- a/test-catalog/metadata/tests.yaml
+++ b/test-catalog/metadata/tests.yaml
@@ -162,6 +162,7 @@ org.apache.kafka.controller.PartitionChangeBuilderTest:
- testEligibleLeaderReplicas_IsrShrinkBelowMinISR
- testEligibleLeaderReplicas_NotEligibleLastKnownLeader
- testEligibleLeaderReplicas_RemoveUncleanShutdownReplicasFromElr
+- testEligibleLeaderReplicas_lastKnownElrShouldBePopulatedWhenNoLeader
- testIsrChangeAndLeaderChange
- testIsrChangeDoesntBumpLeaderEpoch
- testIsrEnlargementCompletesReassignment
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index 4c075081808..cc9a7bfacc1 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -124,6 +124,15 @@ org.apache.kafka.server.LogManagerIntegrationTest:
- testRestartBrokerNoErrorIfMissingPartitionMetadata
org.apache.kafka.server.MonitorablePluginsIntegrationTest:
- testMonitorableServerPlugins
+org.apache.kafka.server.ReconfigurableQuorumIntegrationTest:
+- testControllersAutoJoinStandaloneVoter
+- testCreateAndDestroyNonReconfigurableCluster
+- testCreateAndDestroyReconfigurableCluster
+- testNewVoterAutoRemovesAndAdds
+- testRemoveAndAddSameController
+- testRemoveAndAddVoterWithInconsistentClusterId
+- testRemoveAndAddVoterWithValidClusterId
+- testRemoveController
org.apache.kafka.server.config.DelegationTokenManagerConfigsTest:
- testDefaults
- testInvalidProperty