You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/04/03 13:24:50 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #8094: Fix enter Breeze with multiple container name include mysql

mik-laj commented on a change in pull request #8094: Fix enter Breeze with multiple container name include mysql
URL: https://github.com/apache/airflow/pull/8094#discussion_r403002479
 
 

 ##########
 File path: scripts/ci/in_container/check_environment.sh
 ##########
 @@ -122,12 +122,19 @@ function check_db_connection {
 function check_mysql_logs {
     MAX_CHECK=${1:=60}
     # Wait until mysql is ready!
-    MYSQL_CONTAINER=$(docker ps -qf "name=mysql")
+    MYSQL_CONTAINER=$(docker ps -q -f "name=mysql" -f "volume=/dev/urandom")
 
 Review comment:
   Why don't we use docker-compose here? 
   <img width="804" alt="Screenshot 2020-04-03 at 15 24 34" src="https://user-images.githubusercontent.com/12058428/78365324-3ebd0600-75bf-11ea-8652-c711edd99fb3.png">
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services