-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
ParDoTest cases that should be ValidatesRunner #14313
Conversation
8f79b75
to
cdc36bf
Compare
run flink validatesrunner |
run spark validatesrunner |
run samza validatesrunner |
Should we give a clear instruction to dev on when to use |
Yes, that is exactly the difference. NeedsRunner is really a hack to break the dependency cycle. We could even rename it to We can make a stronger statement about ValidatesRunner IMO: the |
|
run samza validatesrunner |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
It seems we forgot to run the Portable VR suites here and this change make evident some failures so now Flink PVR Streaming is not passing anymore. |
Yes, it was noticed same day and there is BEAM-12050 and #14333. I forgot to tag you on it, if you want to take a look. |
(I'm not working today, but I wanted to reply to unblock you if there is any need) |
Thanks for letting me know I will take care there ! |
Discovered that these ParDoTest cases were not running because they were annotated only as NeedsRunner.
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
R: @username
).[BEAM-XXX] Fixes bug in ApproximateQuantiles
, where you replaceBEAM-XXX
with the appropriate JIRA issue, if applicable. This will automatically link the pull request to the issue.CHANGES.md
with noteworthy changes.See the Contributor Guide for more tips on how to make review process smoother.
Post-Commit Tests Status (on master branch)
Pre-Commit Tests Status (on master branch)
See .test-infra/jenkins/README for trigger phrase, status and link of all Jenkins jobs.
GitHub Actions Tests Status (on master branch)
See CI.md for more information about GitHub Actions CI.