Closed glogiotatidis closed 8 years ago
Directly running docker-compose run will bring up the database but it may be still initializing when Django attempts to connect causing the tests to fail.
This change will wait for the database port to open before continuing with the test commands.
@jgmize could you please r? :)
Nice work, @glogiotatidis
Directly running docker-compose run will bring up the database but it may be still initializing when Django attempts to connect causing the tests to fail.
This change will wait for the database port to open before continuing with the test commands.