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

commit cdefc3cede178a14919607f36e8f378036572528
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 2 20:08:33 2025 +0000

    Update test catalog data for GHA workflow run 19866207417
    
    Commit: 
https://github.com/apache/kafka/commit/55d557cebb4bb41597ab46f2463a7913975e3d70
    GitHub Run: https://github.com/apache/kafka/actions/runs/19866207417
---
 test-catalog/core/tests.yaml    | 1 +
 test-catalog/streams/tests.yaml | 7 +------
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 469ea1bfad8..74c9db87f6c 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -3247,6 +3247,7 @@ kafka.server.share.SharePartitionTest:
 - testReleaseAcquiredRecordsBatchesPostStartOffsetMovementToStartOfBatch
 - testReleaseAcquiredRecordsDecreaseDeliveryCount
 - testReleaseAcquiredRecordsForEmptyCachedData
+- testReleaseAcquiredRecordsPerOffsetWithDifferentMemberId
 - testReleaseAcquiredRecordsSubsetWithAnotherMember
 - testReleaseAcquiredRecordsWithAnotherMember
 - testReleaseAcquiredRecordsWithAnotherMemberAndSubsetAcknowledged
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index ca6dd966ee0..f3294d01a77 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -2606,9 +2606,7 @@ 
org.apache.kafka.streams.processor.internals.StoreChangelogReaderTest:
 - shouldNotThrowOnUnknownRevokedPartition
 - shouldNotUpdateLimitForNonSourceStandbyChangelog
 - shouldOnlyRestoreStandbyChangelogInUpdateStandbyState
-- shouldPollWithRightTimeoutWithStateUpdater
-- shouldPollWithRightTimeoutWithStateUpdaterDefault
-- shouldPollWithRightTimeoutWithoutStateUpdater
+- shouldPollWithRightTimeout
 - shouldRequestCommittedOffsetsAndHandleTimeoutException
 - shouldRequestEndOffsetsAndHandleTimeoutException
 - shouldRequestPositionAndHandleTimeoutException
@@ -2755,7 +2753,6 @@ 
org.apache.kafka.streams.processor.internals.StreamThreadTest:
 - shouldInjectSharedProducerForAllTasksUsingClientSupplierOnCreateIfEosDisabled
 - shouldLogAndRecordSkippedMetricForDeserializationException
 - shouldLogAndRecordSkippedRecordsForInvalidTimestamps
-- shouldNotBlockWhenPollingInPartitionsAssignedStateWithoutStateUpdater
 - shouldNotCauseExceptionIfNothingCommitted
 - 
shouldNotCloseTaskAndRemoveFromTaskManagerIfInvalidPidMappingOccurredInCommitTransactionWhenSuspendingTasks
 - 
shouldNotCloseTaskAndRemoveFromTaskManagerIfPidMappingIsInvalidInCommitTransactionWhenCommitting
@@ -2774,7 +2771,6 @@ 
org.apache.kafka.streams.processor.internals.StreamThreadTest:
 - shouldNotRecordFailedStreamThread
 - shouldNotReturnDataAfterTaskMigrated
 - shouldNotThrowWhenStandbyTasksAssignedAndNoStateStoresForTopology
-- shouldNotUpdateStandbyTaskWhenPaused
 - shouldOnlyCompleteShutdownAfterRebalanceNotInProgress
 - shouldOnlyShutdownOnce
 - shouldProcessWhenPartitionAssigned
@@ -2807,7 +2803,6 @@ 
org.apache.kafka.streams.processor.internals.StreamThreadTest:
 - shouldTimeOutOnRestoreConsumerInstanceId
 - shouldTransmitTaskManagerMetrics
 - shouldUpdateLagsAfterPolling
-- shouldUpdateStandbyTask
 - testGetTopicPartitionInfo
 - testNamedTopologyWithStreamsProtocol
 - testStreamsProtocolIncorrectlyPartitionedTopics

Reply via email to