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 294720ea46d Update test catalog data for GHA workflow run 15330036459
294720ea46d is described below

commit 294720ea46dd827fab088542c94ce5cc17b607b8
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu May 29 21:17:42 2025 +0000

    Update test catalog data for GHA workflow run 15330036459
    
    Commit: 
https://github.com/apache/kafka/commit/a122ac9d513cac8a799208593634ac0443d33e6c
    GitHub Run: https://github.com/apache/kafka/actions/runs/15330036459
---
 test-catalog/clients/clients-integration-tests/tests.yaml | 5 +++++
 test-catalog/core/tests.yaml                              | 3 ---
 test-catalog/tools/tests.yaml                             | 3 +++
 3 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml 
b/test-catalog/clients/clients-integration-tests/tests.yaml
index cd7a3005a10..ed396ec509f 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -71,6 +71,11 @@ org.apache.kafka.clients.consumer.ConsumerTopicCreationTest:
 - testAsyncConsumerTopicCreationIfConsumerDisallowToCreateTopic
 - testClassicConsumerTopicCreationIfConsumerAllowToCreateTopic
 - testClassicConsumerTopicCreationIfConsumerDisallowToCreateTopic
+org.apache.kafka.clients.consumer.ConsumerWithLegacyMessageFormatIntegrationTest:
+- testEarliestOrLatestOffsetsWithAsyncConsumer
+- testEarliestOrLatestOffsetsWithClassicConsumer
+- testOffsetsForTimesWithAsyncConsumer
+- testOffsetsForTimesWithClassicConsumer
 org.apache.kafka.clients.consumer.PlaintextConsumerCallbackTest:
 - 
testAsyncConsumerGetPositionOfNewlyAssignedPartitionOnPartitionsAssignedCallback
 - testAsyncConsumerRebalanceListenerAssignOnPartitionsAssigned
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 202e8e9b7d6..ecc76c000c7 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -213,9 +213,6 @@ kafka.api.ConsumerBounceTest:
 - testConsumptionWithBrokerFailures
 - testSeekAndCommitWithBrokerFailures
 - testSubscribeWhenTopicUnavailable
-kafka.api.ConsumerWithLegacyMessageFormatIntegrationTest:
-- testEarliestOrLatestOffsets
-- testOffsetsForTimes
 kafka.api.CustomQuotaCallbackTest:
 - testCustomQuotaCallback
 kafka.api.DelegationTokenEndToEndAuthorizationTest:
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index 74064cfa45f..4a77a735066 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -29,6 +29,7 @@ org.apache.kafka.tools.ClientMetricsCommandTest:
 - testDelete
 - testDescribe
 - testDescribeAll
+- testDescribeNonExistentClientMetric
 - testList
 - testListFailsWithUnsupportedVersionException
 - testOptionsAlterAllOptionsSucceeds
@@ -60,6 +61,8 @@ org.apache.kafka.tools.ConfigCommandIntegrationTest:
 - testAlterReadOnlyConfigInKRaftThenShouldFail
 - testAlterStreamsGroupNumOfStandbyReplicas
 - testClientMetricsConfigUpdate
+- testDescribeGroupWithoutDynamicConfigs
+- testDescribeNonExistentConfigResource
 - testDescribeStreamsGroupConfigs
 - testDynamicBrokerConfigUpdateUsingKraft
 - testExitWithNonZeroStatusOnUpdatingUnallowedConfig

Reply via email to