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 395d141ed82 Update test catalog data for GHA workflow run 17977362143
395d141ed82 is described below

commit 395d141ed825b74a994e8b89f0f277ffb2fdf194
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 24 15:24:23 2025 +0000

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

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 2cef4b58685..9beb6b14b4e 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -1419,6 +1419,7 @@ 
org.apache.kafka.clients.consumer.internals.ConsumerNetworkClientTest:
 - testDisconnectWakesUpPoll
 - testDisconnectWithInFlightRequests
 - testDisconnectWithUnsentRequests
+- testFutureCompletionOutsidePoll
 - testInvalidTopicExceptionPropagatedFromMetadata
 - testMetadataFailurePropagated
 - testTimeoutUnsentRequest
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 766e474b9b5..ef82f066874 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1254,6 +1254,8 @@ kafka.log.UnifiedLogTest:
 - testSegmentDeletionWithHighWatermarkInitialization
 - testSizeBasedLogRoll
 - testSplitOnOffsetOverflow
+- testStaleProducerEpochReturnsRecoverableErrorForTV1Clients
+- testStaleProducerEpochReturnsRecoverableErrorForTV2Clients
 - testStartOffsetsRemoteLogStorageIsEnabled
 - testTakeSnapshotOnRollAndDeleteSnapshotOnRecoveryPointCheckpoint
 - testThatGarbageCollectingSegmentsDoesntChangeOffset

Reply via email to