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

commit f3b535fd93da3f5dcc3df1bf3fa0e4014e8edb12
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 12 02:53:58 2024 +0000

    Update test catalog data for GHA workflow run 12286836164
    
    Commit: 
https://github.com/apache/kafka/commit/010b9ff6c6237418d5c9e35984f57a8928912360
    GitHub Run: https://github.com/apache/kafka/actions/runs/12286836164
---
 test-catalog/streams/integration-tests/tests.yaml |  2 ++
 test-catalog/streams/tests.yaml                   | 15 ++++++++++-----
 2 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/test-catalog/streams/integration-tests/tests.yaml 
b/test-catalog/streams/integration-tests/tests.yaml
index cba7e48ca06..fb18d166202 100644
--- a/test-catalog/streams/integration-tests/tests.yaml
+++ b/test-catalog/streams/integration-tests/tests.yaml
@@ -31,9 +31,11 @@ org.apache.kafka.streams.integration.EosIntegrationTest:
 - shouldNotViolateEosIfOneTaskGetsFencedUsingIsolatedAppInstances
 - shouldWriteLatestOffsetsToCheckpointOnShutdown
 org.apache.kafka.streams.integration.FineGrainedAutoResetIntegrationTest:
+- shouldFailForResetNone
 - shouldOnlyReadRecordsWhereEarliestSpecifiedWithInvalidCommittedOffsets
 - 
shouldOnlyReadRecordsWhereEarliestSpecifiedWithNoCommittedOffsetsWithDefaultGlobalAutoOffsetResetEarliest
 - 
shouldOnlyReadRecordsWhereEarliestSpecifiedWithNoCommittedOffsetsWithGlobalAutoOffsetResetLatest
+- shouldResetByDuration
 - shouldThrowExceptionOverlappingPattern
 - shouldThrowExceptionOverlappingTopic
 - shouldThrowStreamsExceptionNoResetSpecified
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 98048f2a845..34336bcd398 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -1,8 +1,9 @@
 org.apache.kafka.streams.AutoOffsetResetTest:
 - customDurationShouldMatchExpectedValue
-- earliestShouldReturnAnEmptyDuration
-- latestShouldReturnAnEmptyDuration
 - shouldThrowExceptionIfDurationIsNegative
+- shouldThrowExceptionOnDurationForEarliestReset
+- shouldThrowExceptionOnDurationForLastetReset
+- shouldThrowExceptionOnDurationForNoneReset
 - twoInstancesCreatedAtTheSameTimeWithSameOptionsShouldBeEqual
 org.apache.kafka.streams.KafkaStreamsTest:
 - inMemoryStatefulTopologyShouldNotCreateStateDirectory
@@ -660,12 +661,17 @@ 
org.apache.kafka.streams.kstream.internals.InternalStreamsBuilderTest:
 - ktableShouldHaveNullTimestampExtractorWhenNoneSupplied
 - ktableShouldUseProvidedTimestampExtractor
 - shouldAddGlobalTablesToEachGroup
+- shouldAddRegexTopicToDurationAutoOffsetResetList
 - shouldAddRegexTopicToEarliestAutoOffsetResetList
 - shouldAddRegexTopicToLatestAutoOffsetResetList
+- shouldAddTableToDurationAutoOffsetResetList
 - shouldAddTableToEarliestAutoOffsetResetList
 - shouldAddTableToLatestAutoOffsetResetList
+- shouldAddTableToNoneAutoOffsetResetList
+- shouldAddTopicToDurationAutoOffsetResetList
 - shouldAddTopicToEarliestAutoOffsetResetList
 - shouldAddTopicToLatestAutoOffsetResetList
+- shouldAddTopicToNoneAutoOffsetResetList
 - shouldBuildGlobalTableWithNonQueryableStoreName
 - shouldBuildGlobalTableWithQueryaIbleStoreName
 - shouldBuildGlobalTopologyWithAllGlobalTables
@@ -816,8 +822,7 @@ 
org.apache.kafka.streams.kstream.internals.KStreamGlobalKTableLeftJoinTest:
 - shouldNotJoinWithEmptyGlobalTableOnStreamUpdates
 - shouldNotRequireCopartitioning
 org.apache.kafka.streams.kstream.internals.KStreamImplTest:
-- shouldBindStateWithOldProcessor
-- shouldBindStateWithOldProcessorSupplier
+- shouldBindStateWithProcessorSupplier
 - shouldMaterializeKTableFromKStream
 - shouldMergeMultipleStreams
 - shouldMergeTwoStreams
@@ -963,7 +968,7 @@ org.apache.kafka.streams.kstream.internals.KStreamImplTest:
 - shouldProcessFromSourceThatMatchPattern
 - shouldProcessFromSourcesThatMatchMultiplePattern
 - shouldProcessValues
-- shouldProcessWithOldProcessorAndState
+- shouldProcessWithProcessorAndState
 - shouldPropagateRepartitionFlagAfterGlobalKTableJoin
 - shouldSendDataThroughRepartitionTopicUsingRepartitioned
 - shouldSendDataToDynamicTopics

Reply via email to