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

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

                Author: ASF GitHub Bot
            Created on: 19/Nov/20 10:43
            Start Date: 19/Nov/20 10:43
    Worklog Time Spent: 10m 
      Work Description: kamilwu commented on a change in pull request #13362:
URL: https://github.com/apache/beam/pull/13362#discussion_r526761726



##########
File path: .test-infra/jenkins/CommonTestProperties.groovy
##########
@@ -21,17 +21,36 @@
 class CommonTestProperties {
   enum SDK {
     PYTHON,
-    JAVA
+    JAVA,
+    GO,
   }
 
   enum Runner {
-    DATAFLOW("DataflowRunner"),
-    TEST_DATAFLOW("TestDataflowRunner"),
-    SPARK("SparkRunner"),
-    SPARK_STRUCTURED_STREAMING("SparkStructuredStreamingRunner"),
-    FLINK("FlinkRunner"),
-    DIRECT("DirectRunner"),
-    PORTABLE("PortableRunner")
+    DATAFLOW,
+    TEST_DATAFLOW,
+    SPARK,
+    SPARK_STRUCTURED_STREAMING,
+    FLINK,
+    DIRECT,
+    PORTABLE,
+
+    def runnerNames = [
+      DATAFLOW: "DataflowRunner",
+      TEST_DATAFLOW: "TestDataflowRunner",
+      SPARK: "SparkRunner",
+      SPARK_STRUCTURED_STREAMING: "SparkStructuredStreamingRunner",
+      FLINK: "FlinkRunner",
+      DIRECT: "DirectRunner",
+      PORTABLE: "PortableRunner",
+    ]
+
+    def goRunnerNames = [
+      DATAFLOW: "dataflow",
+      SPARK: "spark",
+      FLINK: "flink",
+      DIRECT: "direct",
+      PORTABLE: "universal",

Review comment:
       I think it's worth doing it now. That will make a big part of infra 
changes unnecessary. I personally prefer the second option, which registers 
additional alias in the same package.




----------------------------------------------------------------
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: 514047)
    Time Spent: 7.5h  (was: 7h 20m)

> Load Tests for Go SDK
> ---------------------
>
>                 Key: BEAM-11075
>                 URL: https://issues.apache.org/jira/browse/BEAM-11075
>             Project: Beam
>          Issue Type: Test
>          Components: sdk-go, testing
>            Reporter: Kamil Wasilewski
>            Assignee: Kamil Wasilewski
>            Priority: P3
>          Time Spent: 7.5h
>  Remaining Estimate: 0h
>
> We have Load Tests for Python and Java SDKs[1], but we are missing the ones 
> for Go SDK.
> Tests to be done:
>  * ParDo
>  * Combine
>  * coGBK
>  * GBK
>  * Side Input
> The tests should run on Dataflow and Flink. The tests should be using 
> synthetic source and be running in batch mode.
> [1]http://metrics.beam.apache.org/dashboards/f/OtXje1iGz/performance-tests-metrics



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

Reply via email to