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

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

                Author: ASF GitHub Bot
            Created on: 06/May/20 09:20
            Start Date: 06/May/20 09:20
    Worklog Time Spent: 10m 
      Work Description: mxm commented on a change in pull request #11558:
URL: https://github.com/apache/beam/pull/11558#discussion_r420653166



##########
File path: .test-infra/jenkins/job_LoadTests_ParDo_Flink_Python.groovy
##########
@@ -142,9 +249,22 @@ PhraseTriggeringPostCommitBuilder.postCommitJob(
   'Load Tests Python ParDo Flink Batch suite',
   this
 ) {
-  loadTest(delegate, CommonTestProperties.TriggeringContext.PR)
+  loadBatchTests(delegate, CommonTestProperties.TriggeringContext.PR)
+}
+
+PhraseTriggeringPostCommitBuilder.postCommitJob(
+    'beam_LoadTests_Python_ParDo_Flink_Streaming',

Review comment:
       There is one for batch and one for streaming. I think that makes sense, 
a lot of times we want to see the impact on either of those. 
   
   If you are referring to the args, this is the signature of the 
`postCommitjob`:
   
   ```
     static void postCommitJob(nameBase,
                               triggerPhrase,
                               githubUiHint,
                               scope,
                               jobDefinition = {}) {
   ```




----------------------------------------------------------------
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: 431113)
    Time Spent: 12h 40m  (was: 12.5h)

> Add stateful processing to ParDo load test
> ------------------------------------------
>
>                 Key: BEAM-8742
>                 URL: https://issues.apache.org/jira/browse/BEAM-8742
>             Project: Beam
>          Issue Type: Sub-task
>          Components: testing
>            Reporter: Maximilian Michels
>            Assignee: Maximilian Michels
>            Priority: Major
>          Time Spent: 12h 40m
>  Remaining Estimate: 0h
>
> So far, the ParDo load test is not stateful. We should add a basic counter to 
> test the stateful processing.



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

Reply via email to