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 42938989c2c Update test catalog data for GHA workflow run 16123992764
42938989c2c is described below
commit 42938989c2c5f223de1f31d392f0c1d6b7f4055a
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 7 20:36:09 2025 +0000
Update test catalog data for GHA workflow run 16123992764
Commit:
https://github.com/apache/kafka/commit/a399852cedf60382ef1f311c37abaecc2e5e59cd
GitHub Run: https://github.com/apache/kafka/actions/runs/16123992764
---
.../clients/clients-integration-tests/tests.yaml | 71 ++++++++++++++++++++++
test-catalog/core/tests.yaml | 31 ----------
2 files changed, 71 insertions(+), 31 deletions(-)
diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml
b/test-catalog/clients/clients-integration-tests/tests.yaml
index 9f38a50c0ae..884c63e7c28 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -215,6 +215,77 @@
org.apache.kafka.clients.consumer.PlaintextConsumerSubscriptionTest:
- testRe2JPatternSubscriptionAndTopicSubscription
- testRe2JPatternSubscriptionInvalidRegex
- testTopicIdSubscriptionWithRe2JRegexAndOffsetsFetch
+org.apache.kafka.clients.consumer.PlaintextConsumerTest:
+- testAsyncConsumeCoordinatorFailover
+- testAsyncConsumerAutoOffsetReset
+- testAsyncConsumerCloseLeavesGroupOnInterrupt
+- testAsyncConsumerClusterResourceListener
+- testAsyncConsumerConsumeMessagesWithCreateTime
+- testAsyncConsumerConsumeMessagesWithLogAppendTime
+- testAsyncConsumerConsumingWithNullGroupId
+- testAsyncConsumerEndOffsets
+- testAsyncConsumerFetchOffsetsForTime
+- testAsyncConsumerGroupConsumption
+- testAsyncConsumerHeaders
+- testAsyncConsumerHeadersSerializerDeserializer
+- testAsyncConsumerInterceptors
+- testAsyncConsumerInterceptorsWithWrongKeyValue
+- testAsyncConsumerListTopics
+- testAsyncConsumerNullGroupIdNotSupportedIfCommitting
+- testAsyncConsumerOffsetRelatedWhenTimeoutZero
+- testAsyncConsumerPartitionPauseAndResume
+- testAsyncConsumerPartitionsFor
+- testAsyncConsumerPartitionsForAutoCreate
+- testAsyncConsumerPartitionsForInvalidTopic
+- testAsyncConsumerPauseStateNotPreservedByRebalance
+- testAsyncConsumerPerPartitionLagMetricsCleanUpWithAssign
+- testAsyncConsumerPerPartitionLagMetricsCleanUpWithSubscribe
+- testAsyncConsumerPerPartitionLagMetricsWhenReadCommitted
+- testAsyncConsumerPerPartitionLeadMetricsCleanUpWithAssign
+- testAsyncConsumerPerPartitionLeadMetricsCleanUpWithSubscribe
+- testAsyncConsumerPositionRespectsTimeout
+- testAsyncConsumerPositionRespectsWakeup
+- testAsyncConsumerPositionWithErrorConnectionRespectsWakeup
+- testAsyncConsumerQuotaMetricsNotCreatedIfNoQuotasConfigured
+- testAsyncConsumerSeek
+- testAsyncConsumerSeekThrowsIllegalStateIfPartitionsNotAssigned
+- testAsyncConsumerSimpleConsumption
+- testAsyncConsumerStaticConsumerDetectsNewPartitionCreatedAfterRestart
+- testClassicConsumerAutoOffsetReset
+- testClassicConsumerCloseLeavesGroupOnInterrupt
+- testClassicConsumerClusterResourceListener
+- testClassicConsumerConsumeMessagesWithCreateTime
+- testClassicConsumerConsumeMessagesWithLogAppendTime
+- testClassicConsumerCoordinatorFailover
+- testClassicConsumerEndOffsets
+- testClassicConsumerFetchOffsetsForTime
+- testClassicConsumerGroupConsumption
+- testClassicConsumerHeaders
+- testClassicConsumerHeadersSerializerDeserializer
+- testClassicConsumerInterceptors
+- testClassicConsumerInterceptorsWithWrongKeyValue
+- testClassicConsumerListTopics
+- testClassicConsumerNullGroupIdNotSupportedIfCommitting
+- testClassicConsumerOffsetRelatedWhenTimeoutZero
+- testClassicConsumerPartitionPauseAndResume
+- testClassicConsumerPartitionsFor
+- testClassicConsumerPartitionsForAutoCreate
+- testClassicConsumerPartitionsForInvalidTopic
+- testClassicConsumerPauseStateNotPreservedByRebalance
+- testClassicConsumerPerPartitionLagMetricsCleanUpWithAssign
+- testClassicConsumerPerPartitionLagMetricsCleanUpWithSubscribe
+- testClassicConsumerPerPartitionLagMetricsWhenReadCommitted
+- testClassicConsumerPerPartitionLeadMetricsCleanUpWithAssign
+- testClassicConsumerPerPartitionLeadMetricsCleanUpWithSubscribe
+- testClassicConsumerPositionRespectsTimeout
+- testClassicConsumerPositionRespectsWakeup
+- testClassicConsumerPositionWithErrorConnectionRespectsWakeup
+- testClassicConsumerQuotaMetricsNotCreatedIfNoQuotasConfigured
+- testClassicConsumerSeek
+- testClassicConsumerSeekThrowsIllegalStateIfPartitionsNotAssigned
+- testClassicConsumerSimpleConsumption
+- testClassicConsumerStaticConsumerDetectsNewPartitionCreatedAfterRestart
+- testClassicConsumingWithNullGroupId
org.apache.kafka.clients.consumer.SaslPlainPlaintextConsumerTest:
- testAsyncConsumeCoordinatorFailover
- testAsyncConsumerClusterResourceListener
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 5d70d11ca2c..7087e1f7a40 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -385,41 +385,10 @@ kafka.api.PlaintextConsumerAssignorsTest:
- testRemoteAssignorRange
- testRoundRobinAssignment
kafka.api.PlaintextConsumerTest:
-- testAutoOffsetReset
- testCloseLeavesGroupOnInterrupt
- testClusterResourceListener
-- testConsumeMessagesWithCreateTime
-- testConsumeMessagesWithLogAppendTime
-- testConsumingWithNullGroupId
- testCoordinatorFailover
-- testEndOffsets
-- testFetchOffsetsForTime
-- testGroupConsumption
-- testHeaders
-- testHeadersSerializerDeserializer
-- testInterceptors
-- testInterceptorsWithWrongKeyValue
-- testListTopics
-- testNullGroupIdNotSupportedIfCommitting
-- testOffsetRelatedWhenTimeoutZero
-- testPartitionPauseAndResume
-- testPartitionsFor
-- testPartitionsForAutoCreate
-- testPartitionsForInvalidTopic
-- testPauseStateNotPreservedByRebalance
-- testPerPartitionLagMetricsCleanUpWithAssign
-- testPerPartitionLagMetricsCleanUpWithSubscribe
-- testPerPartitionLagMetricsWhenReadCommitted
-- testPerPartitionLeadMetricsCleanUpWithAssign
-- testPerPartitionLeadMetricsCleanUpWithSubscribe
-- testPositionRespectsTimeout
-- testPositionRespectsWakeup
-- testPositionWithErrorConnectionRespectsWakeup
-- testQuotaMetricsNotCreatedIfNoQuotasConfigured
-- testSeek
-- testSeekThrowsIllegalStateIfPartitionsNotAssigned
- testSimpleConsumption
-- testStaticConsumerDetectsNewPartitionCreatedAfterRestart
kafka.api.PlaintextEndToEndAuthorizationTest:
- testListenerName
- testNoConsumeWithDescribeAclViaAssign