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 320b24c2173 Update test catalog data for GHA workflow run 14288457880
320b24c2173 is described below

commit 320b24c217326d895afc65ddf950bc38437ffdaf
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Apr 6 05:30:36 2025 +0000

    Update test catalog data for GHA workflow run 14288457880
    
    Commit: 
https://github.com/apache/kafka/commit/b963e580006327ed42ed54b283e0e75696d32f17
    GitHub Run: https://github.com/apache/kafka/actions/runs/14288457880
---
 test-catalog/streams/tests.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 0648c08e422..81d138bf161 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -1565,12 +1565,16 @@ 
org.apache.kafka.streams.kstream.internals.foreignkeyjoin.SubscriptionSendProces
 - biFunctionLeftJoinShouldPropagateNewPrimaryKeyWithNullFK
 - biFunctionLeftJoinShouldPropagateNewRecordOfUnchangedFK
 - biFunctionLeftJoinShouldPropagateNothingWhenOldAndNewLeftValueIsNull
+- innerJoinShouldDeleteAndPropagateChangeFromNonNullFKToNullFK
 - innerJoinShouldDeleteOldAndPropagateNewFK
+- innerJoinShouldNotPropagateDeletionOfPrimaryKeyWhenPreviousFKIsNull
 - innerJoinShouldNotPropagateNewPrimaryKeyWithNullFK
+- innerJoinShouldPropagateChangeFromNullFKToNonNullFK
 - innerJoinShouldPropagateDeletionOfPrimaryKey
 - innerJoinShouldPropagateNewPrimaryKey
 - innerJoinShouldPropagateNothingWhenOldAndNewFKIsNull
 - innerJoinShouldPropagateNothingWhenOldAndNewLeftValueIsNull
+- innerJoinShouldPropagateUnchangedFKOnlyIfFKExistsInRightTable
 - leftJoinShouldPropagateChangeFromNullFKToNonNullFKValue
 - leftJoinShouldPropagateChangeFromNullFKToNullFKValue
 - leftJoinShouldPropagateChangeOfFKFromNonNullToNonNullValue

Reply via email to