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/09/03 17:31:18 UTC

[GitHub] [beam] mxm commented on a change in pull request #12698: [BEAM-10672] Add Python Combine Load Tests for streaming on Flink

mxm commented on a change in pull request #12698:
URL: https://github.com/apache/beam/pull/12698#discussion_r483143387



##########
File path: sdks/python/apache_beam/testing/load_tests/load_test.py
##########
@@ -183,3 +189,66 @@ def get_option_or_default(self, opt_name, default=0):
       return type(default)(option)
     except:
       raise
+
+
+class StatefulLoadGenerator(beam.PTransform):

Review comment:
       Is this the right place to put this? Should this be in `sdks/python/apache_beam/testing/synthetic_pipeline.py`?




----------------------------------------------------------------
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