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 c6499334556 Update test catalog data for GHA workflow run 11993433923
c6499334556 is described below
commit c6499334556f0b7cc5766fca3e7680a7a0134815
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Nov 24 07:44:47 2024 +0000
Update test catalog data for GHA workflow run 11993433923
Commit:
https://github.com/apache/kafka/commit/87b902d35da595f9f1f0b01d57aec263e34ac25c
GitHub Run: https://github.com/apache/kafka/actions/runs/11993433923
---
test-catalog/streams/tests.yaml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 1e277ba6a9c..4103274228c 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -152,11 +152,16 @@ org.apache.kafka.streams.StreamsBuilderTest:
- shouldUseSpecifiedStoreSuppliersOuterJoinStoreEvenIfThisSupplierIsSupplied
- shouldUseThisStoreSupplierEvenIfDslStoreSuppliersConfiguredInTopologyConfig
- shouldUseTopologyOverrideStoreTypeOverConfiguredDslStoreSupplier
+- shouldWrapProcessorsForAggregationOperators
+- shouldWrapProcessorsForProcess
+- shouldWrapProcessorsForStatelessOperators
org.apache.kafka.streams.StreamsConfigTest:
- consumerConfigMustContainStreamPartitionAssignorConfig
- defaultSerdeShouldBeConfigured
- shouldAcceptAtLeastOnce
- shouldAcceptBuiltInMetricsLatestVersion
+- shouldAllowConfiguringProcessorWrapperWithClass
+- shouldAllowConfiguringProcessorWrapperWithClassName
- shouldAllowMultipleOptimizations
- shouldAllowSettingConsumerIsolationLevelIfEosDisabled
- shouldAllowSettingProducerEnableIdempotenceIfEosDisabled
@@ -199,6 +204,7 @@ org.apache.kafka.streams.StreamsConfigTest:
- shouldResetToDefaultIfRestoreConsumerAutoCommitIsOverridden
- shouldResetToDefaultIfRestoreConsumerGroupProtocolIsOverridden
- shouldReturnDefaultClientSupplier
+- shouldReturnDefaultProcessorWrapperClass
- shouldReturnDefaultRackAwareAssignmentConfig
- shouldReturnDefaultRackAwareAssignmentNonOverlapCost
- shouldReturnDefaultRackAwareAssignmentTrafficCost
@@ -361,6 +367,7 @@ org.apache.kafka.streams.TopologyTest:
- shouldNotAllowZeroStoreNameWhenConnectingProcessorAndStateStores
- shouldNotAllowZeroTopicsWhenAddingSource
- shouldThrowOnUnassignedStateStoreAccess
+- shouldWrapProcessors
- singleSourcePatternShouldHaveSingleSubtopology
- singleSourceShouldHaveSingleSubtopology
- singleSourceWithListOfTopicsShouldHaveSingleSubtopology
@@ -1924,7 +1931,10 @@
org.apache.kafka.streams.processor.internals.InternalTopologyBuilderTest:
- shouldThrowIfBothTopicAndPatternAreNotNull
- shouldThrowIfNameIsNull
- shouldThrowIfTopicAndPatternAreNull
+- shouldThrowOnInvalidProcessorWrapperClassName
-
shouldUseNonDeprecatedConfigToSetCacheBytesWhenBothDeprecatedAndNonDeprecatedConfigsUsed
+- shouldWrapFixedKeyProcessorSupplier
+- shouldWrapProcessorSupplier
- sourceShouldBeEqualIfNameAndPatternAreTheSame
- sourceShouldBeEqualIfNameAndTopicListAreTheSame
- sourceShouldNotBeEqualForDifferentNamesWithSamePattern