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/04 20:51:11 UTC

[GitHub] [beam] damccorm opened a new issue, #20995: Easy way to run a single validates runner test

damccorm opened a new issue, #20995:
URL: https://github.com/apache/beam/issues/20995

   To run a single validates runner test, usually I change the testFilter block in the source to add an includeTestsMatching for the test I want to run. There should be an easy way to do this on the command line without having to modify the source.
   
   Imported from Jira [BEAM-12728](https://issues.apache.org/jira/browse/BEAM-12728). Original Jira may contain additional context.
   Reported by: ibzib.


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

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


[GitHub] [beam] mosche closed issue #20995: Easy way to run a single validates runner test

Posted by GitBox <gi...@apache.org>.
mosche closed issue #20995: Easy way to run a single validates runner test
URL: https://github.com/apache/beam/issues/20995


-- 
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] mosche commented on issue #20995: Easy way to run a single validates runner test

Posted by GitBox <gi...@apache.org>.
mosche commented on issue #20995:
URL: https://github.com/apache/beam/issues/20995#issuecomment-1270296421

   @ibzib This is absolutely possible using the usual `--tests` param, e.g.
   ```
   gradle :runners:flink:1.15:validatesRunnerBatch --tests "org.apache.beam.sdk.schemas.AvroSchemaTest"
   gradle :runners:flink:1.15:validatesRunnerStreaming --tests "org.apache.beam.sdk.schemas.AvroSchemaTest"
   gradle :runners:spark:3:validatesRunnerStreaming --tests "org.apache.beam.sdk.schemas.AvroSchemaTest"
   ```


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