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 37083f30931 Update test catalog data for GHA workflow run 19440054439
37083f30931 is described below
commit 37083f3093153fc68c2e957bd9bea761fc9fb9da
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 17 20:45:43 2025 +0000
Update test catalog data for GHA workflow run 19440054439
Commit:
https://github.com/apache/kafka/commit/8bdafb49eea06c87a5ab53eaf517758e506eb473
GitHub Run: https://github.com/apache/kafka/actions/runs/19440054439
---
test-catalog/streams/test-utils/tests.yaml | 1 +
test-catalog/streams/tests.yaml | 3 +++
2 files changed, 4 insertions(+)
diff --git a/test-catalog/streams/test-utils/tests.yaml
b/test-catalog/streams/test-utils/tests.yaml
index 6361f616c6a..a6b01d0cfc9 100644
--- a/test-catalog/streams/test-utils/tests.yaml
+++ b/test-catalog/streams/test-utils/tests.yaml
@@ -11,6 +11,7 @@ org.apache.kafka.streams.KeyValueStoreFacadeTest:
- shouldReturnName
org.apache.kafka.streams.MockProcessorContextTest:
- fullConstructorShouldSetAllExpectedAttributes
+- shouldCaptureAnchoredPunctuator
- shouldCaptureApplicationAndRecordMetadata
- shouldCaptureCommitsAndAllowReset
- shouldCaptureOutputRecords
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 31183b9a09b..94d2804253e 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -2667,6 +2667,7 @@
org.apache.kafka.streams.processor.internals.StreamTaskTest:
- shouldNotProcessRecordsAfterPrepareCommitWhenEosV2Enabled
- shouldNotPunctuateSystemTimeWhenIntervalNotElapsed
- shouldNotShareHeadersBetweenPunctuateIterations
+- shouldNotThrowExceptionOnAnchoredSchedule
- shouldNotThrowExceptionOnScheduleIfCurrentNodeIsNotNull
- shouldNotThrowFromStateManagerCloseInCloseDirty
- shouldOnlyCheckpointStateWithBigAdvanceIfNotEnforced
@@ -2677,6 +2678,8 @@
org.apache.kafka.streams.processor.internals.StreamTaskTest:
- shouldPunctuateOnceStreamTimeAfterGap
- shouldPunctuateOnceSystemTimeAfterGap
- shouldPunctuateSystemTimeWhenIntervalElapsed
+- shouldPunctuateUsingAnchoredStreamStartTime
+- shouldPunctuateUsingAnchoredSystemStartTimeWithStartTimeBeforeNow
- shouldReInitializeTopologyWhenResuming
- shouldReadCommittedOffsetAndRethrowTimeoutWhenCompleteRestoration
- shouldReadCommittedStreamTimeAndMergeProcessorMetadataOnInitialize