You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/08/04 09:07:00 UTC

[jira] [Work logged] (BEAM-9500) Refactor load tests

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

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

                Author: ASF GitHub Bot
            Created on: 04/Aug/20 09:06
            Start Date: 04/Aug/20 09:06
    Worklog Time Spent: 10m 
      Work Description: piotr-szuberski closed pull request #11181:
URL: https://github.com/apache/beam/pull/11181


   


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


Issue Time Tracking
-------------------

    Worklog Id:     (was: 466123)
    Time Spent: 1h 10m  (was: 1h)

> 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: 1h 10m
>  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.3.4#803005)