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

commit a32cce72dada9aa5f0a84e36eb5c399c6ebf2c21
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 6 08:32:26 2024 +0000

    Update test catalog data for GHA workflow run 11698102669
    
    Commit: 
https://github.com/apache/kafka/commit/069667b6b264447ea980911aa6568a7a389d8679
    GitHub Run: https://github.com/apache/kafka/actions/runs/11698102669
---
 test-catalog/streams/integration-tests/tests.yaml | 13 -------------
 test-catalog/streams/streams-scala/tests.yaml     |  6 +++---
 test-catalog/streams/tests.yaml                   | 21 ---------------------
 3 files changed, 3 insertions(+), 37 deletions(-)

diff --git a/test-catalog/streams/integration-tests/tests.yaml 
b/test-catalog/streams/integration-tests/tests.yaml
index b70ca6540bf..d622a058ee2 100644
--- a/test-catalog/streams/integration-tests/tests.yaml
+++ b/test-catalog/streams/integration-tests/tests.yaml
@@ -114,19 +114,6 @@ 
org.apache.kafka.streams.integration.KStreamRepartitionIntegrationTest:
 - shouldRepartitionToMultiplePartitions
 - 
shouldThrowAnExceptionWhenNumberOfPartitionsOfRepartitionOperationDoNotMatchSourceTopicWhenJoining
 - shouldUseStreamPartitionerForRepartitionOperation
-org.apache.kafka.streams.integration.KStreamTransformIntegrationTest:
-- shouldFlatTransform
-- shouldFlatTransformValuesWithKey
-- shouldFlatTransformValuesWithKeyWithConnectedStoreProvider
-- shouldFlatTransformValuesWithValueTransformerWithoutKey
-- 
shouldFlatTransformValuesWithValueTransformerWithoutKeyWithConnectedStoreProvider
-- shouldFlatTransformWithConnectedStoreProvider
-- shouldTransform
-- shouldTransformValuesWithValueTransformerWithKey
-- shouldTransformValuesWithValueTransformerWithKeyWithConnectedStoreProvider
-- shouldTransformValuesWithValueTransformerWithoutKey
-- shouldTransformValuesWithValueTransformerWithoutKeyWithConnectedStoreProvider
-- shouldTransformWithConnectedStoreProvider
 org.apache.kafka.streams.integration.KTableEfficientRangeQueryTest:
 - testStoreConfig
 
org.apache.kafka.streams.integration.KTableKTableForeignKeyInnerJoinCustomPartitionerIntegrationTest:
diff --git a/test-catalog/streams/streams-scala/tests.yaml 
b/test-catalog/streams/streams-scala/tests.yaml
index 63de7a0027a..19e38503764 100644
--- a/test-catalog/streams/streams-scala/tests.yaml
+++ b/test-catalog/streams/streams-scala/tests.yaml
@@ -3,9 +3,9 @@ org.apache.kafka.streams.scala.TopologyTest:
 - shouldBuildIdenticalTopologyInJavaNScalaCogroup
 - shouldBuildIdenticalTopologyInJavaNScalaCogroupSimple
 - shouldBuildIdenticalTopologyInJavaNScalaJoin
+- shouldBuildIdenticalTopologyInJavaNScalaProcess
 - shouldBuildIdenticalTopologyInJavaNScalaProperties
 - shouldBuildIdenticalTopologyInJavaNScalaSimple
-- shouldBuildIdenticalTopologyInJavaNScalaTransform
 org.apache.kafka.streams.scala.kstream.ConsumedTest:
 - testCreateConsumed
 - testCreateConsumedWithResetPolicy
@@ -31,13 +31,13 @@ org.apache.kafka.streams.scala.kstream.KStreamTest:
 - testJoinCorrectlyRecords
 - testJoinTwoKStreamToTables
 - testPeekActionsOnRecords
+- testProcessCorrectlyRecords
 - testRepartitionKStream
 - testSelectNewKey
 - testSettingNameOnFilter
 - testSettingNameOnJoin
 - testSettingNameOnOutputTable
-- testSettingNameOnTransform
-- testTransformCorrectlyRecords
+- testSettingNameOnProcess
 org.apache.kafka.streams.scala.kstream.KTableTest:
 - testCorrectlyGroupByKeyWindowedBySlidingWindow
 - testCorrectlySuppressResultsUsingSuppressedUntilTimeLimit
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 942478763f0..667353f5bbc 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -148,7 +148,6 @@ org.apache.kafka.streams.StreamsBuilderTest:
 - shouldUseSpecifiedNameForTableSourceProcessor
 - shouldUseSpecifiedNameForToStream
 - shouldUseSpecifiedNameForToStreamWithMapper
-- shouldUseSpecifiedNameForTransform
 - shouldUseSpecifiedNameForTransformValues
 - shouldUseSpecifiedNameForTransformValuesWithKey
 - 
shouldUseSpecifiedStoreSupplierForEachOuterJoinOperationBetweenKStreamAndKStreamAndUseSameTypeAsThisSupplierForOuter
@@ -878,12 +877,10 @@ 
org.apache.kafka.streams.kstream.internals.KStreamImplTest:
 - shouldNotAllowNullNamedOnSelectKey
 - shouldNotAllowNullNamedOnToTable
 - shouldNotAllowNullNamedOnToTableWithMaterialized
