Hello, Beam provides a very cool feature to run a local development environment via Docker [1]. In the same time, some unit tests require to run Docker containers to test against “real” instances (for example, ClickHouseIOTest). So, it will end up with “docker-in-docker” issue and such tests will fail.
What would be a proper solution for that? Annotate these tests with a specific “DockerImageRequired” annotation and skip them when running from inside container or something else? Any ideas on this? Thanks, Alexey [1] https://github.com/apache/beam/blob/master/start-build-env.sh
