Skip to content

Conversation

@Nikita-Shupletsov
Copy link
Contributor

@Nikita-Shupletsov Nikita-Shupletsov commented Dec 8, 2025

The actual fix: #20605

…oinShouldPropagateNothingWhenOldAndNewFKIsNull and innerJoinShouldNotPropagateDeletionOfPrimaryKeyWhenPreviousFKIsNull tests.
@github-actions github-actions bot added triage PRs from the community streams tests Test fixes (including flaky tests) small Small PRs labels Dec 8, 2025
assertThat(context.forwarded(), empty());

// test dropped-records sensors
assertEquals(1.0, getDroppedRecordsTotalMetric(context));
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

according to the comment: https://github.com/mjsax/kafka/blob/trunk/streams/src/main/java/org/apache/kafka/streams/kstream/internals/foreignkeyjoin/SubscriptionSendProcessorSupplier.java#L177
it's an invalid situation, so we report it as a dropped record.

Please correct me if I am wrong with my conclusion

@github-actions github-actions bot removed the triage PRs from the community label Dec 9, 2025
Copy link
Member

@mjsax mjsax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test update LGTM. Just wondering if we would need to extend all tests in this class (or maybe also other related tests)?

No idea if test coverage is dense or sparse right now for all the different cases?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci-approved small Small PRs streams tests Test fixes (including flaky tests)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants