joppevos commented on issue #23083:
URL: https://github.com/apache/airflow/issues/23083#issuecomment-1110794692

   @potiuk I tried to make a start this morning, but some things are not clear 
to me yet. 
   
   We want to run pytest in our container. Too run `docker exec ...pytest`, the 
container needs to be running. 
   Do we want `breeze tests` to spin up the container? 
   A logic like the following:
   ```
   check if container is running
   ...
   if not, spin up container detached
   exec pytest in container
   ...
   forward pytest results to stdout
   stop de container
   ```
   
   In `breeze-legacy`, we ask the user to first spin up the container himself, 
detached. 
   I cannot find a command in the new breeze where we can spin the container up 
easily detached. Then we need to provide a command for that too i guess. 
something like `docker-compose up -d` wrapped with `breeze up`?
   
   Thanks for the help and rubber ducking 🦆 
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to