Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Add the missing EmptySource case to TraversalBuilder #1743

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

He-Pin
Copy link
Member

@He-Pin He-Pin commented Jan 24, 2025

Motivation:
The EmptySource should be added to the cases too.
extracted from #1701 (comment)

Modification:
Add EmptySource to match

@He-Pin He-Pin requested a review from pjfanning January 24, 2025 20:37
@He-Pin He-Pin added the t:stream Pekko Streams label Jan 24, 2025
@He-Pin He-Pin requested a review from mdedetrich January 24, 2025 20:53
@He-Pin He-Pin added this to the 1.2.0-M1 milestone Jan 24, 2025
Copy link
Contributor

@pjfanning pjfanning left a comment

Choose a reason for hiding this comment

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

lgtm - this is a bug fix because this test fails without the main source change

[01-24 22:30:06.562] [info] - find Source.empty via TraversalBuilder with 
isEmptySource *** FAILED *** (1 millisecond)
[01-24 22:30:06.562] [info]   false was not true (TraversalBuilderSpec.scala:452)

@He-Pin He-Pin merged commit ba639f6 into apache:main Jan 24, 2025
9 checks passed
@He-Pin He-Pin deleted the emptySource branch January 24, 2025 22:42
@pjfanning pjfanning added the bug Something isn't working label Jan 24, 2025
He-Pin added a commit to He-Pin/incubator-pekko that referenced this pull request Jan 24, 2025
He-Pin added a commit that referenced this pull request Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working t:stream Pekko Streams
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants