[
https://issues.apache.org/jira/browse/BEAM-5449?focusedWorklogId=196794&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-196794
]
ASF GitHub Bot logged work on BEAM-5449:
----------------------------------------
Author: ASF GitHub Bot
Created on: 11/Feb/19 06:58
Start Date: 11/Feb/19 06:58
Worklog Time Spent: 10m
Work Description: youngoli commented on pull request #7680: [BEAM-5449]
Adding Groovy file for ULR VR PostCommit.
URL: https://github.com/apache/beam/pull/7680#discussion_r255391968
##########
File path:
.test-infra/jenkins/job_PostCommit_Java_PortableValidatesRunner_ULR.groovy
##########
@@ -0,0 +1,43 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+import CommonJobProperties as commonJobProperties
+import PostcommitJobBuilder
+
+// This job runs the suite of ValidatesRunner tests against the ULR.
+PostcommitJobBuilder.postCommitJob('beam_PostCommit_Java_PVR_ULR',
+ 'Run Java ULR PortableValidatesRunner', 'Java ULR PortableValidatesRunner
Tests', this) {
+ description('Runs the Java PortableValidatesRunner suite on the Universal
Local Runner.')
Review comment:
Changed it to "Reference Runner". Portable Runner in Java is refers to the
code that sends the pipeline to the job server, and it's used for all portable
runners, which right now is just Flink and Reference Runner.
----------------------------------------------------------------
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: 196794)
Time Spent: 2.5h (was: 2h 20m)
> Add ValidatesRunner tests for the ULR, including automated Pre- and
> Post-commits.
> ---------------------------------------------------------------------------------
>
> Key: BEAM-5449
> URL: https://issues.apache.org/jira/browse/BEAM-5449
> Project: Beam
> Issue Type: Sub-task
> Components: runner-direct
> Reporter: Daniel Oliveira
> Assignee: Daniel Oliveira
> Priority: Major
> Labels: triaged
> Time Spent: 2.5h
> Remaining Estimate: 0h
>
> The ULR should have working ValidatesRunner tests that can be used by devs,
> as well as automated testing support for them on the Apache Beam Jenkins.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)