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 f3b98239ec0 Update test catalog data for GHA workflow run 14899756392 f3b98239ec0 is described below commit f3b98239ec09033c6c4702b8342b823767950fff Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Thu May 8 08:29:59 2025 +0000 Update test catalog data for GHA workflow run 14899756392 Commit: https://github.com/apache/kafka/commit/2dd6126b5d8f2cf73470be3884f5ad2aa301b29e GitHub Run: https://github.com/apache/kafka/actions/runs/14899756392 --- test-catalog/clients/tests.yaml | 5 +++++ test-catalog/core/tests.yaml | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml index 594c33f4da3..99519a2f85d 100644 --- a/test-catalog/clients/tests.yaml +++ b/test-catalog/clients/tests.yaml @@ -4066,6 +4066,11 @@ org.apache.kafka.common.record.MemoryRecordsTest: - testHasRoomForMethodWithHeaders - testIterator - testNextBatchSize +- testSlice +- testSliceEmptyRecords +- testSliceForAlreadySlicedMemoryRecords +- testSliceInvalidPosition +- testSliceInvalidSize - testUnsupportedCompress - testWithRecords org.apache.kafka.common.record.MultiRecordsSendTest: diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml index c2f181f8e5d..ccaa7248a29 100644 --- a/test-catalog/core/tests.yaml +++ b/test-catalog/core/tests.yaml @@ -2979,10 +2979,8 @@ kafka.server.share.ShareCoordinatorMetadataCacheHelperImplTest: - testShareCoordinatorReturnsNoNodeWhenNoInternalTopicInCache - testShareCoordinatorSuccess kafka.server.share.ShareFetchUtilsTest: -- testMaybeSliceFetchRecordsException -- testMaybeSliceFetchRecordsMultipleBatches -- testMaybeSliceFetchRecordsNonFileRecords -- testMaybeSliceFetchRecordsSingleBatch +- FileRecords +- MemoryRecords - testProcessFetchResponse - testProcessFetchResponseWhenNoRecordsAreAcquired - testProcessFetchResponseWithEmptyRecords