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

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

                Author: ASF GitHub Bot
            Created on: 08/Apr/21 16:12
            Start Date: 08/Apr/21 16:12
    Worklog Time Spent: 10m 
      Work Description: tysonjh commented on a change in pull request #14467:
URL: https://github.com/apache/beam/pull/14467#discussion_r609866836



##########
File path: examples/java/build.gradle
##########
@@ -161,3 +161,10 @@ task execute (type:JavaExec) {
   systemProperties System.getProperties()
   args System.getProperty("exec.args", "").split()
 }
+
+task wordCount(type:JavaExec) {

Review comment:
       Can you add a comment here, and the other wordcount tasks added, to 
explain that they're used for validating the development environment for 
contributors?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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: 579340)
    Time Spent: 2h 10m  (was: 2h)

> Developer environment CI testing
> --------------------------------
>
>                 Key: BEAM-11607
>                 URL: https://issues.apache.org/jira/browse/BEAM-11607
>             Project: Beam
>          Issue Type: Bug
>          Components: build-system, testing
>            Reporter: Tyson Hamilton
>            Assignee: Isidro Martinez
>            Priority: P3
>          Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> The development environment set up instructions described on 
> [https://beam.apache.org/contribute/] should have CI testing to verify that 
> they're always working. This could be a major obstacle and deterrent for 
> users looking to contribute if it doesn't "just work".
>  
> CI tests should cover,
>  # Containerized development environment
>  # Manual (e.g. shell script) set up environment
>  
> The CI test should run something hermetic and fast like a :check task on the 
> example code of each SDK.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to