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 edff6f60130 Update test catalog data for GHA workflow run 23617792655
edff6f60130 is described below
commit edff6f60130fbe560cddda157d74848129ce5991
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 27 00:06:29 2026 +0000
Update test catalog data for GHA workflow run 23617792655
Commit:
https://github.com/apache/kafka/commit/4d3c65898dff8bf03a1111cb9956c6340e29de81
GitHub Run: https://github.com/apache/kafka/actions/runs/23617792655
---
test-catalog/raft/tests.yaml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/test-catalog/raft/tests.yaml b/test-catalog/raft/tests.yaml
index bfcda03eba8..0b8963871cb 100644
--- a/test-catalog/raft/tests.yaml
+++ b/test-catalog/raft/tests.yaml
@@ -123,11 +123,16 @@ org.apache.kafka.raft.KafkaRaftClientDriverTest:
- testUncaughtException
org.apache.kafka.raft.KafkaRaftClientFetchTest:
- testDefaultHwmDeferred
+- testFetchMaxBytesAlwaysReturnsAllBatchesForLargeMax
+- testFetchMaxBytesAlwaysReturnsAtLeastOneBatch
+- testFetchMaxBytesBatchesInvariants
+- testFetchMaxBytesWithTwoBatches
- testHighWatermarkSentInFetchRequest
- testInvalidMemoryRecords
- testOutdatedHwmCompletedWhenLeaderKnowsHwm
- testRandomRecords
- testReplicationOfHigherPartitionLeaderEpoch
+- testSentFetchUsesQuorumMaxBytesConfiguration
- testUnchangedHighWatermarkDeferred
- testUnknownHwmDeferredWhenLeaderDoesNotKnowHwm
- testUpdatedHighWatermarkCompleted
@@ -236,6 +241,7 @@ org.apache.kafka.raft.KafkaRaftClientSnapshotTest:
- testFetchSnapshotRequestWithInvalidPosition
- testFetchSnapshotRequestWithNewerEpoch
- testFetchSnapshotRequestWithOlderEpoch
+- testFetchSnapshotRequestWithPartialData
- testFetchSnapshotResponseFromNewerEpochLeader
- testFetchSnapshotResponseFromNewerEpochNotLeader
- testFetchSnapshotResponseFromOlderEpoch
@@ -430,12 +436,17 @@ org.apache.kafka.raft.MockLogTest:
- testFailToIncreaseLogStartPastHighWatermark
- testInvalidLeaderEpoch
- testInvalidMemoryRecords
+- testLogLimitsReturnsAtLeastOne
+- testLogLimitsReturnsLessThanMaxBytes
- testMetadataValidation
+- testMockLogReadExtremelyLargeMultiBatch
+- testMockLogReadExtremelyLargeSingleBatch
- testMonotonicEpochStartOffset
- testRandomRecords
- testReadMissingSnapshot
- testReadOutOfRangeOffset
- testReadRecords
+- testReadRespectsMaxSizeInBytes
- testReadUpToHighWatermark
- testReadUpToLogEnd
- testTopicId
@@ -717,10 +728,13 @@ org.apache.kafka.raft.internals.KafkaRaftLogTest:
- testHighWatermarkOffsetMetadata
- testInvalidLeaderEpoch
- testInvalidMemoryRecords
+- testLogLimitsReturnsAtLeastOne
+- testLogLimitsReturnsLessThanMaxBytes
- testMaxBatchSize
- testRandomRecords
- testReadMissingSnapshot
- testReadMissingSnapshotFile
+- testReadRespectsMaxSizeInBytes
- testSegmentMsConfigIsSetInMetadataLog
- testSegmentsLessThanLatestSnapshot
- testSnapshotDeletionWithInvalidSnapshotState