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

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

                Author: ASF GitHub Bot
            Created on: 28/Aug/20 09:37
            Start Date: 28/Aug/20 09:37
    Worklog Time Spent: 10m 
      Work Description: mxm commented on a change in pull request #12435:
URL: https://github.com/apache/beam/pull/12435#discussion_r479030783



##########
File path: sdks/python/apache_beam/testing/load_tests/pardo_test.py
##########
@@ -125,7 +125,9 @@ def process(self, element, state=state_param):
             state.add(1)
         yield element
 
-    if self.get_option_or_default('streaming', False):
+    if self.get_option_or_default(
+        'streaming',
+        False) and self.pipeline.get_option('runner') == "PortableRunner":

Review comment:
       It's definitely not ideal to have two different sources here. Ideally, 
we would just use `SyntheticSource` for all tests. If we can replicate the 
behavior of `StatefulLoadGenerator` with `SyntheticSource`, it would be great 
to remove the former.




----------------------------------------------------------------
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: 475776)
    Time Spent: 5h 50m  (was: 5h 40m)

> Create Streaming ParDo Python Load Test Jenkins Job
> ---------------------------------------------------
>
>                 Key: BEAM-10616
>                 URL: https://issues.apache.org/jira/browse/BEAM-10616
>             Project: Beam
>          Issue Type: Sub-task
>          Components: testing
>            Reporter: Kasia Kucharczyk
>            Assignee: Kasia Kucharczyk
>            Priority: P2
>          Time Spent: 5h 50m
>  Remaining Estimate: 0h
>
> ParDo core operation load tests for streaming with 4 tests cases that loads 
> data from SyntheticSources and runs on Dataflow.



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

Reply via email to