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 c4dcae117c0 Update test catalog data for GHA workflow run 13713124248
c4dcae117c0 is described below

commit c4dcae117c0050d132a2be0cec42c345908abaff
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 7 05:35:50 2025 +0000

    Update test catalog data for GHA workflow run 13713124248
    
    Commit: 
https://github.com/apache/kafka/commit/f31208d4431a61dbdd8b68e13d2bd0fe8334267c
    GitHub Run: https://github.com/apache/kafka/actions/runs/13713124248
---
 test-catalog/clients/tests.yaml | 22 ++++++++++++++++++++++
 test-catalog/core/tests.yaml    |  6 ++++--
 2 files changed, 26 insertions(+), 2 deletions(-)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 5b5a330f829..823874999a8 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -203,11 +203,19 @@ org.apache.kafka.clients.admin.KafkaAdminClientTest:
 - testAlterReplicaLogDirsUnrequested
 - testAlterShareGroupOffsets
 - testAlterShareGroupOffsetsWithErrorInOnePartition
+- testAlterStreamsGroupOffsets
+- testAlterStreamsGroupOffsetsFindCoordinatorNonRetriableErrors
+- testAlterStreamsGroupOffsetsFindCoordinatorRetriableErrors
+- testAlterStreamsGroupOffsetsNonRetriableErrors
+- testAlterStreamsGroupOffsetsRetriableErrors
 - testAlterUserScramCredentials
 - testAlterUserScramCredentialsUnknownMechanism
 - testBatchedListConsumerGroupOffsets
 - testBatchedListConsumerGroupOffsetsWithNoFindCoordinatorBatching
 - testBatchedListConsumerGroupOffsetsWithNoOffsetFetchBatching
+- testBatchedListStreamsGroupOffsets
+- testBatchedListStreamsGroupOffsetsWithNoFindCoordinatorBatching
+- testBatchedListStreamsGroupOffsetsWithNoOffsetFetchBatching
 - testCalcTimeoutMsRemainingAsInt
 - 
testCallFailWithUnsupportedVersionExceptionDoesNotHaveConcurrentModificationException
 - testClientInstanceId
@@ -247,9 +255,20 @@ org.apache.kafka.clients.admin.KafkaAdminClientTest:
 - testDeleteConsumerGroupsRetryBackoff
 - testDeleteConsumerGroupsWithOlderBroker
 - testDeleteMultipleConsumerGroupsWithOlderBroker
+- testDeleteMultipleStreamsGroupsWithOlderBroker
 - testDeleteRecords
 - testDeleteRecordsMultipleSends
 - testDeleteRecordsTopicAuthorizationError
+- testDeleteStreamsGroupOffsets
+- testDeleteStreamsGroupOffsetsFindCoordinatorNonRetriableErrors
+- testDeleteStreamsGroupOffsetsFindCoordinatorRetriableErrors
+- testDeleteStreamsGroupOffsetsNonRetriableErrors
+- testDeleteStreamsGroupOffsetsNumRetries
+- testDeleteStreamsGroupOffsetsRetriableErrors
+- testDeleteStreamsGroupOffsetsRetryBackoff
+- testDeleteStreamsGroupsNumRetries
+- testDeleteStreamsGroupsRetryBackoff
+- testDeleteStreamsGroupsWithOlderBroker
 - testDeleteTopics
 - testDeleteTopicsDontRetryThrottlingExceptionWhenDisabled
 - testDeleteTopicsPartialResponse
@@ -385,6 +404,9 @@ org.apache.kafka.clients.admin.KafkaAdminClientTest:
 - testRemoveRaftVoterRequest
 - testRequestTimeoutExceedingDefaultApiTimeout
 - testRetryDescribeTransactionsAfterNotCoordinatorError
+- testStreamsOffsetCommitNumRetries
+- testStreamsOffsetCommitRetryBackoff
+- testStreamsOffsetCommitWithMultipleErrors
 - testSuccessfulRetryAfterRequestTimeout
 - testTelemetryReporterIsDisabledByDefault
 - testTimeoutWithoutMetadata
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 793db8dc508..0bb5f5dfa7c 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -169,8 +169,6 @@ kafka.admin.UserScramCredentialsCommandTest:
 - testAlterWithEmptyPassword
 - testDescribeUnknownUser
 - testUserScramCredentialsRequests
-kafka.api.AdminClientRebootstrapTest:
-- testRebootstrap
 kafka.api.AdminClientWithPoliciesIntegrationTest:
 - testInvalidAlterConfigs
 - testInvalidAlterConfigsDueToPolicy
@@ -3776,6 +3774,8 @@ kafka.server.share.SharePartitionTest:
 - testWriteShareGroupStateWithNullResponse
 - testWriteShareGroupStateWithNullTopicsData
 - testWriteShareGroupStateWithWriteException
+kafka.test.api.AdminClientRebootstrapTest:
+- testRebootstrap
 kafka.test.api.CustomQuotaCallbackTest:
 - testCustomQuotaCallbackWithControllerServer
 kafka.test.api.ShareConsumerTest:
@@ -3788,6 +3788,8 @@ kafka.test.api.ShareConsumerTest:
 - testAcknowledgementSentOnSubscriptionChange
 - testAcquisitionLockTimeoutOnConsumer
 - testComplexShareConsumer
+- testConfiguredExplicitAcknowledgeCommitSuccess
+- testConfiguredImplicitAcknowledgeExplicitAcknowledgeFails
 - testConsumerCloseInGroupSequential
 - testControlRecordsSkipped
 - testExplicitAcknowledgeCommitSuccess

Reply via email to