-
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
[BEAM-160] Import NexMark integration tests. #99
Conversation
R: @davorbonaci |
Build fix, please?
|
I'm not sure between |
I don't think we should take the build seriously until the pubsub pull Not really fussed about the directory name, whatever seems best is fine. On Wed, Mar 30, 2016 at 4:04 PM, Davor Bonaci [email protected]
|
+1 to Mark's last point. When modules are all split, we are going to want this dependency direction: integration tests → runner(s) → SDK Otherwise we have a cycle between runners and SDK. Is there another option? |
Pinging because this has been sitting for a while. Maybe rebase to kick the tests against the new code layout? |
I'm still chipping away on this in the background. I've left it as a On Fri, Apr 8, 2016 at 8:46 AM, Kenn Knowles [email protected]
|
Fixes test cleanup, the change stream needs to be dropped before the table, otherwise the ddl update fails. Improves reliability of the integration test by inserting the records before the pipeline starts and querying from 1 second before / after.
(cherry-pick)Refactor key coder for Samza portable runner (apache#27095)
BUILDS ON #85
This is an initial import of the 'NexMark' integration tests.
All Google Dataflow specific code has been isolated.
It could do with more cleanup, but wanted to get it out in the sunlight.