[
https://issues.apache.org/jira/browse/BEAM-3194?focusedWorklogId=141962&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-141962
]
ASF GitHub Bot logged work on BEAM-3194:
----------------------------------------
Author: ASF GitHub Bot
Created on: 06/Sep/18 23:23
Start Date: 06/Sep/18 23:23
Worklog Time Spent: 10m
Work Description: lukecwik commented on a change in pull request #6220:
[BEAM-3194] Add integration test for support of @RequiresStableInput
URL: https://github.com/apache/beam/pull/6220#discussion_r215806683
##########
File path:
sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/RequiresStableInputIT.java
##########
@@ -0,0 +1,167 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
Review comment:
The test class should move to sdks/java/core but the gradle integration test
task can be added to each runner. Similar to how we have the
examplesJavaIntegrationTest or validatesRunner in each runner build.gradle.
You could add a method similar to createJavaExamplesArchetypeValidationTask
to BeamModulePlugin.groovy to get re-use across all the runners.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 141962)
Time Spent: 1.5h (was: 1h 20m)
> Support annotating that a DoFn requires stable / deterministic input for
> replay/retry
> -------------------------------------------------------------------------------------
>
> Key: BEAM-3194
> URL: https://issues.apache.org/jira/browse/BEAM-3194
> Project: Beam
> Issue Type: New Feature
> Components: beam-model
> Reporter: Kenneth Knowles
> Assignee: Yueyang Qiu
> Priority: Major
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> See the thread:
> https://lists.apache.org/thread.html/5fd81ce371aeaf642665348f8e6940e308e04275dd7072f380f9f945@%3Cdev.beam.apache.org%3E
> We need this in order to have truly cross-runner end-to-end exactly once via
> replay + idempotence.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)