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 18:14:27 UTC

[GitHub] [beam] damccorm opened a new issue, #20572: Consider running :test precommits in a hermetic environment

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

   :test tasks should generally just run unit tests or fast running tests that use an in-memory (or containerized) fake, but it can be tempting to write simple tests that leverage production cloud services, and not classify them as integration tests (e.g. BEAM-11363). We should have some automation to protect against this - we can run :test tasks in a hermetic environment in precommits.
   
   One possible approach: use a docker container with networking disable (maybe re-use the Beam developer container BEAM-10891)
   
   Imported from Jira [BEAM-11404](https://issues.apache.org/jira/browse/BEAM-11404). Original Jira may contain additional context.
   Reported by: bhulette.


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