[
https://issues.apache.org/jira/browse/BEAM-5449?focusedWorklogId=193513&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-193513
]
ASF GitHub Bot logged work on BEAM-5449:
----------------------------------------
Author: ASF GitHub Bot
Created on: 01/Feb/19 19:47
Start Date: 01/Feb/19 19:47
Worklog Time Spent: 10m
Work Description: swegner commented on pull request #7680: [BEAM-5449]
Adding Groovy file for ULR VR PostCommit.
URL: https://github.com/apache/beam/pull/7680#discussion_r252851581
##########
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:
I don't see this terminology ("Universal Local Runner") used in the codebase
aside from in the Portability Roadmap. Should this just be called the Java
Portable 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: 193513)
Time Spent: 2h 20m (was: 2h 10m)
> 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
> Time Spent: 2h 20m
> 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)