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

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

                Author: ASF GitHub Bot
            Created on: 06/Jan/21 23:12
            Start Date: 06/Jan/21 23:12
    Worklog Time Spent: 10m 
      Work Description: youngoli commented on a change in pull request #13678:
URL: https://github.com/apache/beam/pull/13678#discussion_r553011126



##########
File path: sdks/go/test/run_validatesrunner_tests.sh
##########
@@ -16,39 +16,68 @@
 #    limitations under the License.
 
 # This script executes ValidatesRunner tests including launching any additional
-# services needed, such as job services or expansion services. The following
-# runners are supported, and selected via a flag:
+# services needed, such as job services or expansion services. This script
+# should be executed from the root of the Beam repository.
 #
+# The following runners are supported, and selected via a flag:
 # --runner {portable|direct|flink} (default: portable)
 #  Select which runner to execute tests on. This flag also determines which
 #  services to start up and which tests may be skipped.
 #    direct   - Go SDK Direct Runner
 #    portable - (default) Python Portable Runner (aka. Reference Runner or 
FnAPI Runner)
 #    flink    - Java Flink Runner (local mode)
 #    spark    - Java Spark Runner (local mode)
+#    dataflow - Dataflow Runner
 #
-# --flink_job_server_jar -> Filepath to jar, used if runner is Flink.
-# --spark_job_server_jar -> Filepath to jar, used if runner is Spark.
-# --endpoint -> Replaces jar filepath with existing job server endpoint.
+# General flags:
+#    --timeout -> Timeout for the go test command, on a per-package level.
+#    --endpoint -> An endpoint for an existing job server outside the script.
+#        If present, job server jar flags are ignored.
+#    --expansion_service_jar -> Filepath to jar for expansion service, for
+#        runners that support cross-language.
+#    --expansion_addr -> An endpoint for an existing expansion service outside
+#        the script. If present, expansion_service_jar is ignored.
 #
-# --expansion_service_jar -> Filepath to jar for expansion service.
-# --expansion_addr -> Replaces jar filepath with existing expansion service 
endpoint.
-#
-# Execute from the root of the repository. This script requires that necessary
-# services can be built from the repository.
+# Runner-specific flags:
+#  Flink
+#    --flink_job_server_jar -> Filepath to jar, used if runner is Flink.
+#  Spark
+#    --spark_job_server_jar -> Filepath to jar, used if runner is Spark.
+#  Dataflow
+#    --dataflow_project -> GCP project to run Dataflow jobs on.
+#    --project -> Same project as dataflow-project, but in URL format, for

Review comment:
       Done.




----------------------------------------------------------------
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: 532187)
    Time Spent: 4h  (was: 3h 50m)

> Create ValidatesRunner test framework for the Go SDK.
> -----------------------------------------------------
>
>                 Key: BEAM-11415
>                 URL: https://issues.apache.org/jira/browse/BEAM-11415
>             Project: Beam
>          Issue Type: Test
>          Components: sdk-go
>            Reporter: Daniel Oliveira
>            Assignee: Daniel Oliveira
>            Priority: P2
>          Time Spent: 4h
>  Remaining Estimate: 0h
>
> I've actually already started working on this and it's ending up being more 
> like an expansion on the existing integration test system.
> Current main improvements this will add:
> * The new approach is based on the go testing framework, meaning tests do not 
> need to be manually registered with a driver. This is bug for usability and 
> scalability as more tests will need to be added.
> * Will allow tests to be run with the "go test ..." command, assuming 
> necessary services are running.



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

Reply via email to