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/08/10 16:14:48 UTC

[GitHub] [beam] TheNeuralBit opened a new issue, #22658: [Bug]: Many snippets in snippets.py are untested

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

   ### What happened?
   
   See #22042
   
   The examples in snippets.py should be tested continuously to make sure we're not advertising flawed code. Some of the snippets are tested in snippets_test.py, e.g.: https://github.com/apache/beam/blob/e86456ea71b1203b7158496e4653541809415225/sdks/python/apache_beam/examples/snippets/snippets_test.py#L627-L633
   
   but it looks like many others (like `sdf_basic_example`) are not. We should add tests exercising all of these examples.
   
   ### Issue Priority
   
   Priority: 2
   
   ### Issue Component
   
   Component: examples-python


-- 
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] TheNeuralBit commented on issue #22658: [Bug]: Many snippets in snippets.py are untested

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

   When we address this let's also consider if there's some automation or documentation we can apply that will prevent future examples from going untested.


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