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 8fd1cf59b0d Update test catalog data for GHA workflow run 13126662626
8fd1cf59b0d is described below
commit 8fd1cf59b0d4d76b43ac8e12c9668b8131227d04
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 4 04:30:18 2025 +0000
Update test catalog data for GHA workflow run 13126662626
Commit:
https://github.com/apache/kafka/commit/65961516fdc2281763633ab6574680c3b7ca274c
GitHub Run: https://github.com/apache/kafka/actions/runs/13126662626
---
test-catalog/streams/tests.yaml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 16f0baf12bf..756179ae0da 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -543,9 +543,9 @@ org.apache.kafka.streams.kstream.SessionWindowsTest:
- equalsAndHashcodeShouldBeValidForPositiveCases
- gracePeriodShouldEnforceBoundaries
- noGraceAPIShouldNotSetGracePeriod
+- sessionGapCanBeZero
+- sessionGapCannotBeNegative
- shouldSetWindowGap
-- windowSizeMustNotBeNegative
-- windowSizeMustNotBeZero
- withGraceAPIShouldSetGracePeriod
org.apache.kafka.streams.kstream.SlidingWindowsTest:
- equalsAndHashcodeShouldBeValidForPositiveCases
@@ -738,6 +738,7 @@
org.apache.kafka.streams.kstream.internals.InternalStreamsBuilderTest:
- testNewName
- testNewStoreName
org.apache.kafka.streams.kstream.internals.KGroupedStreamImplTest:
+- sessionGapOfZeroShouldOnlyPutRecordsWithSameTsIntoSameSession
- shouldAcceptNullStoreNameWhenAggregatingSessionWindows
- shouldAggregateAndMaterializeResults
- shouldAggregateSessionWindows