SKA-ScienceDataProcessor / integration-prototype

SDP Integration Prototype
BSD 3-Clause "New" or "Revised" License
4 stars 7 forks source link

Adds a health check command when deploying the Tango SQL container #62

Closed bmort closed 5 years ago

bmort commented 5 years ago

Description:

Tidy update, which adds a Docker health check command when deploying the Tango Database SQL container as part of the SIP demo deployment.

Testing instructions:

Start the docker demo stack with:

docker stack deploy -c deploy/demos_23_11_18/docker-compose.yml sip

After a short while (20-30s) the container should report as healthy. This can be checked with the following command:

docker ps -f name=sip_tc_tango_mysql

which should report a status of healthy.

codecov[bot] commented 5 years ago

Codecov Report

Merging #62 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #62   +/-   ##
=======================================
  Coverage   85.04%   85.04%           
=======================================
  Files          62       62           
  Lines        2701     2701           
  Branches      224      224           
=======================================
  Hits         2297     2297           
  Misses        353      353           
  Partials       51       51

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9716c1d...e680f44. Read the comment docs.

brianmcilwrath commented 5 years ago

Seems to work just fine!