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 3b12f330def Update test catalog data for GHA workflow run 14892616428
3b12f330def is described below

commit 3b12f330defa7a29d07c139335c15b782329ee9d
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu May 8 00:47:31 2025 +0000

    Update test catalog data for GHA workflow run 14892616428
    
    Commit: 
https://github.com/apache/kafka/commit/3094ce2c202c96c57084e82892df44b1f124c481
    GitHub Run: https://github.com/apache/kafka/actions/runs/14892616428
---
 test-catalog/clients/tests.yaml  | 8 ++++++++
 test-catalog/metadata/tests.yaml | 6 ++++--
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 21d2c93d8a0..594c33f4da3 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -2490,6 +2490,14 @@ 
org.apache.kafka.clients.consumer.internals.TimedRequestStateTest:
 - testIsExpired
 - testRemainingMs
 - testToStringUpdatesTimer
+org.apache.kafka.clients.consumer.internals.TopicIdPartitionSetTest:
+- testIsEmpty
+- testRetrieveTopicIds
+- testRetrieveTopicNames
+- testRetrieveTopicPartitions
+- testRetrievedTopicNamesAreSorted
+- testToString
+- testToStringSorted
 org.apache.kafka.clients.consumer.internals.TopicMetadataFetcherTest:
 - testGetAllTopics
 - testGetAllTopicsDisconnect
diff --git a/test-catalog/metadata/tests.yaml b/test-catalog/metadata/tests.yaml
index 2107f5c1889..538473024a8 100644
--- a/test-catalog/metadata/tests.yaml
+++ b/test-catalog/metadata/tests.yaml
@@ -369,6 +369,7 @@ 
org.apache.kafka.controller.metrics.ControllerMetricsChangesTest:
 - testHandleNewUnfencedBroker
 - testInitialValues
 - testTopicChange
+- testTopicElectionResult
 org.apache.kafka.controller.metrics.QuorumControllerMetricsTest:
 - testLastAppliedRecordMetrics
 - testMetricNames
@@ -457,6 +458,8 @@ org.apache.kafka.image.TopicsImageTest:
 - testImage1RoundTrip
 - testImage2RoundTrip
 - testLocalReassignmentChanges
+- testTopicDeltaElectionStatsWithEmptyImage
+- testTopicDeltaElectionStatsWithNonEmptyImage
 - testTopicIdToNameView
 - testTopicNameToIdView
 - testUpdatedLeaders
@@ -699,8 +702,7 @@ org.apache.kafka.metadata.PartitionRegistrationTest:
 - testBuilderThrowsIllegalStateExceptionWhenMissingPartitionEpoch
 - testBuilderThrowsIllegalStateExceptionWhenMissingReplicas
 - testDirectories
-- testElectionWasClean
-- testEligibleLeaderReplicasElection
+- testElectionWasUnclean
 - testMergePartitionChangeRecordWithReassignmentData
 - testMigratingRecordDirectories
 - testPartitionControlInfoMergeAndDiff

Reply via email to