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 dd5f865df81 Update test catalog data for GHA workflow run 22607204760
dd5f865df81 is described below
commit dd5f865df812832011511c467b02c008b360d884
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 3 06:05:05 2026 +0000
Update test catalog data for GHA workflow run 22607204760
Commit:
https://github.com/apache/kafka/commit/ccd986dce8209c1c3139a82fe337cfc98fcfb146
GitHub Run: https://github.com/apache/kafka/actions/runs/22607204760
---
test-catalog/clients/tests.yaml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 62fc9106006..873d637d5cf 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -2169,13 +2169,19 @@
org.apache.kafka.clients.consumer.internals.ShareCompletedFetchTest:
- testAcquireOddRecords
- testAcquiredRecords
- testCommittedTransactionRecordsIncluded
-- testCorruptedMessage
+- testCorruptedRecordsWithCrcCheckDisabled
+- testCrcFailureAfterPartialFetch
+- testCrcFailureOnFirstBatchThenSubsequentFetch
+- testCrcFailureWithGapsInBatch
+- testCrcFailureWithUnalignedAcquiredRecords
- testGapsForControlRecordsInAcquiredRange
- testGapsWithControlRecordsAtBeginningAndEnd
- testMixedRecordsAndGaps
+- testMultipleConsecutiveCrcFailures
- testNegativeFetchCount
- testNoRecordsInFetch
- testOverlappingAcquiredRecordsLogsErrorAndRetainsFirstOccurrence
+- testRecordDeserializationException
- testSimple
- testSoftMaxPollRecordLimit
- testUnaligned