You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Kenneth Knowles (Jira)" <ji...@apache.org> on 2022/01/12 03:50:04 UTC

[jira] [Updated] (BEAM-9500) Refactor load tests

     [ https://issues.apache.org/jira/browse/BEAM-9500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kenneth Knowles updated BEAM-9500:
----------------------------------

This Jira ticket has a pull request attached to it, but is still open. Did the pull request resolve the issue? If so, could you please mark it resolved? This will help the project have a clear view of its open issues.

> Refactor load tests
> -------------------
>
>                 Key: BEAM-9500
>                 URL: https://issues.apache.org/jira/browse/BEAM-9500
>             Project: Beam
>          Issue Type: Improvement
>          Components: testing
>            Reporter: Michał Walenia
>            Priority: P3
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> `make {{LoadTest}} parameterized instead of a base class.
> Each subclass of {{LoadTest}} is really just the main {{loadTest}} function and really that function is about the same as writing a {{PTransform}}. If you eliminate subclassing you can have {{LoadTest}} own the pipeline setup with so it will never be possible to forget or mess up {{readSourceFromOptions}} and {{ParDo.of(runtimeMonitor)}}. It will be less repeat boilerplate.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)