[ 
https://issues.apache.org/jira/browse/BEAM-4176?focusedWorklogId=136104&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-136104
 ]

ASF GitHub Bot logged work on BEAM-4176:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 20/Aug/18 07:19
            Start Date: 20/Aug/18 07:19
    Worklog Time Spent: 10m 
      Work Description: asfgit closed pull request #6209: [BEAM-4176] clean up 
artifacts per-job in portable VR tests
URL: https://github.com/apache/beam/pull/6209
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/runners/flink/job-server/build.gradle 
b/runners/flink/job-server/build.gradle
index 4059d7303fb..2b94d03ad5b 100644
--- a/runners/flink/job-server/build.gradle
+++ b/runners/flink/job-server/build.gradle
@@ -60,4 +60,8 @@ runShadow {
   jvmArgs = ["-Xdebug", 
"-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005"]
 }
 
-createPortableValidatesRunnerTask(jobServerDriver: 
"org.apache.beam.runners.flink.FlinkJobServerDriver", 
testClasspathConfiguration: configurations.validatesPortableRunner)
+createPortableValidatesRunnerTask(
+        jobServerDriver: "org.apache.beam.runners.flink.FlinkJobServerDriver",
+        jobServerConfig: "--clean-artifacts-per-job",
+        testClasspathConfiguration: configurations.validatesPortableRunner
+)


 

----------------------------------------------------------------
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: 136104)
    Time Spent: 16.5h  (was: 16h 20m)

> Java: Portable batch runner passes all ValidatesRunner tests that 
> non-portable runner passes
> --------------------------------------------------------------------------------------------
>
>                 Key: BEAM-4176
>                 URL: https://issues.apache.org/jira/browse/BEAM-4176
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-flink
>            Reporter: Ben Sidhom
>            Priority: Major
>         Attachments: Screen Shot 2018-08-14 at 4.18.31 PM.png
>
>          Time Spent: 16.5h
>  Remaining Estimate: 0h
>
> We need this as a sanity check that runner execution is correct.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to