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 2022/06/16 20:52:29 UTC

[GitHub] [beam-starter-java] davidcavazos opened a new pull request, #4: actually test the pipeline

davidcavazos opened a new pull request, #4:
URL: https://github.com/apache/beam-starter-java/pull/4

   Add more than an empty test that runs the pipeline and actually check the contents of the PCollection with PAssert.
   
   R: @aaltay 
   
   NOTE: I had to downgrade to JUnit 4 since Apache Beam does **not** support JUnit 5 [[BEAM-3415]](https://issues.apache.org/jira/browse/BEAM-3415).
   
   ------------------------
   
   Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
   
    - [ ] I agree that my contributions are licensed with both [Apache ASL2](../../LICENSE-APACHE) and [MIT](../../LICENSE-MIT).
    - [ ] [**Choose reviewer(s)**](https://beam.apache.org/contribute/#make-your-change) and mention them in a comment (`R: @username`).
    - [ ] Mention the appropriate issue in your description (for example: `addresses #123`), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, comment `fixes #<ISSUE NUMBER>` instead.
    - [ ] If this contribution is large, please file an Apache [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
   
   See the [`CONTRIBUTING.md`](../../CONTRIBUTING.md) guide for more information.
   


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

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam-starter-java] aaltay merged pull request #4: actually test the pipeline

Posted by GitBox <gi...@apache.org>.
aaltay merged PR #4:
URL: https://github.com/apache/beam-starter-java/pull/4


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

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org