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 470a360ae05 Update test catalog data for GHA workflow run 15059356459 470a360ae05 is described below commit 470a360ae053316df37c7a79ae6e6e2ffe3728b6 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Fri May 16 05:37:28 2025 +0000 Update test catalog data for GHA workflow run 15059356459 Commit: https://github.com/apache/kafka/commit/f55565d321303b297b51b15acd9c120107d4b8b7 GitHub Run: https://github.com/apache/kafka/actions/runs/15059356459 --- test-catalog/streams/tests.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml index 72b7a05a400..9c2312f4543 100644 --- a/test-catalog/streams/tests.yaml +++ b/test-catalog/streams/tests.yaml @@ -883,18 +883,20 @@ org.apache.kafka.streams.kstream.internals.KStreamForeachTest: - testTypeVariance org.apache.kafka.streams.kstream.internals.KStreamGlobalKTableJoinTest: - shouldClearGlobalTableEntryOnNullValueUpdates -- shouldJoinOnNullKeyWithNonNullKeyMapperValues +- shouldJoinOnNullKey - shouldJoinOnlyIfMatchFoundOnStreamUpdates - shouldNotJoinOnGlobalTableUpdates - shouldNotJoinOnNullKeyMapperValues +- shouldNotJoinOnNullKeyMapperValuesWithNullKeys - shouldNotJoinWithEmptyGlobalTableOnStreamUpdates - shouldNotRequireCopartitioning org.apache.kafka.streams.kstream.internals.KStreamGlobalKTableLeftJoinTest: - shouldClearGlobalTableEntryOnNullValueUpdates -- shouldJoinOnNullKeyWithNonNullKeyMapperValues +- shouldJoinOnNullKey +- shouldJoinOnNullKeyMapperValues +- shouldJoinOnNullKeyMapperValuesWithNullKeys - shouldJoinRegardlessIfMatchFoundOnStreamUpdates - shouldNotJoinOnGlobalTableUpdates -- shouldNotJoinOnNullKeyMapperValues - shouldNotJoinWithEmptyGlobalTableOnStreamUpdates - shouldNotRequireCopartitioning org.apache.kafka.streams.kstream.internals.KStreamImplTest: @@ -1148,6 +1150,8 @@ org.apache.kafka.streams.kstream.internals.KStreamKTableLeftJoinTest: - shouldClearTableEntryOnNullValueUpdates - shouldJoinRegardlessIfMatchFoundOnStreamUpdates - shouldJoinWithEmptyTableOnStreamUpdates +- shouldLogAndMeterWhenSkippingNullLeftValue +- shouldNotDropLeftNullKey - shouldNotJoinOnTableUpdates - shouldRequireCopartitionedStreams org.apache.kafka.streams.kstream.internals.KStreamMapTest: