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/05/19 16:52:00 UTC

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

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

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

                Author: ASF GitHub Bot
            Created on: 19/May/20 16:51
            Start Date: 19/May/20 16:51
    Worklog Time Spent: 10m 
      Work Description: stale[bot] commented on pull request #11181:
URL: https://github.com/apache/beam/pull/11181#issuecomment-630946506


   This pull request has been marked as stale due to 60 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the dev@beam.apache.org list. Thank you for your contributions.
   


----------------------------------------------------------------
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: 435062)
    Time Spent: 40m  (was: 0.5h)

> 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
>            Assignee: Piotr Szuberski
>            Priority: P3
>          Time Spent: 40m
>  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)