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 b4c4fdd72d2 Update test catalog data for GHA workflow run 15904141391 b4c4fdd72d2 is described below commit b4c4fdd72d240057cb80e3bd05f9dcbbade75242 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Thu Jun 26 17:37:52 2025 +0000 Update test catalog data for GHA workflow run 15904141391 Commit: https://github.com/apache/kafka/commit/96ef1c520ae779ac2877e734c084bc83b589bb12 GitHub Run: https://github.com/apache/kafka/actions/runs/15904141391 --- test-catalog/clients/tests.yaml | 1 + test-catalog/core/tests.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml index d68313f6dce..49a77576e57 100644 --- a/test-catalog/clients/tests.yaml +++ b/test-catalog/clients/tests.yaml @@ -4294,6 +4294,7 @@ org.apache.kafka.common.requests.OffsetFetchResponseTest: - testGroupWithMultipleGroups - testGroupWithSingleGroup - testGroupWithSingleGroupWithTopLevelError +- testSingleGroupWithError org.apache.kafka.common.requests.OffsetsForLeaderEpochRequestTest: - testForConsumerRequiresVersion3 - testForFollower diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml index 5ac4123dc7e..271720089be 100644 --- a/test-catalog/core/tests.yaml +++ b/test-catalog/core/tests.yaml @@ -2569,6 +2569,7 @@ kafka.server.OffsetDeleteRequestTest: - testOffsetDeleteWithOldConsumerGroupProtocol kafka.server.OffsetFetchRequestTest: - testFetchOffsetWithRecreatedTopic +- testGroupErrors - testMultiGroupsOffsetFetchWithNewConsumerGroupProtocol - testMultiGroupsOffsetFetchWithOldConsumerGroupProtocol - testSingleGroupAllOffsetFetchWithNewConsumerGroupProtocol @@ -3082,6 +3083,8 @@ kafka.server.share.SharePartitionTest: - testAcquisitionLockTimeoutForBatchesPostStartOffsetMovement - testAcquisitionLockTimeoutForBatchesPostStartOffsetMovementToMiddleOfBatch - testAcquisitionLockTimeoutForBatchesPostStartOffsetMovementToStartOfBatch +- testCacheUpdateWhenBatchHasOngoingTransition +- testCacheUpdateWhenOffsetStateHasOngoingTransition - testCanAcquireRecordsAfterAcceptAcknowledgement - testCanAcquireRecordsAfterArchiveAcknowledgement - testCanAcquireRecordsAfterReleaseAcknowledgement