[
https://issues.apache.org/jira/browse/BEAM-6847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16834236#comment-16834236
]
Valentyn Tymofieiev commented on BEAM-6847:
-------------------------------------------
Sure.
ValidateContainer suite is defined here:
https://github.com/apache/beam/blob/05e78f8309464b419a59bd6c872bd3bbe0efe643/.test-infra/jenkins/job_PostCommit_Python_ValidatesContainer_Dataflow.groovy#L25
You can trigger it on any PR by saying "Run Python Dataflow
ValidatesContainer". You can trace through the scripts that this suite executes
tests annotated with 'ValidatesContainer', like this one:
https://github.com/apache/beam/blob/9814ba962cd1abe4d3708164469a2d6940ebb109/sdks/python/apache_beam/examples/wordcount_it_test.py#L55
We can add
https://github.com/apache/beam/blob/05e78f8309464b419a59bd6c872bd3bbe0efe643/sdks/python/apache_beam/examples/streaming_wordcount_it_test.py#L88
this test to the suite.
> Add Streaming wordcount test to Dataflow ValidatesContainer test suite
> ----------------------------------------------------------------------
>
> Key: BEAM-6847
> URL: https://issues.apache.org/jira/browse/BEAM-6847
> Project: Beam
> Issue Type: Sub-task
> Components: testing
> Reporter: Valentyn Tymofieiev
> Priority: Minor
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)