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 2021/04/01 09:06:00 UTC

[jira] [Work logged] (BEAM-449) Support PCollectionList in PAssert

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

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

                Author: ASF GitHub Bot
            Created on: 01/Apr/21 09:05
            Start Date: 01/Apr/21 09:05
    Worklog Time Spent: 10m 
      Work Description: daria-malkova commented on pull request #14322:
URL: https://github.com/apache/beam/pull/14322#issuecomment-811767505


   LGTM


-- 
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: 575402)
    Time Spent: 1h 50m  (was: 1h 40m)

> Support PCollectionList in PAssert
> ----------------------------------
>
>                 Key: BEAM-449
>                 URL: https://issues.apache.org/jira/browse/BEAM-449
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-java-core
>            Reporter: Thomas Groh
>            Assignee: Vitaly Terentyev
>            Priority: P3
>              Labels: Clarified
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> The assertion takes an input PCollectionList and takes a list of matchers of the same size, and applies each matcher to the identical index of the PCollectionList
> e.g. PAssert.that(PCollectionList[0]).satisfies(matchers[0])
> Potentially also worthwhile is a "PAssert.thatFlattened(PCollectionList)" static constructor, that runs an assertion on the flattened contents of the list.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)