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 2c60dae568c Update test catalog data for GHA workflow run 17500111591 2c60dae568c is described below commit 2c60dae568c70e5ec9c8b18fdc97395d3b8a2ae3 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Fri Sep 5 20:09:41 2025 +0000 Update test catalog data for GHA workflow run 17500111591 Commit: https://github.com/apache/kafka/commit/0a12eaa80e9f3ff763172f7026b0785fb31c3dbd GitHub Run: https://github.com/apache/kafka/actions/runs/17500111591 --- test-catalog/clients/clients-integration-tests/tests.yaml | 2 ++ test-catalog/clients/tests.yaml | 2 ++ test-catalog/core/tests.yaml | 12 ++++-------- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml b/test-catalog/clients/clients-integration-tests/tests.yaml index 07242829254..cf9cf26ddc0 100644 --- a/test-catalog/clients/clients-integration-tests/tests.yaml +++ b/test-catalog/clients/clients-integration-tests/tests.yaml @@ -256,6 +256,7 @@ org.apache.kafka.clients.consumer.PlaintextConsumerTest: - testAsyncConsumerSeek - testAsyncConsumerSeekThrowsIllegalStateIfPartitionsNotAssigned - testAsyncConsumerSimpleConsumption +- testAsyncConsumerStallBetweenPoll - testAsyncConsumerStaticConsumerDetectsNewPartitionCreatedAfterRestart - testClassicConsumerAutoOffsetReset - testClassicConsumerCloseLeavesGroupOnInterrupt @@ -290,6 +291,7 @@ org.apache.kafka.clients.consumer.PlaintextConsumerTest: - testClassicConsumerSeek - testClassicConsumerSeekThrowsIllegalStateIfPartitionsNotAssigned - testClassicConsumerSimpleConsumption +- testClassicConsumerStallBetweenPoll - testClassicConsumerStaticConsumerDetectsNewPartitionCreatedAfterRestart - testClassicConsumingWithNullGroupId org.apache.kafka.clients.consumer.SaslPlainPlaintextConsumerTest: diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml index 0b69271e91b..66ceb141dbc 100644 --- a/test-catalog/clients/tests.yaml +++ b/test-catalog/clients/tests.yaml @@ -3329,6 +3329,8 @@ org.apache.kafka.common.config.ConfigDefTest: - testInvalidDefaultRange - testInvalidDefaultString - testListSizeValidatorToString +- testListValidatorAnyNonDuplicateValues +- testListValidatorIn - testMissingDependentConfigs - testMissingRequired - testNames diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml index f2d212e118d..e7efd0949cb 100644 --- a/test-catalog/core/tests.yaml +++ b/test-catalog/core/tests.yaml @@ -9,8 +9,10 @@ kafka.KafkaConfigTest: - testCombinedRoleNodeIdValidation - testConnectionsMaxReauthMsDefault - testConnectionsMaxReauthMsExplicit +- testControllerListenerNamesMismatch - testControllerRequiredProperties - testControllerRoleNodeIdValidation +- testControllerSecurityProtocolMapMissing - testGetKafkaConfigFromArgs - testGetKafkaConfigFromArgsNonArgsAtTheBegging - testGetKafkaConfigFromArgsNonArgsAtTheEnd @@ -1120,6 +1122,8 @@ kafka.log.LogManagerTest: kafka.log.UnifiedLogTest: - followerShouldSaveEpochInformationFromReplicatedMessagesToTheEpochCache - shouldApplyEpochToMessageOnAppendIfLeader +- shouldDeleteLocalLogSegmentsWhenPolicyIsEmptyWithMsRetention +- shouldDeleteLocalLogSegmentsWhenPolicyIsEmptyWithSizeRetention - shouldDeleteSegmentsReadyToBeDeletedWhenCleanupPolicyIsCompactAndDelete - shouldDeleteSizeBasedSegments - shouldDeleteStartOffsetBreachedSegmentsWhenPolicyDoesNotIncludeDelete @@ -2098,13 +2102,6 @@ kafka.server.KafkaApisTest: - testGetAcknowledgeBatchesFromShareFetchRequest - testGetAcknowledgeBatchesFromShareFetchRequestError - testGetAllTopicMetadataShouldNotCreateTopicOrReturnUnknownTopicPartition -- testGetReplicaInfoRequestHappyTrail -- testGetReplicaLogInfoLogDirNotFoundError -- testGetReplicaLogInfoMixOfSuccessAndFailure -- testGetReplicaLogInfoRequestTooManyTopics -- testGetReplicaLogInfoSingleTopicManyPartitionsHasMoreData -- testGetReplicaLogInfoSingleTopicPartitionHasMoreData -- testGetReplicaLogInfoUnknownTopic - testGetTelemetrySubscriptions - testGetTelemetrySubscriptionsWithException - testHandleAcknowledgementsInvalidAcknowledgementBatches @@ -2279,7 +2276,6 @@ kafka.server.KafkaApisTest: - testSyncGroupProtocolTypeAndNameAreMandatorySinceV5 - testTransactionalParametersSetCorrectly - testTxnOffsetCommitWithInvalidPartition -- testUnauthorizedGetReplicaLogInfo - testUnauthorizedTopicMetadataRequest - testWriteShareGroupStateAuthorizationFailed - testWriteShareGroupStateSuccess