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 e2c3d8b38ff Update test catalog data for GHA workflow run 23784637383
e2c3d8b38ff is described below

commit e2c3d8b38ff0e3d6e23ee091513bf1aaa3f027db
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 31 11:16:33 2026 +0000

    Update test catalog data for GHA workflow run 23784637383
    
    Commit: 
https://github.com/apache/kafka/commit/0fd832792036fddcc2ab8d1ca76d694e0d152c5c
    GitHub Run: https://github.com/apache/kafka/actions/runs/23784637383
---
 test-catalog/clients/tests.yaml | 2 ++
 test-catalog/core/tests.yaml    | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 962f20a70bb..2ef2b3d7e83 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -1194,6 +1194,7 @@ 
org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumerTest:
 - testOffsetsForTimesOnNullPartitions
 - testOffsetsForTimesTimeoutException
 - testOffsetsForTimesWithZeroTimeout
+- testPollDoesNotAddNewAsyncPollEventWhenOneIsAlreadyInFlight
 - testPollThrowsInterruptExceptionIfInterrupted
 - testProcessBackgroundEventsTimesOut
 - testProcessBackgroundEventsWithInitialDelay
@@ -2282,6 +2283,7 @@ 
org.apache.kafka.clients.consumer.internals.ShareConsumerImplTest:
 - testInvalidGroupId
 - testMetricsRemovedOnClose
 - testMultipleBackgroundErrors
+- testPollDoesNotAddNewSharePollEventWhenOneIsAlreadyInFlight
 - testProcessBackgroundEventsTimesOut
 - testProcessBackgroundEventsWithInitialDelay
 - testProcessBackgroundEventsWithoutDelay
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 3699fbd5108..ad85f994c0a 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -960,6 +960,8 @@ kafka.log.LogCleanerTest:
 - testCleanSegmentsWithConcurrentSegmentDeletion
 - testCleanTombstone
 - testCleanWithTransactionsSpanningSegments
+- testCleanedSegmentOffsetOverflow
+- testCleanedSegmentSizeOverflow
 - testCleaningBeyondMissingOffsets
 - testCleaningWithDeletes
 - testCleaningWithKeysConflictingWithTxnMarkerKeys
@@ -995,7 +997,6 @@ kafka.log.LogCleanerTest:
 - testSegmentGroupingFollowingLoadOfZeroIndex
 - testSegmentGroupingWithSparseOffsets
 - testSegmentGroupingWithSparseOffsetsAndEmptySegments
-- testSegmentWithOffsetOverflow
 - testSizeTrimmedForPreallocatedAndCompactedTopic
 kafka.log.LogConfigTest:
 - shouldValidateThrottledReplicasConfig

Reply via email to