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 209fbcc9dca Update test catalog data for GHA workflow run 18710437357
209fbcc9dca is described below

commit 209fbcc9dca32f06125306cac4b535d86783c8dd
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 22 11:03:28 2025 +0000

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

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 789ba3b9f02..1dc8a996da6 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -2389,6 +2389,7 @@ 
org.apache.kafka.clients.consumer.internals.StreamsGroupHeartbeatRequestManagerT
 - testSendingHeartbeatRequest
 - testSendingLeaveHeartbeatIfPollTimerExpired
 - testSendingLeaveHeartbeatRequestWhenPollTimerExpired
+- testStreamsRebalanceDataHeartbeatIntervalMsUpdatedOnSuccess
 - testTopicAuthorizationFailedErrorResponse
 - testUnsupportedVersionFailureWhileSending
 org.apache.kafka.clients.consumer.internals.StreamsMembershipManagerTest:
@@ -2475,9 +2476,11 @@ 
org.apache.kafka.clients.consumer.internals.StreamsRebalanceDataTest:
 - emptyAssignmentShouldNotBeModifiable
 - shouldCopyAssignment
 - shouldCopyEmptyAssignment
+- streamsRebalanceDataShouldBeAbleToUpdateHeartbeatIntervalMs
 - streamsRebalanceDataShouldBeConstructedWithEmptyAssignment
 - streamsRebalanceDataShouldBeConstructedWithEmptyPartitionsByHost
 - streamsRebalanceDataShouldBeConstructedWithEmptyStatuses
+- streamsRebalanceDataShouldBeConstructedWithHeartbeatIntervalMsSetToMinusOne
 - streamsRebalanceDataShouldBeConstructedWithShutDownRequestedSetFalse
 - streamsRebalanceDataShouldNotAcceptNullClientTags
 - streamsRebalanceDataShouldNotAcceptNullHostInfo
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index a1b7665c64c..b42fd3ecc31 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -3055,6 +3055,8 @@ kafka.server.share.SharePartitionTest:
 - testAcquireWithMaxFetchRecords
 - testAcquireWithMaxInFlightRecordsAndReleaseLastOffset
 - testAcquireWithMaxInFlightRecordsAndTryAcquireNewBatch
+- testAcquireWithMaxInFlightRecordsReleaseBatchAndAcquireSubsetRecords
+- testAcquireWithMaxInFlightRecordsReleaseBatchAndAcquireSubsetRecordsOverlap
 - testAcquireWithMultipleBatchesAndMaxFetchRecords
 - testAcquireWithReadCommittedIsolationLevel
 - testAcquireWithWriteShareGroupStateDelay

Reply via email to