You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2020/08/11 15:30:50 UTC

[GitHub] [beam] kamilwu commented on a change in pull request #12527: [BEAM-10672] Added Python Combine load tests for streaming on Dataflow

kamilwu commented on a change in pull request #12527:
URL: https://github.com/apache/beam/pull/12527#discussion_r468671360



##########
File path: .test-infra/jenkins/job_LoadTests_Combine_Python.groovy
##########
@@ -93,15 +93,23 @@ def loadTestConfigurations = { datasetName ->
         top_count            : 20,
       ]
     ],
-  ].each { test -> test.pipelineOptions.putAll(additionalPipelineArgs) }
+  ]
+  .each { test -> test.pipelineOptions.putAll(additionalPipelineArgs) }
+  .each{ test -> (jobType!='streaming') ?: addStreamingOptions(test) }

Review comment:
       Could you add a space before and after "!=" operator? That should make it look a little bit prettier.




----------------------------------------------------------------
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:
users@infra.apache.org