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 b221dfe1c49 Update test catalog data for GHA workflow run 17238057879 b221dfe1c49 is described below commit b221dfe1c499670b25140f1adfa53619824b5b57 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Tue Aug 26 15:08:45 2025 +0000 Update test catalog data for GHA workflow run 17238057879 Commit: https://github.com/apache/kafka/commit/49ee1fb4f9deb326d82b86d3a047182f7d96ddfa GitHub Run: https://github.com/apache/kafka/actions/runs/17238057879 --- test-catalog/clients/clients-integration-tests/tests.yaml | 2 +- test-catalog/clients/tests.yaml | 1 + test-catalog/core/tests.yaml | 15 +++++++++++++++ test-catalog/group-coordinator/tests.yaml | 4 ++++ test-catalog/tools/tests.yaml | 3 ++- 5 files changed, 23 insertions(+), 2 deletions(-) diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml b/test-catalog/clients/clients-integration-tests/tests.yaml index 560c75bb464..a71ea391460 100644 --- a/test-catalog/clients/clients-integration-tests/tests.yaml +++ b/test-catalog/clients/clients-integration-tests/tests.yaml @@ -195,7 +195,6 @@ org.apache.kafka.clients.consumer.PlaintextConsumerPollTest: - testClassicConsumerPollEventuallyReturnsRecordsWithZeroTimeout - testClassicConsumerRecoveryOnPollAfterDelayedRebalance org.apache.kafka.clients.consumer.PlaintextConsumerSubscriptionTest: -- testAsyncConsumerClassicConsumerSubscribeInvalidTopicCanUnsubscribe - testAsyncConsumerExpandingTopicSubscriptions - testAsyncConsumerPatternSubscription - testAsyncConsumerPatternUnsubscription @@ -204,6 +203,7 @@ org.apache.kafka.clients.consumer.PlaintextConsumerSubscriptionTest: - testAsyncConsumerRe2JPatternSubscriptionFetch - testAsyncConsumerShrinkingTopicSubscriptions - testAsyncConsumerSubscribeInvalidTopicCanClose +- testAsyncConsumerSubscribeInvalidTopicCanUnsubscribe - testAsyncConsumerSubsequentPatternSubscription - testAsyncConsumerUnsubscribeTopic - testClassicConsumerExpandingTopicSubscriptions diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml index 8030e490e5e..4d877b1193b 100644 --- a/test-catalog/clients/tests.yaml +++ b/test-catalog/clients/tests.yaml @@ -334,6 +334,7 @@ org.apache.kafka.clients.admin.KafkaAdminClientTest: - testDescribeTopicPartitionsApiWithAuthorizedOps - testDescribeTopicPartitionsApiWithoutAuthorizedOps - testDescribeTopicsByIds +- testDescribeTopicsTimeoutWhenNoBrokerResponds - testDescribeTopicsWithDescribeTopicPartitionsApiBasic - testDescribeTopicsWithDescribeTopicPartitionsApiEdgeCase - testDescribeTopicsWithDescribeTopicPartitionsApiErrorHandling diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml index bb19985814f..42ff8a19d34 100644 --- a/test-catalog/core/tests.yaml +++ b/test-catalog/core/tests.yaml @@ -1493,6 +1493,14 @@ kafka.server.AbstractFetcherThreadTest: - testCorruptMessage - testDelay - testDivergingEpochs +- testEmptyFollowerFetchTieredStorageDisabledLeaderLogStartOffsetNonZero +- testEmptyFollowerFetchTieredStorageDisabledLeaderLogStartOffsetZero +- testEmptyFollowerFetchTieredStorageEnabledLeaderLogStartOffsetNonZeroAllLocalSegmentsDeleted +- testEmptyFollowerFetchTieredStorageEnabledLeaderLogStartOffsetNonZeroNoLocalDeletions +- testEmptyFollowerFetchTieredStorageEnabledLeaderLogStartOffsetNonZeroWithLocalDeletions +- testEmptyFollowerFetchTieredStorageEnabledLeaderLogStartOffsetZeroAllLocalSegmentsDeleted +- testEmptyFollowerFetchTieredStorageEnabledLeaderLogStartOffsetZeroNoLocalDeletions +- testEmptyFollowerFetchTieredStorageEnabledLeaderLogStartOffsetZeroWithLocalDeletions - testFencedFetch - testFencedOffsetResetAfterOutOfRange - testFencedTruncation @@ -3082,6 +3090,13 @@ kafka.server.share.SharePartitionTest: - testMaxDeliveryCountLimitNotExceededForRecordsSubsetAfterReleaseAcquiredRecordsSubset - testMaybeAcquireAndReleaseFetchLock - testMaybeInitialize +- testMaybeInitializeAndAcquire +- testMaybeInitializeAndAcquireWithFetchBatchLastOffsetWithinCachedBatch +- testMaybeInitializeAndAcquireWithFetchBatchPriorStartOffset +- testMaybeInitializeAndAcquireWithHigherMaxFetchRecords +- testMaybeInitializeAndAcquireWithMultipleBatches +- testMaybeInitializeAndAcquireWithMultipleBatchesAndLastOffsetWithinCachedBatch +- testMaybeInitializeAndAcquireWithMultipleBatchesPriorStartOffset - testMaybeInitializeDefaultStartEpochGroupConfigNotPresent - testMaybeInitializeDefaultStartEpochGroupConfigReturnsByDuration - testMaybeInitializeDefaultStartEpochGroupConfigReturnsEarliest diff --git a/test-catalog/group-coordinator/tests.yaml b/test-catalog/group-coordinator/tests.yaml index 83c01a3be38..869b0d72c91 100644 --- a/test-catalog/group-coordinator/tests.yaml +++ b/test-catalog/group-coordinator/tests.yaml @@ -254,6 +254,8 @@ org.apache.kafka.coordinator.group.GroupMetadataManagerTest: - testClassicGroupJoinOnShareGroup - testClassicGroupJoinOnStreamsGroup - testClassicGroupJoinWithEmptyConsumerGroup +- testClassicGroupJoinWithEmptyStreamsGroup +- testClassicGroupJoinWithNonEmptyStreamsGroup - testClassicGroupLeaveOnShareGroup - testClassicGroupLeaveOnStreamsGroup - testClassicGroupLeaveToConsumerGroupWithoutValidLeaveGroupMember @@ -550,6 +552,8 @@ org.apache.kafka.coordinator.group.GroupMetadataManagerTest: - testStreamsGroupHeartbeatOnConsumerGroup - testStreamsGroupHeartbeatOnShareGroup - testStreamsGroupHeartbeatPartialResponseWhenNothingChanges +- testStreamsGroupHeartbeatWithEmptyClassicGroup +- testStreamsGroupHeartbeatWithNonEmptyClassicGroup - testStreamsGroupMemberEpochValidation - testStreamsGroupMemberJoiningWithIncorrectlyPartitionedTopic - testStreamsGroupMemberJoiningWithMissingInternalTopic diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml index 5ed03f8caf4..51d0ab005b7 100644 --- a/test-catalog/tools/tests.yaml +++ b/test-catalog/tools/tests.yaml @@ -748,7 +748,7 @@ org.apache.kafka.tools.consumer.group.SaslClientsWithInvalidCredentialsTest: - testConsumerGroupServiceWithAuthenticationSuccess org.apache.kafka.tools.consumer.group.ShareGroupCommandTest: - testAlterShareGroupAllTopicsToDatetimeSuccess -- testAlterShareGroupFailureFailureWithNonExistentTopic +- testAlterShareGroupFailureWithNonExistentTopic - testAlterShareGroupMultipleTopicsSuccess - testAlterShareGroupOffsetsArgsFailureWithoutResetOffsetsArgs - testAlterShareGroupOffsetsFailureWithNoneEmptyGroup @@ -915,4 +915,5 @@ org.apache.kafka.tools.streams.StreamsGroupCommandTest: - testListStreamsGroupsWithStates - testListWithUnrecognizedOption - testPrintEmptyGroupState +- testResetOffsetsWithPartitionNotExist - testRetrieveInternalTopics