[
https://issues.apache.org/jira/browse/BEAM-6009?focusedWorklogId=167492&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-167492
]
ASF GitHub Bot logged work on BEAM-6009:
----------------------------------------
Author: ASF GitHub Bot
Created on: 19/Nov/18 19:19
Start Date: 19/Nov/18 19:19
Worklog Time Spent: 10m
Work Description: ryan-williams commented on a change in pull request
#7077: [BEAM-6009] gradle config for batch+streaming portable flink vr tests
URL: https://github.com/apache/beam/pull/7077#discussion_r234748268
##########
File path:
.test-infra/jenkins/job_PostCommit_Java_PortableValidatesRunner_Flink.groovy
##########
@@ -36,7 +36,7 @@
PostcommitJobBuilder.postCommitJob('beam_PostCommit_Java_PVR_Flink',
steps {
gradle {
rootBuildScriptDir(commonJobProperties.checkoutDir)
- tasks(':beam-runners-flink_2.11-job-server:validatesPortableRunner')
+
tasks(':beam-runners-flink_2.11-job-server:flinkCompatibilityMatrixDocker')
Review comment:
oh, actually that's just an old name for the same target that I used while
developing (which I did copy from the python `build.gradle`, you're right)
I think as is, this would just fail because there's no target with that name
in `…/job-server/build.gradle`, right?
I am missing where the configuration is that maps the "Run Java Flink
PortableValidatesRunner" command to the target
`:beam-runners-flink_2.11-job-server:validatesPortableRunner`, can you point me
to it?
Thanks! I will change it back to `validatesPortableRunner` in the meantime,
as well.
----------------------------------------------------------------
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: 167492)
Time Spent: 1h 10m (was: 1h)
> PortableValidatesRunner runs only in batch mode
> -----------------------------------------------
>
> Key: BEAM-6009
> URL: https://issues.apache.org/jira/browse/BEAM-6009
> Project: Beam
> Issue Type: Test
> Components: build-system, testing
> Reporter: Maximilian Michels
> Priority: Major
> Labels: portability, portability-flink
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> The PortableValidatesRunner tasks, e.g.
> {{:beam-runners-flink_2.11-job-server:validatesPortableRunner}} only runs in
> batch mode. Similar to the Python PortableValidatesRunner tests
> ({{:beam-sdks-python:flinkValidatesRunner}}, the test suite should also run
> with the {{--streaming}} flag.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)