-
Notifications
You must be signed in to change notification settings - Fork 4.5k
[BEAM-2887] Remove special FnApi version of wordcount. #6504
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
Conversation
The "standard" wordcount now runs on FnApi, use that for integration testing.
|
Run Python PostCommit |
|
R: @aaltay |
| def test_wordcount_fnapi_it(self): | ||
| self._run_wordcount_it(experiment='beam_fn_api') | ||
|
|
||
| def _run_wordcount_it(self, **opts): |
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.
Where is opts is used? I am not sure how experiment is passed down.
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.
Oh, yes, this was completely lost in the refactor. Thanks for catching this!
|
Run Python PostCommit |
|
Jeknins: Run Python PostCommit |
|
Jenkins: Run Python PostCommit |
|
Run Python PostCommit |
|
The postcommit error seems to be for the unrelated test_user_score_it. Trying again. Run Python PostCommit |
|
Run Python PostCommit |
1 similar comment
|
Run Python PostCommit |
|
Run Python Postcommit |
aaltay
left a comment
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.
LGTM. Please self merge when after tests pass.
|
Thanks. This test is passing regularly, but I'd really like to see an all-clean run before merging. |
|
Run Python Postcommit |
The "standard" wordcount now runs on FnApi, use that for integration testing.
Follow this checklist to help us incorporate your contribution quickly and easily:
[BEAM-XXX] Fixes bug in ApproximateQuantiles, where you replaceBEAM-XXXwith the appropriate JIRA issue, if applicable. This will automatically link the pull request to the issue.It will help us expedite review of your Pull Request if you tag someone (e.g.
@username) to look at it.Post-Commit Tests Status (on master branch)