-- shouldNotAllowNullNamedOnTransform
 - shouldNotAllowNullNamedOnTransformValuesWithValueTransformerSupplier
 - shouldNotAllowNullNamedOnTransformValuesWithValueTransformerSupplierAndStores
 - shouldNotAllowNullNamedOnTransformValuesWithValueTransformerWithKeySupplier
 - 
shouldNotAllowNullNamedOnTransformValuesWithValueTransformerWithKeySupplierAndStores
-- shouldNotAllowNullNamedOnTransformWithStoreName
 - shouldNotAllowNullOtherStreamOnJoin
 - shouldNotAllowNullOtherStreamOnJoinWithStreamJoined
 - shouldNotAllowNullOtherStreamOnLeftJoin
@@ -918,12 +915,10 @@ 
org.apache.kafka.streams.kstream.internals.KStreamImplTest:
 - shouldNotAllowNullStoreNameOnProcessValues
 - shouldNotAllowNullStoreNameOnProcessValuesWithNamed
 - shouldNotAllowNullStoreNameOnProcessWithNamed
-- shouldNotAllowNullStoreNameOnTransform
 - shouldNotAllowNullStoreNameOnTransformValuesWithValueTransformerSupplier
 - 
shouldNotAllowNullStoreNameOnTransformValuesWithValueTransformerSupplierWithNamed
 - 
shouldNotAllowNullStoreNameOnTransformValuesWithValueTransformerWithKeySupplier
 - 
shouldNotAllowNullStoreNameOnTransformValuesWithValueTransformerWithKeySupplierWithName
-- shouldNotAllowNullStoreNameOnTransformWithNamed
 - shouldNotAllowNullStoreNamesOnFlatTransform
 - shouldNotAllowNullStoreNamesOnFlatTransformValuesWithFlatValueSupplier
 - 
shouldNotAllowNullStoreNamesOnFlatTransformValuesWithFlatValueSupplierAndNamed
@@ -934,12 +929,10 @@ 
org.apache.kafka.streams.kstream.internals.KStreamImplTest:
 - shouldNotAllowNullStoreNamesOnProcessValues
 - shouldNotAllowNullStoreNamesOnProcessValuesWithNamed
 - shouldNotAllowNullStoreNamesOnProcessWithNamed
-- shouldNotAllowNullStoreNamesOnTransform
 - shouldNotAllowNullStoreNamesOnTransformValuesWithValueTransformerSupplier
 - 
shouldNotAllowNullStoreNamesOnTransformValuesWithValueTransformerSupplierWithNamed
 - 
shouldNotAllowNullStoreNamesOnTransformValuesWithValueTransformerWithKeySupplier
 - 
shouldNotAllowNullStoreNamesOnTransformValuesWithValueTransformerWithKeySupplierWithNamed
-- shouldNotAllowNullStoreNamesOnTransformWithNamed
 - shouldNotAllowNullStreamJoinedOnJoin
 - shouldNotAllowNullStreamJoinedOnLeftJoin
 - shouldNotAllowNullStreamJoinedOnOuterJoin
@@ -959,10 +952,6 @@ org.apache.kafka.streams.kstream.internals.KStreamImplTest:
 - shouldNotAllowNullTransformerSupplierOnFlatTransformWithNamed
 - shouldNotAllowNullTransformerSupplierOnFlatTransformWithNamedAndStores
 - shouldNotAllowNullTransformerSupplierOnFlatTransformWithStores
-- shouldNotAllowNullTransformerSupplierOnTransform
-- shouldNotAllowNullTransformerSupplierOnTransformWithNamed
-- shouldNotAllowNullTransformerSupplierOnTransformWithNamedAndStores
-- shouldNotAllowNullTransformerSupplierOnTransformWithStores
 - shouldNotAllowNullValueJoinerOnJoin
 - shouldNotAllowNullValueJoinerOnJoinWithGlobalTable
 - shouldNotAllowNullValueJoinerOnJoinWithGlobalTableWithNamed
@@ -1171,9 +1160,6 @@ 
org.apache.kafka.streams.kstream.internals.KStreamSplitTest:
 - testKStreamSplit
 - testResultingMap
 - testTypeVariance
-org.apache.kafka.streams.kstream.internals.KStreamTransformTest:
-- testTransform
-- testTransformWithNewDriverAndPunctuator
 org.apache.kafka.streams.kstream.internals.KStreamTransformValuesTest:
 - shouldInitializeTransformerWithForwardDisabledProcessorContext
 - testTransform
@@ -1470,13 +1456,6 @@ 
org.apache.kafka.streams.kstream.internals.TimestampedTupleForwarderTest:
 - shouldForwardRecordsIfWrappedStateStoreDoesNotCache
 - shouldNotForwardRecordsIfWrappedStateStoreDoesCache
 - shouldSetFlushListenerOnWrappedStateStore
-org.apache.kafka.streams.kstream.internals.TransformerSupplierAdapterTest:
-- shouldAlwaysGetNewAdapterTransformer
-- shouldCallCloseOfAdaptedTransformer
-- shouldCallInitOfAdaptedTransformer
-- shouldCallStoresOfAdaptedTransformerSupplier
-- shouldCallTransformOfAdaptedTransformerAndReturnEmptyIterable
-- shouldCallTransformOfAdaptedTransformerAndReturnSingletonIterable
 org.apache.kafka.streams.kstream.internals.UnlimitedWindowTest:
 - cannotCompareUnlimitedWindowWithDifferentWindowType
 - shouldAlwaysOverlap

Reply via email to