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 6562e78ca5e Update test catalog data for GHA workflow run 17477848052
6562e78ca5e is described below

commit 6562e78ca5ecd2d7cc33103420706499dbedb946
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 5 03:10:10 2025 +0000

    Update test catalog data for GHA workflow run 17477848052
    
    Commit: 
https://github.com/apache/kafka/commit/32c2383bfad0eddc7d10fd3927981673bbaa1b41
    GitHub Run: https://github.com/apache/kafka/actions/runs/17477848052
---
 test-catalog/clients/tests.yaml       | 3 +++
 test-catalog/core/tests.yaml          | 2 ++
 test-catalog/server-common/tests.yaml | 9 +++++++++
 test-catalog/tools/tests.yaml         | 3 ++-
 4 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index f873cef627b..0b69271e91b 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -936,6 +936,8 @@ org.apache.kafka.clients.consumer.MockShareConsumerTest:
 org.apache.kafka.clients.consumer.OffsetAndMetadataTest:
 - testDeserializationCompatibilityBeforeLeaderEpoch
 - testDeserializationCompatibilityWithLeaderEpoch
+- testEqualsWithNullAndEmptyMetadata
+- testEqualsWithNullAndNegativeLeaderEpoch
 - testInvalidNegativeOffset
 - testSerializationRoundtrip
 org.apache.kafka.clients.consumer.RangeAssignorTest:
@@ -2217,6 +2219,7 @@ 
org.apache.kafka.clients.consumer.internals.ShareConsumerImplTest:
 - testProcessBackgroundEventsTimesOut
 - testProcessBackgroundEventsWithInitialDelay
 - testProcessBackgroundEventsWithoutDelay
+- testRecordBackgroundEventQueueSize
 - testStopFindCoordinatorOnClose
 - testSubscribeGeneratesEvent
 - testSubscribeToEmptyListActsAsUnsubscribe
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 8b398d9db4d..f2d212e118d 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -305,6 +305,7 @@ kafka.api.PlaintextAdminIntegrationTest:
 - testDeleteRecordsAfterCorruptRecords
 - testDeleteRecordsWithException
 - testDeleteShareGroupOffsets
+- testDeleteStreamsGroups
 - testDeleteTopicsWithIds
 - testDeleteTopicsWithOptionTimeoutMs
 - testDescribeAndAlterConfigs
@@ -320,6 +321,7 @@ kafka.api.PlaintextAdminIntegrationTest:
 - testDescribeNonExistingTopic
 - testDescribeProducers
 - testDescribeReplicaLogDirs
+- testDescribeStreamsGroups
 - testDescribeTopicsWithIds
 - testDescribeTopicsWithNames
 - testDescribeTopicsWithOptionPartitionSizeLimitPerResponse
diff --git a/test-catalog/server-common/tests.yaml 
b/test-catalog/server-common/tests.yaml
index 30561fbcb4c..90aeb3d2dc4 100644
--- a/test-catalog/server-common/tests.yaml
+++ b/test-catalog/server-common/tests.yaml
@@ -384,6 +384,15 @@ org.apache.kafka.server.util.timer.TimerTaskListTest:
 org.apache.kafka.server.util.timer.TimerTest:
 - testAlreadyExpiredTask
 - testTaskExpiration
+org.apache.kafka.server.util.timer.TimingWheelTest:
+- testAddCancelledTask
+- testAddExpiredTask
+- testAddTaskInCurrentBucket
+- testAddValidTask
+- testAdvanceClockToNextTick
+- testAdvanceClockWithOverflowWheel
+- testAdvanceClockWithinTick
+- testOverflowWheelCreation
 org.apache.kafka.timeline.BaseHashTableTest:
 - testEmptyTable
 - testExpansion
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index 3ce8d1422c4..6080199ede4 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -475,6 +475,7 @@ org.apache.kafka.tools.ShareConsumerPerformanceTest:
 - testConfigWithUnrecognizedOption
 - testDefaultClientId
 - testHeaderMatchBody
+- testMetricsRetrievedBeforeConsumerClosed
 org.apache.kafka.tools.StreamsResetterTest:
 - shouldDeleteTopic
 - shouldDetermineInternalTopicBasedOnTopicName1
@@ -762,12 +763,12 @@ 
org.apache.kafka.tools.consumer.group.SaslClientsWithInvalidCredentialsTest:
 - testConsumerGroupServiceWithAuthenticationSuccess
 org.apache.kafka.tools.consumer.group.ShareGroupCommandTest:
 - testAlterShareGroupAllTopicsToDatetimeSuccess
-- testAlterShareGroupFailureWithNonExistentTopic
 - testAlterShareGroupMultipleTopicsSuccess
 - testAlterShareGroupOffsetsArgsFailureWithoutResetOffsetsArgs
 - testAlterShareGroupOffsetsFailureWithNoneEmptyGroup
 - testAlterShareGroupOffsetsFailureWithoutTopic
 - testAlterShareGroupToLatestSuccess
+- testAlterShareGroupUnsubscribedTopicSuccess
 - testDeleteShareGroupOffsets
 - testDeleteShareGroupOffsetsArgsWithoutGroup
 - testDeleteShareGroupOffsetsArgsWithoutTopic

Reply via email to