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 f2c0ef5d566 Update test catalog data for GHA workflow run 12144079990
f2c0ef5d566 is described below
commit f2c0ef5d566782d2182675285ada9300a23074a3
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 3 19:06:24 2024 +0000
Update test catalog data for GHA workflow run 12144079990
Commit:
https://github.com/apache/kafka/commit/c76fb5cb9b284e5b5f8b642c7b740ed004f32bb0
GitHub Run: https://github.com/apache/kafka/actions/runs/12144079990
---
test-catalog/metadata/tests.yaml | 1 +
test-catalog/streams/streams-scala/tests.yaml | 2 ++
test-catalog/streams/tests.yaml | 18 ++++++++++++++++++
3 files changed, 21 insertions(+)
diff --git a/test-catalog/metadata/tests.yaml b/test-catalog/metadata/tests.yaml
index 83ea295da5e..961ff420b51 100644
--- a/test-catalog/metadata/tests.yaml
+++ b/test-catalog/metadata/tests.yaml
@@ -61,6 +61,7 @@ org.apache.kafka.controller.ClientQuotaControlManagerTest:
- testValidateQuotaKeyValueForValidRequestPercentage
- testValidateQuotaKeyValueForZeroQuota
org.apache.kafka.controller.ClusterControlManagerTest:
+- testBrokerContactTimesAreUpdatedOnClusterControlActivation
- testDefaultDir
- testHasOnlineDir
- testPlaceReplicas
diff --git a/test-catalog/streams/streams-scala/tests.yaml
b/test-catalog/streams/streams-scala/tests.yaml
index 3f4188ad1a5..1307cc7a60e 100644
--- a/test-catalog/streams/streams-scala/tests.yaml
+++ b/test-catalog/streams/streams-scala/tests.yaml
@@ -47,6 +47,8 @@ org.apache.kafka.streams.scala.kstream.KTableTest:
- testFilterRecordsSatisfyingPredicate
- testJoinCorrectlyRecords
- testJoinCorrectlyRecordsAndStateStore
+- testJoinWithBiFunctionKeyExtractor
+- testLeftJoinWithBiFunctionKeyExtractor
- testMapValuesWithValueMapperWithKeyAndWithMaterialized
- testMapValuesWithValueMapperWithMaterialized
- testSettingNameOnCountProcessor
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index c048929bd83..2ec226cc7b1 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -1221,6 +1221,8 @@ org.apache.kafka.streams.kstream.internals.KTableImplTest:
- testStateStoreLazyEval
org.apache.kafka.streams.kstream.internals.KTableKTableForeignKeyJoinScenarioTest:
- shouldUseExpectedTopicsWithSerde
+- shouldWorkWithCompositeKeyAndBiFunctionExtractor
+- shouldWorkWithCompositeKeyAndProducerIdInValue
- shouldWorkWithDefaultAndConsumedSerdes
- shouldWorkWithDefaultAndEquiJoinResultSerdes
- shouldWorkWithDefaultAndJoinResultSerdes
@@ -1494,6 +1496,22 @@
org.apache.kafka.streams.kstream.internals.foreignkeyjoin.SubscriptionResponseWr
- shouldThrowExceptionOnSerializeWhenDataVersionUnknown
- shouldThrowExceptionWithBadVersionTest
org.apache.kafka.streams.kstream.internals.foreignkeyjoin.SubscriptionSendProcessorSupplierTest:
+- biFunctionInnerJoinShouldDeleteOldAndPropagateNewFK
+- biFunctionInnerJoinShouldNotPropagateNewPrimaryKeyWithNullFK
+- biFunctionInnerJoinShouldPropagateDeletionOfPrimaryKey
+- biFunctionInnerJoinShouldPropagateNewPrimaryKey
+- biFunctionInnerJoinShouldPropagateNothingWhenOldAndNewFKIsNull
+- biFunctionInnerJoinShouldPropagateNothingWhenOldAndNewLeftValueIsNull
+- biFunctionLeftJoinShouldPropagateChangeFromNullFKToNonNullFKValue
+- biFunctionLeftJoinShouldPropagateChangeFromNullFKToNullFKValue
+- biFunctionLeftJoinShouldPropagateChangeOfFKFromNonNullToNonNullValue
+- biFunctionLeftJoinShouldPropagateChangeOfFKFromNonNullToNullValue
+- biFunctionLeftJoinShouldPropagateDeletionOfAPrimaryKey
+- biFunctionLeftJoinShouldPropagateDeletionOfAPrimaryKeyThatHadNullFK
+- biFunctionLeftJoinShouldPropagateNewPrimaryKeyWithNonNullFK
+- biFunctionLeftJoinShouldPropagateNewPrimaryKeyWithNullFK
+- biFunctionLeftJoinShouldPropagateNewRecordOfUnchangedFK
+- biFunctionLeftJoinShouldPropagateNothingWhenOldAndNewLeftValueIsNull
- innerJoinShouldDeleteOldAndPropagateNewFK
- innerJoinShouldNotPropagateNewPrimaryKeyWithNullFK
- innerJoinShouldPropagateDeletionOfPrimaryKey