This is an automated email from the ASF dual-hosted git repository.
github-actions[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 95b2782f064 Update test catalog data for GHA workflow run 27833351287
95b2782f064 is described below
commit 95b2782f064258c5c85110ad0fdf43d1a04eb031
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 19 18:52:52 2026 +0000
Update test catalog data for GHA workflow run 27833351287
Commit:
https://github.com/apache/kafka/commit/6110d3e1ba47fe92ad776eae6b5d64cdcc19ddbf
GitHub Run: https://github.com/apache/kafka/actions/runs/27833351287
---
test-catalog/streams/tests.yaml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 47af2fda78c..2a22c9cd658 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -1891,6 +1891,7 @@
org.apache.kafka.streams.processor.internals.GlobalProcessorContextImplTest:
- shouldReturnGlobalOrNullStore
- shouldThrowOnCurrentStreamTime
org.apache.kafka.streams.processor.internals.GlobalStateManagerImplTest:
+- shouldAggregateApproximateNumUncommittedBytesAcrossRegisteredStores
- shouldAttemptToCloseAllStoresEvenWhenSomeException
- shouldCheckpointOffsets
- shouldCheckpointRestoredOffsetsToFile
@@ -1915,6 +1916,7 @@
org.apache.kafka.streams.processor.internals.GlobalStateManagerImplTest:
- shouldNotRetryWhenPositionThrowsTimeoutExceptionAndTaskTimeoutIsZero
- shouldNotWriteDowngradeCheckpointOnCloseWhenUpgradeFromIsNull
- shouldReadCheckpointOffsets
+- shouldReportZeroApproximateNumUncommittedBytesBeforeStoresAreRegistered
- shouldRestoreRecordsFromCheckpointToHighWatermark
- shouldRestoreRecordsUpToHighwatermark
- shouldRetryAtLeastOnceWhenEndOffsetsThrowsTimeoutException
@@ -1943,6 +1945,7 @@
org.apache.kafka.streams.processor.internals.GlobalStateTaskTest:
- shouldCommitIfReceivedEnoughRecordsFromMultipleTopicsAndCommitIntervalElapsed
- shouldCommitOffsetsWhenStateIsFlushed
- shouldCommitStateManagerWithOffsets
+- shouldDelegateApproximateNumUncommittedBytesToStateManager
- shouldInitializeContext
- shouldInitializeProcessorTopology
- shouldInitializeStateManager
@@ -1958,6 +1961,8 @@
org.apache.kafka.streams.processor.internals.GlobalStateTaskTest:
- shouldThrowStreamsExceptionWhenValueDeserializationFails
- shouldWipeGlobalStateDirectory
org.apache.kafka.streams.processor.internals.GlobalStreamThreadTest:
+- shouldAllowResizingMaxUncommittedBytesBeforeStart
+- shouldAllowResizingMaxUncommittedBytesWhileRunning
- shouldBeRunningAfterSuccessfulStart
- shouldCloseStateStoresOnClose
- shouldDieOnInvalidOffsetExceptionDuringStartup
@@ -2823,6 +2828,7 @@
org.apache.kafka.streams.processor.internals.StreamThreadTest:
- shouldCheckStateUpdater
- shouldCheckStateUpdaterInBetweenProcessCalls
- shouldCommitAfterCommitInterval
+- shouldCommitWhenUncommittedBytesExceedLimit
- shouldConstructAdminMetrics
- shouldCreateMetricsAtStartup
- shouldCreateStandbyTask
@@ -2844,6 +2850,7 @@
org.apache.kafka.streams.processor.internals.StreamThreadTest:
- shouldNotCloseTaskProducerWhenSuspending
- shouldNotCommitBeforeTheCommitInterval
- shouldNotCommitNonRunningNonRestoringTasks
+- shouldNotCommitOnUncommittedBytesWhenLimitIsDisabled
- shouldNotCreateStandbyTaskIfStateStoresHaveLoggingDisabled
- shouldNotCreateStandbyTaskWithoutStateStores
- shouldNotEnforceRebalanceOnShutdownRequestUnderStreamsProtocol
@@ -2868,6 +2875,7 @@
org.apache.kafka.streams.processor.internals.StreamThreadTest:
- shouldRecoverFromInvalidOffsetExceptionOnRestoreAndFinishRestore
- shouldReinitializeRevivedTasksInAnyState
- shouldRemoveMetricsDelegatingReporterOnShutdown
+- shouldResizeMaxUncommittedBytes
- shouldRespectNumIterationsInMainLoopWithoutProcessingThreads
- shouldRespectPollTimeInPartitionsAssignedStateWithStateUpdater
- shouldResumePollingForPartitionsWithAvailableSpaceBeforePolling